html, textarea {
	padding:0px;
	margin:0px;
	color:#333333;
	font-size:12px;
	font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
	line-height:1.5em;
}
h1 {
	color:#6191C5;
	font-family:"Trebuchet MS","Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:normal;
	margin:0;
}
h2 {
	color:#6191C5;
	font-family:"Trebuchet MS","Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:normal;
	margin:0;
	font-size:18px;
}
#info_table h2 {
	margin-top: 20px;
}
a {
	color:#2763A5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0;
	padding:0 0 0.5em;
}
fieldset {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
}
label {
	width: 155px;
	padding-right: 6px;
}
form label, form input {
	display: block;
	float:left;
}
.marker {
	color:#FF0000;
}
.err div {
	border: 1px solid #ff0000;
	background: pink;
	padding: 1px;
}
#info_table {
	padding-left:20px;
}
#info_table td img {
    vertical-align: text-bottom;
}
.floatClear {
	clear				: both;
	height				: 1px;
	margin-bottom		: -1px;
	overflow			: hidden;
}
#terms {
	padding-top			: 10px;
}
.notice {
    background-color: #E3F0D5;
    border: 1px solid #70B323;
    padding: 5px;
}
.error {
    border: #ba0707 1px solid;
    background: #ffb3b3;
    padding: 5px;
}
.important {
    font-weight: bold;
}

/*ERRORS*/
.errorClass span {
	float						: right;
	margin						: 0px;
	padding						: 2px 5px;
	font-size					: 0.8em;
	border						: 1px solid red;
	background					: #FFC0CB;
	width						: 200px;
	text-align					: left;
}
