dl {clear:both;}
dt {float:left; text-align:right;  line-height:25px; margin:0 10px 10px 0; }
dd {float:left; line-height:25px; margin:0 0 10px 0;}

#order_type {
	width: 350px;
}

.error, .success {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}

legend {
	color:#0b77b7;
}

label {
	font-weight:bold;
}
fieldset {
	border:1px solid #dedede;
	padding-left:20px;
}

input[type=text],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text] {width: 200px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; padding:5px; }

#submit-go {
	margin-left:200px;
	background-color:
}

#orderInfo {
	height: 360px;
}


