/* FORM STYLES */

form, button {
	border:0; 
	margin:0; 
	padding:0;
}

.spacer {
	clear:both; 
	height:1px;
}

/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
/*	width:400px; */
	padding:12px;
}

#form_left { 
	float: left;
	width:350px;
}

#form_right { 
	float: right; 
	width:370px;
}

#vs_contact h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#vs_contact label {
	float: left;
	display: block;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	width: 80px;
}

#vs_contact label span {
	color: #666666;
	font-style: italic;
}

#vs_contact .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}

#vs_contact input {
	float: left;
	font-size: 70%;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 240px;
	margin: 2px 0 10px 10px; /* top right bottom left */
}

#vs_contact input.error { background: #CFF; /* light blue */ }

#vs_contact textarea {
	float: left;
	font-size: 100%;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 240px;
	margin: 2px 0 10px 10px; /* top right bottom left */
}

#vs_contact textarea.error { background: #CFF; /* light blue */ }

#vs_contact label.instruction {
	float: left;
	display: block;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	width: 200px;
}


/* Checkboxes ******************************************/

#vs_choice input {
	font-size: 70%;
	width: 16px; 
	border: none;
	margin: 3px 0 0 0; 
}

#vs_choice label {
	float: left;
	font-size: 70%;
	display: inline;
	font-weight: normal;
	width: 70px; 
	margin: 0 6px 0 10px;
	padding: 0 10px 0 0;
}


/* Buttons ******************************************/

#vs_contact button.cancel, #vs_contact button.submit {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin: 18px 32px 6px 0;
	width: 70px;
	height: 22px;
	background: #009BC9; /* vs lt blue */
	text-align: center;
	line-height: 12px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
}

#vs_contact button.submit {
	background: #095797; /* vs blue */
}

/* Firefox */
@-moz-document url-prefix() { #vs_contact button.cancel, #vs_contact button.submit { padding: 0 0 4px 0; } }

#vs_contact button.cancel:hover, #vs_contact button.submit:hover { background-color: #000000; cursor: pointer; }

#vs_confirm {
	font-size: 100%;
	font-weight: normal;
	color: #005696; /* blue */
	text-decoration: none;
	padding: 165px 0 0 110px;
}



	
