#form-container {
	position:relative;
	background-color:#FFF;
	border: solid #769DD3 1px;
	
	height: auto;
	float: left;
	width: 958px !important;
	width: 960px ;
	padding-bottom: 12px;
	}	

	
#co-form form {

	position:relative;
	float: left;
	background-color: #fff;
	
	height: auto;
	
	
	width: 958px !important;
	
	width: 956px ;
	text-align:center;

}


#co-form .login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
#co-form .contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
#co-form fieldset {
margin:20px;
border:1px solid #769dd3;
padding:20px 5px 20px 0px;
}

#co-form fieldset div {
	margin:0px 0px 0px 15px;
	clear:both;
}



#co-form label {
	float:left;
	width:20%;
	height:23px !important;
	
	height:27px ;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
	margin-top:5px;
	background-color:#d8e7fa;
	padding-top:4px ;
	font-weight:bold;
	
	
	
}

#co-form legend {
	color:#0b77b7;
	font-size:14px;
	font-weight:bold;
}
#co-form legend span {
	width:10px;
	text-align:right;
}

#co-form input {
	float:left;
	margin-top:5px;
	height:23px !important;
	height:27px ;
	padding-top:2px !important;
	padding-top:2px;
	padding-left:5px;
	width:300px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 14px arial, sans-serif;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
}

#co-form textarea#styled {
	width: 90%;
	height: 100px;
	border: 1px solid #cccccc;
	padding: 5px;
	font:bold 14px arial, sans-serif;
	margin-top:10px;
	
	}
	
#co-form input#counter {
	float:left;
	width: 50px;
	height: 27px;
	border: 1px solid #cccccc;
	font:bold 14px arial, sans-serif;
	margin-top:10px;
	color:#FF0000;
	
	}	
	
	
#co-form .input-counter-text {
	float:left;

	
	margin-top:15px;
	margin-left:10px;
	height: 27px;
	
	}	
		

#co-form .calendarDateInput {
	
	margin-top:0px;
	margin-left:0px;
	height:23px ;
	padding-top:1px;
	padding-left:2px;
	width:60px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 14px arial, sans-serif;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	padding-bottom:1px;
}

#co-form .calendarpopup {
	
	height:23px !important;
	height:28px ;
	
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 12px arial, sans-serif;
	
}





#co-form input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 


#co-form .date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

#co-form .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
#co-form .date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
#co-form .radio, .date {
	position:relative;
}
#co-form .radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
#co-form .radio legend, .date legend {
	font-size:1em;
	color:#000;
}
#co-form .radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
#co-form .radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
#co-form .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

#co-form .email {
	width:14em;
}

#co-form input.default {
	color:#bbb;
}

#co-form #submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
}
#co-form #submit-go:hover {
	background-position:0 -26px;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
	
	
	
	


