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

form#orderForm {
	font-family:Verdana, Geneva, sans-serif;
	width:309px;
	}
	
form#orderForm fieldset{
	display:block; 
    border:1px dotted #069; 
    padding:5px; 
    margin-bottom:0.5em;
    line-height:1.2em;
	
	}
	
form#orderForm legend {
	font-size:0.9em; 
	font-weight:bold; 
	color: #fff;
	margin: 0 0 5px 5px; 
	height: 24px;
	line-height: 24px;
	width:157px; 
	background:url(img/legend.jpg) repeat-x;
	
	padding: 0 5px;
	
}

form#orderForm input {
border:1px solid #999; 
padding:0 2px;; 
margin-bottom:0.3em;
height:25px;
}



form#orderForm #sub {width:150px; background:url(img/submit.jpg) no-repeat; line-height:30px; border:none; cursor:pointer; height:28px; color:#FFF; margin-top:15px;}