@charset "UTF-8";
/* CSS Document */

#form {

}
#form .input {
	border: none;
	width: 320px;
	background-color: #C3CBCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #596972;
	text-align: left;
}
#form p {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #475B6D;
	margin-bottom: 0px;
	float: left;
	width: 70px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(media/contact/submit.gif);
	width: 115px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.rounded {
	width: 350px;
	background-image: url(media/contact/singleline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-bottom: 3px;
	float: left;
	}
.roundedmulti {
	width: 350px;
	background-image: url(media/contact/multiline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-bottom: 3px;
	margin-top: 7px;
	float: left;
}
.cap {
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cap input{
	padding: 5px;
	font-size: 14px;
	color: #666;	
}
