/* CSS Document */

#form-container {

	font-size: 11px;

	height: auto;

	padding-bottom: 100px;

	padding-top: 10px;

}





#form-container2 {

	font-size: 11px;

	height: 500px;

	padding-bottom: 100px;

	padding-top: 10px;

}



#form-container3 {

	font-size: 11px;

	height: 900px;

	padding-bottom: 100px;

	padding-top: 10px;

}





label{

float: left;

width: 120px;

font-weight: bold;

}







textarea{

width: 250px;

height: 150px;

}



.boxes{

width: 1em;

}



.radio-btn {

	margin-top: 5px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: auto;

	padding: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.radio-btn input {

	width: 15px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: auto;

	padding: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



.textlabels {

	text-align: right;

	padding-right: 5px;

	color: #333333;

	font-size: 11px;

	width: 225px;

	padding-top: 5px;

}



#btns-box1 {

	padding-bottom: 25px;

	padding-top: 0px;

	width: 275px;

	margin-right: 0px;

	margin-left: auto;

	margin-top: 0px;

	margin-bottom: 0px;

}

#btns-box2 {

	padding-bottom: 25px;

	padding-top: 10px;

	width: 300px;

	margin-right: 0px;

	margin-left: auto;

	margin-top: 0px;

	margin-bottom: 0px;

}

#submit-btn{

	margin-left: 0px;

	margin-top: 5px;

	width: 105px;

	background-image: url(../images/btn-form.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	height: 28px;

	padding: 0px;

	font-weight: bold;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

#reset-btn{

	margin-left: 0px;

	margin-top: 5px;

	width: 105px;

	background-image: url(../images/btn-form2.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	height: 28px;

	padding: 0px;

	font-weight: bold;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}



br {

clear: left;

}




