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




#contact
{
	width:218px;
	font-size:90%;
	padding:5px 10px 0 10px;
	height:505px;
	text-align:right;
	color:#FFFFFF;
	padding-bottom:5px;
	background-image:url(/images/contact-box.png);
	background-repeat:no-repeat;
	background-position:top right;
	border:none;
	clear:both;
}

#contact h2
{
	font-size:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	text-indent:5px;
}
#contact input, textarea
{
	margin-top:5px;
}

.contact_submit
{
	border:1px solid #FFFFFF;
	background-color:#0a205c;
	padding:0px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:85%;
}



.w_14_p
{
	width:13%;
}

.w_19_p
{
	width:19%;
}

.w_20_p
{
	width:19%;
}

.w_30_p
{
	width:30%;
}
.w_95_p
{
	width:95%;
}
.w_100_p
{
	width:100%;
}
.pt_5
{
	padding-top:5px;
}
.fl
{
	float:left;
}
.clb
{
	clear:both;
}
.ml_a
{
	margin-left:auto;
}
.mr_a
{
	margin-right:auto;
}
.ta_c
{
	text-align:center;
}
