﻿fieldset 
{ 
width: 50%; 
border-color:#DDD; 
border-style:double; 
border-width:4px 1px 2px 1px; 
padding:10px; 
} 

legend 
{ 
color: #a60000; 
width: 100px; 
text-align: center; 
font-weight: bold; 
margin-bottom: 0.1em; 
} 

label 
{ 
float: left; 
width: 170px; 
padding-left:10px; 
} 

.input 
{
float: left; 
border: 1px solid #c7c7c7; 
width: 180px; 
height: 25px; 
color: #333333;
margin-left: 30px; 
margin-bottom: 8px;
padding-top: 4px; 
} 

.textarea 
{
float: left;
border: 1px solid #c7c7c7; 
width:360px; 
height: 150px;
margin-left: 20px; 
margin-bottom: 8px; 
} 


