@charset "utf-8";
/* CSS Document */

form{
	padding-bottom:10px;
	}
form h3{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
border:1px dashed #ccc;
}
legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	background: #FFF;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}
label{
	display:block;
	float: left;  
	width: 10em;  
	margin-right: 1em; 
	}
.textSmall:focus{
	background:#99CC00;
	}
textarea{
	width:300px;
	}

.submit {
   background:url(../img/submit.jpg) no-repeat;
   width:51px;
   height:23px;
   background-position:top center;
   margin-left:6px;
   color:#000;
   border:none;
}

.submit:hover{
	background:url(../img/submit_h.jpg) no-repeat;
	}

.without_border{
	border-style:none;
	}
