/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/
#contact_body	{
	background-image:none;
	background-color:#ffffff;
}

/*----*/

#contact_body p	{
	margin:0 0 10px;
	padding:0;
	color:#868686;
	font-size:10px;
}

#contact_body p strong	{
	color:#686868;
}

#form_frame	{
	margin:0;
	display:block;
}

#form_frame table	{
	width:100%;
	border-right:1px solid #e7e7e2;
	margin:0;
}

#form_frame table th,
#form_frame table td	{
	line-height:150%;
	text-align:left;
	border-left:1px solid #e7e7e2;
	padding:2px;
	font-size:12px;
	color:#969696;
}

#form_frame table td.submit	{
	text-align:center;
	border-top:1px solid #e7e7e2;
	border-left:1px solid #e7e7e2;
	background-color:#e7e7e2;
}

#form_frame table th	{
	background-color:#e7e7e2;
	border-top:1px solid #e7e7e2;
}

#form_frame table td	{
	border-top:1px solid #e7e7e2;
}

#form_frame table th span,
#form_frame .red-1	{
	color:#e7e7e2;
}

#form_frame table th span	{
	font-size:9px;
	font-weight:normal;
}

.input1	{
	width:240px;
}

textarea	{
	width:400px;
	height:200px;
}