#conash3D0
{
display:none;
}

body{
    background-color: #FFFFFF;
    text-align: center;
    color: #FFFFFF;
	background-image: url('../images/bg.jpg');

	/*
	background-image: url('../images/eos_dkfld3a.gif');
	background-repeat: repeat
	*/
}
.MainBody{
	margin: 0 auto;
    width: 830px;
    background-color: #000000;
}
.MainArea{
}

.BodyText{
	margin-left: 5px;
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	width: 790px;
}

.BodyText a{
	color: #A5A5A5;

}

.ContactFormArea{
	text-align: left;
	border: 1px dotted gray;
	width: 450px;
	height: 320px;
}

.Field{
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.FieldText{
	width: 100px;
}

.FieldInputObj{
	width: 422px;
}

.FieldInput textarea{
	width: 422px;
	height: 150px;
}

.Button{
	text-align: right;
	margin-top: 10px;
	margin-right: 11px;
}

.Button input{
	border: 1px solid white;
	background-color: #000000;
	color: #FFF;
	width: 100px;
}
