div.box {
	position:absolute;
	top:226px;
	margin-top: -226px;
	height: 460px;
	left:51px;
	clear:both;
	z-index:13;
	width: 344px;
}

div.box h1 { 
color:#583A00;
font-size:16px;

}

div.box label {
padding-top:35px;	
width:100%;
display: block;
background:#fff;
border:0px;
}

div.box label span {
display: block;
color:#583A00;
font-size:15px;
float:left;
width:60px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:4px;
width:250px;
font-family: Georgia1, Georgia, serif;
color:#583A00;
font-size:15px;
background:#fff;
border-top:2px solid #999;
border-left:2px solid #999;
border-right:2px solid #DDD;
border-bottom:2px solid #DDD;
}

div.box .message{
padding:4px;
width:250px;
color:#583A00;
font-family: Georgia1, Georgia, serif;
font-size:15px;
background:#fff;
border-top:2px solid #999;
border-left:2px solid #999;
border-right:2px solid #DDD;
border-bottom:2px solid #DDD;
overflow:auto;
height:150px;
}

textarea:focus, select:focus, input:focus, button:focus { border: 2px solid #000; background: #ff0;}

div.box .button
{
background:#888;
color: #fff;
font-family: Georgia1, Georgia, serif;
font-size: 15px;
position: relative;
top:10px;
left:80px;
height:26px;
width:68px;
border-top:2px solid #DDD;
border-left:2px solid #DDD;
border-right:2px solid #999;
border-bottom:2px solid #999;
}

div.box .button:hover
{
background: #583A00;
}

div.box .button span{display: none}

div.box .button:hover span
{
background:#583A00;
}

input[type=text]:focus {border:2px solid #583A00;}
textarea[type=text]:focus {border:2px solid #583A00;}
