
@import url("style.css");

.group
{
	margin-bottom:40px;
}

#left
{
	background:url(../img/17.jpg) left no-repeat top;
	padding-left:70px;
	text-align:left;
	width:480px;
}

.text
{
	width:330px;
}

.text p
{
	margin-bottom:10px;
	width:330px;
}

.text form
{
	width:330px;
}

.text form .fields_1, .text form .fields_2, .text form .fields_3
{
	width:330px;
}

.text form .fields_1 label, .text form .fields_text label
{
	text-align:left;
	width:330px;
}

.text form .fields_2 label
{
	display:block;
	text-align:left;
	width:163px;
}

.text form .fields_1 label input
{
	width:328px;
	float:right;
}

.text form .fields_2 label input
{
	width:161px;
	float:right;
}

.text form .fields_text label textarea
{
	float:right;
	height:98px;
	width:328px;
}

.text form a
{
	float:right;
	margin-top:10px;
}

.image
{
	float:right;
	width:130px;
}

.image a
{
	float:right;
	margin-top:10px;
	text-decoration:none;
}

.image a:hover
{
	color:#0070B3;
}

/* --- Class --- */

.info
{
	background-color:#0070B3;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	width:320px;
}