@charset "utf-8";
/* CSS Document */

div.form {
	margin-top: 30px;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0 auto;
}

div.form h1  {	
	margin-left: 0;
}

div.form div.cont {
	width: 500px;
	margin: 0 auto;
}

div.form ul  {
	width: 100%;
	clear: both;
	float: left;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	border: none;
/*	border-top: 1px dashed #ddd; */
	
}

div.form ul li {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 5px;
	float: left;
	padding-right: 10px;
	list-style: none;
	background: none;
	padding-left: 10px;
	width: 480px;
	padding-bottom: 10px;
/*	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	border-top: 1px dashed #ddd; */
}

div.form ul li.even {


}

div.form ul li div.desc {
	font-style: normal;
	font-weight: bold;
	color: #1e547d;

}

div.form ul li div.desc span {
	color: #ca0000;
}

div.form ul li div.desc span.info {
	color: #999;
	font-size: 11px;
}

div.form ul li div.field {
}

div.form ul li div.field input, textarea, select {
	border: 1px solid #ddd;
	width: 465px;
	color: #000;
	padding: 3px;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 5px;
	font-size: 11px;
	padding-right: 5px;
	background-color: #f5f5f5;
}

div.form ul li div.field textarea {
	height: 90px;
	width: 465px;
	border: 1px solid #ddd;
}

div.form ul li div.field select {
	padding: 0;
	height: 22px;
	width: 477px;
	border: 1px solid #ddd;
}

div.form ul li.captcha {
	border-top: none;
}

div.form ul li div.captcha1 {
	width: 121px;
	margin-right: 10px;
	float: left;
}

div.form ul li div.captcha2 {
	width: 200px;
	display: inline-block;
}

div.form ul li div.captcha2 span {
	clear: both;
	display: block;
	height: 17px;
	margin-top: 0px;
	font-weight: bold;
}

div.form ul li div.captcha2 input {
	width: 188px;
	clear: both;
	padding: 3px;
	padding-left: 5px;
	border: 1px solid #ddd;
	padding-right: 5px;
	color: #ca0000;
	font-weight: bold;
}

div.form ul li.buttonsList {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

div.form ul li div.buttons {
	width: 100%;
}

div.form ul li div.buttons input {
	width: 60px;
	height: 22px;
	font-weight: bold;
	background-color:  #ca0000;
	color: #fff;
	border: none 0;
	text-transform: none;
}

div.form ul li div.buttons input:hover {
	cursor: pointer;
	background-color:  #619624;
}
