.box{
font-family: Arial, Sans-Serif;
font-size: 12px;
background: #cccccc;
color: #000060;
border: 2px solid #4444ff;
}
.box:focus{
border: 2px dashed #4444ff;
}
.submit{
background: #cccccc;
color: #000060;
border: 2px solid #4444ff;
padding: 0px 0px 0px 0px;
}
.submit:active{
border: 2px dashed #4444ff;
}
.complain{
font-size: 10px;
background: #cccccc;
color: #000060;
border: 2px solid #4444ff;
padding: 0px 0px 0px 0px;
}
.complain:active{
font-size: 10px;
border: 2px dashed #4444ff;
}
.bottomtxt{
margin-top: 20px;
font-size: 10px;
}
.success, p.success {
	color: #005500;
	font-size: 10px;
	font-weight: bold;
}
.failure, .error {
	color: #CF1920;
	font-size: 10px;
	font-weight: bold;
}
div.formField input {
   background: #ffffff;
   border: 0px;
   color: #000000;
   font-family: Arial, Sans-Serif;
   font-size: 12px;
   margin-bottom: 10px;
   position:relative; 
   z-index:0;
}

div.formField textarea {
	width:588px;
	height:400px;
	background: #ffffff;
	border: 0px;
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
    margin-bottom: 10px;
    position:relative; 
    z-index:0;
}

div.formField label {
	display: block;
	position:relative; 
    z-index:0;
}

div.floatshellm{
	width:600px;
}

div.form{
	float:left;
	width:250px;
}

div.details{
	float:left;
	width:320px;
}

div.address{
	float:left;
	width:200px;
}
div.tel{
	float:left;
	width:120px;
}

.clear{
	clear:both;
}