/* CSS Document */

body, html {
	height:100%; /* fix height to 100% for IE */
	border:0px;
	padding:0px 0px 0px 0px;
}

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

a {
	color:#3681c6;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	font-size:larger;
	}
	
form td {
	padding:7px 3px 3px 3px;
	}

.heading {
	font-weight:bold;
	font-size:17px;
	color:#3681c6;
	border-bottom: 2px dotted #3681c6;
	}

.detail {
	padding-left:20px;
	background-color:#cfe9ff;
	font-size:12px;
	}

.subdetail {
	padding-left:10px;
	color:#000000;
	font-weight:normal;
	}

.error {
	padding-left:20px;
	font-weight:bold;
	color:red;
	background-color:#cfe9ff;
	font-size:14px;
	}

.error_report {
	font-size:14px;
	font-weight:bold;
	color:red;
	background-color:#ffffff;
	margin:17px 0px 22px 10px;
	border-bottom: 2px dotted #3681c6;
	padding:4px 0px 4px 0px;
	border-top: 2px dotted #3681c6;
	width:65%;
	line-height:19px;
	}

.confirm {
	font-size:14px;
	font-weight:normal;
	color:black;
	background-color:#ffffff;
	line-height:19px;
	text-align:center;
	}

.payment { 
	margin:10px 0px 10px 0px; 
	font-size:15px;
	border-bottom: 2px dotted #3681c6;
	border-top: 2px dotted #3681c6;
	padding:10px 0px 10px 0px;
	}
/* let's trick the bots into submitting things that are hidden from viewers */
.no_bots {
	display:none;
	}


	