/* Core */

h2 {
	border-bottom: 1px solid #E9EFF3;
	color: #00BEF2;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #8C8C8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_inputs {
	margin: -182px 0px 0px 110px;
}

input {
	width: 172px;
	height: 16px;
	border: 1px solid #a6cee7;
	margin-top: 0px;
	padding: 0px;
	color: #8C8C8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5fbfe;
}	

select {
	width: 172px;
	height: 16px;
	background-image: url("http://www.truescape.com/themes/garland/images/input_bg2.jpg");	
	background-repeat: repeat-x;
	border: 1px solid #a6cee7;
	margin-top: 3px;
	color: #8C8C8C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5fbfe;}

.form-submit {
	background-image: url("http://www.truescape.com/themes/garland/images/search_button.png");	
	background-repeat: no-repeat;
	height: 23px;
	width: 64px;
	border: 0px;
	font-size: 10px;
	color: #007ecb;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.form-submit:hover {
	background-image: url("http://www.truescape.com/themes/garland/images/search_button_over.png");	
	background-repeat: no-repeat;
	height: 23px;
}

.selection {
	height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	border: 1px solid #a6cee7;
	margin-top: 0px;
	background-color: #f5fbfe;
}

.text_area {
	border: 1px solid #a6cee7;
	font-size: 12px;
	color: #8C8C8C;
	height: 73px;
	width: 233px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #f5fbfe;
}


.form_names p {
	margin-bottom: 16px;
}

.submit_button {
	background-image: url("http://www.truescape.com/themes/garland/images/submit_button.jpg");	
	background-repeat: no-repeat;
	height: 28px;
	width: 68px;
	border: 0px;
	background-color: #FFFFFF;
}

.submit_button:hover {
	background-image: url("http://www.truescape.com/themes/garland/images/submit_button_over.jpg");	
	background-repeat: no-repeat;
	height: 28px;
}


