@charset "utf-8";
/* CSS Document */
form{ font-family: "Century Gothic", sans-serif, "Helvetica Neue", "Helvetica Neue Light", Helvetica;}

#container fieldset h2{
	font-family: "Century Gothic", sans-serif, "Helvetica Neue", "Helvetica Neue Light", Helvetica;
	color:#006699; /* #fff;*/
	font-size:1.2em;
	margin:0;
	padding:0;
	}
/* start of forms */

#container input, #container select, #container checkbox {
	background: #FFFFFF;

}
#container label {
	display: block;
	float: left;
	width: 140px;
}

#container form {
	width:92%;
	border: none;
}
#container form div {
	margin-top:5px;
}
#container fieldset {
	padding: 5px;
	border:none;
	width:100%;
	margin:0 2em;
	background-color:#E6F7FF; /* #C0489A;    */
    border:1px solid #006699; 
	font-size: 0.9em;
	font-weight: bold;
	color:#006699; /* #FFF;   */
	font-family: "Century Gothic", sans-serif, "Helvetica Neue", "Helvetica Neue Light", Helvetica;
}


.style1 {font-size: 0.7em}

#cont input, #cont select, #cont checkbox {
	color:#006699; /* #C0489A;  #c4377b;  */
	background: #FFFFFF;

}
#cont label {
	display: block;
	float: left;
	width: 160px;
}

#cont fieldset {
	padding: 35px;
	border: 1px solid #999999;
	width: 100%;
	background-color:#006699; /* #C0489A; #c4377b;     */
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	font-family: "Century Gothic", sans-serif, "Helvetica Neue", "Helvetica Neue Light", Helvetica;
}
#cont form {
	width: 90%;
}

.button, button a {
	background-color:#006699; /* #C0489A;  #c4377b;    */
	padding:-5px;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #666666;
	background: #ffcff3;
}
#container form a, #container form a:visited {
	color:#fff;
	text-decoration:none;
}

#container form a:hover {
	color:#fff;
	text-decoration:underline;
}
.sub{margin-left:0;}
.sub label{
	display: block;
	float: left;
	width: 60px;
	text-align:right;
}
