.red_box
{
	padding: 10px;
	border: 4px solid #CC0000;
	color: #cc0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.red_wak
{
	padding: 10px;
	border: 4px solid #CC0000;
	float: right;
	width: 240px;
	color: #CC0000;
	_zoom:1;
	overflow:hidden;
}
.err_msg
{
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#contact
{
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#contact table
{
	width: 100%;
}
#contact th
{
	font-weight: normal;
	text-align: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 120px;
}
#contact td
{
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#contact .size table
{
	border: none;
}

#contact .size td
{
	border: none;
	padding: 4px;
	width: 50%;
}
#contact .btn
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#contact .btn input
{
	height: 40px;
	width: 200px;
}
