/* CSS Document */

@import 'reset.css';

/* BEGIN includes */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
/* END includes */

/* BEGIN standard elements */
html, body {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url(img/body-bg.png) top left repeat transparent;
}

form {
}

form label {
}

form input {
}

form textarea {
}
/* END standard elements */

/* BEGIN layout */
#pageWrapper {
	width: 515px;
	height: 413px;
	padding: 30px;
	background: url(img/pageWrapper-bg.png) top left no-repeat transparent;
}

#formWrapper {
}

#formWrapper h2 {
	font-size: 22px;
	font-weight: bold;
	color: #263772;
	line-height: 41px;
}

#formWrapper h2 img {
	float: right;
}

#formWrapper #simulation {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: block;
	clear: both;
}

#formWrapper #simulation label {
	clear: both;
	font-size: 13px;
	color: #000;
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
}

#formWrapper #simulation input {
	border: none;
	border: 1px solid #CCC;
	width: 110px;
	height: 15px;
	padding: 3px 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#formWrapper #simulation select {
	border: none;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 130px;
	height: 23px;
	padding: 3px 5px;
	line-height: 22px;
}

#formWrapper #simulation p#simulationErr {
	visibility: hidden;
	font-size: 11px;
	color: #F00;
	clear: both;
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
}

#formWrapper #simulation p#simulationInfo {
	font-size: 11px;
	color: #000;
	clear: both;
	display: block;
}

#operationValue {
	float: left;
	margin-right: 10px;
}

#monthsOptions {
	float: left;
	margin-right: 10px;
}

#calculate {
	float: left;
	padding-top: 22px;
	margin-right: 15px;
}

#calculate a,
#calculate a:visited {
	line-height: 500px;
	overflow: hidden;
	float: left;
	width: 85px;
	height: 21px;
	background: url(img/simulateBtn.png) top left no-repeat transparent;
}

#calculate a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#simulationValue {
	float: left;
	width: 130px;
}

#simulationValue p {
	font-size: 19px;
	font-weight: bold;
	color: #000;
}

#formFields {
}

#formFields p {
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
}

#formFields label {
	clear: both;
	font-size: 13px;
	color: #000;
	display: block;
	margin-bottom: 5px;
	padding-left: 5px;
}

#formFields .formField1 {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

#formFields .formField2{
	float: left;
	margin-bottom: 10px;
}

#formFields .formField1 input {
	border: none;
	border: 1px solid #CCC;
	width: 280px;
	height: 15px;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#formFields .formField2 input {
	border: none;
	border: 1px solid #CCC;
	width: 153px;
	height: 15px;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#formFields p span {
	font-weight: bold;
	color: #333;
}

#formFinal {
}

#formFinal a,
#formFinal a:visited {
	line-height: 500px;
	overflow: hidden;
	float: left;
	width: 130px;
	height: 32px;
	background: url(img/sendBtn.png) top left no-repeat transparent;
	margin-top: 10px;
}

#formFinal a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#formFinal p {
	float: right;
	font-size: 10px;
	color: #000;
	padding-top: 25px;
	margin-right: 10px;
}

#successMessage {
	border-bottom: 1px solid #CCC;
	padding: 45px 0 40px 0;
	margin-bottom: 55px;
	margin-left: 25px;
	margin-right: 25px;
}

#successMessage h2 {
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#successMessage p {
	text-align: center;
	font-size: 12px;
	color: #333;
}

#extraInfo {
}

#extraInfo p {
	text-align: center;
	font-size: 13px;
	color: #666;
}

#extraInfo a,
#extraInfo a:visited {
	color: #666;
}

#extraInfo a.special,
#extraInfo a.special:visited {
	font-size: 12px;
	color: #333;
}

/* END layout */