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

body {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.click_wrapper {
	width: 800px;
	height: 500px;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 20px auto 20px auto;
	background: #ffffff url(shield.jpg) 35px 180px no-repeat;
	position: relative;
}

.text_headline {
	width: 441px;
	position: absolute;
	left: 288px;
	top: 123px;
	font-size: 18px;
	color: #666666;
}

.thankyou {
	width: 441px;
	position: absolute;
	left: 306px;
	top: 215px;
	font-size: 30px;
	color: #666666;
}

.fields ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fields li {
	margin: 0px;
	padding: 4px 0px 4px 10px;
}

.lidark {
	background-color: #F4F4F4;
}

.field_name {
	width: 250px !important;
	display:block;
	float: left;
	margin: 7px 10px 0px 0px;
	clear: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
.field_name em {
	font-size: 9px;
	color: #999999;
}

.oneline {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 16px;
	width: 200px;
	padding: 2px 4px 3px 4px;
}

.twoline {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	width: 200px;
	padding: 2px 4px 3px 4px;
}

.col {
	width: 470px;
}

.numbers {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 16px;
	width: 200px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 270px;
	padding: 3px 4px 3px 4px;
	top: 42px;
}

.validation {
	height: 30px;
}

.fields {
	width: 484px;
	position: absolute;
	left: 279px;
	top: 189px;
}

.button {
	font-weight: bold;
	border: 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #7FD444;
	border-color: #365929;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	padding: 10px 0px 12px 0px;
	line-height: 18px;
	width: 208px;
}

.button:hover {
	background-color: #365929;
}

.fields p {
	text-align: right;
	margin: 10px 4px 0px 0px;
}

.logo {
	position: absolute;
	top: 5px;
	width: 721px;
	border-bottom: 1px dotted #d5d5d5;
}
