/* CSS Document */

/* ORDER FORM =======================================================*/

#orderForm {
	width:720px;
	margin-bottom:20px;
	background: #999;
	padding: 10px;
}
#orderForm fieldset {
	float: left;
	width: 350px;
	margin-bottom: 20px;
	border:1px solid #ccc;
	background:#f8f8f8;
}
#orderForm legend {
	font-size: 12px;
	font-weight: bold;
	background: #EEE;
	border: 1px solid #CCC;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
}
#orderForm input {
	width:210px;
	font-size: 12px;
}
#orderForm textarea {
	width:235px;
	height:60px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 13px; /*Font needs to be larger in textarea!!*/		
}
#orderForm input.checkbox {
	width:auto;
}
#orderForm label {
	float:left;
	margin-left:20px;
}

#orderForm fieldset.widePanel {
	width: 718px;	
	border:1px solid #ccc;
	background:#f8f8f8;
	margin-bottom: 20px;
}
#orderForm fieldset.widePanel label {
	font-size:13px;
	padding-top: 12px;
	width:450px;
}
#orderForm fieldset.widePanel input {
	width:30px;
	font-size: 12px;
	padding: 3px;
	margin: 3px 10px;
}
#orderForm fieldset.widePanel p {
	padding: 6px 20px 6px 20px;	
	line-height:16px;
 	border-bottom: 1px solid #CCC;
}
#orderForm fieldset.widePanel h2 {
	font-size:16px;
	padding: 30px 0 15px 20px;	
	line-height:14px;
	color:#FF6600;
 	border-bottom: 1px solid #CCC;
}
#orderForm fieldset.widePanel img {
	float:right;
	margin:8px 10px 8px 20px;
}

#orderForm fieldset.smallPanel1 {
	float:left;
	margin-right:15px;
}
#orderForm fieldset.smallPanel1 label, #orderForm fieldset.smallPanel2 label {
	width:90px;
}


input, select {
  margin-bottom: 3px;
}

.radioBtn {
	float:right;
	padding:5px 20px;
	margin-top:2px;
	line-height:15px;
	height:15px;
	background:#ccc;
}
#orderForm fieldset.widePanel .radioBtn input {
	width:13px;
	height:13px;
}

.freePairText {
	float:right;
	width:130px;
	height:60px;
	text-align:right;
	margin-bottom:2px;
	background:#ccc;
}
.freePairText a:link, .freePairText a:visited {font-weight:bold; color: #F30; text-decoration:none;}
.freePairText a:hover {color:#000;}

#orderForm fieldset.widePanel input.btnOrder {
	color:#FFF;
	font-weight:bold;
	width:150px;
	line-height:20px;
	margin: 20px 0 0 280px;
	background:#F60;
}
.orderPrice {
	font-weight: bold;
	font-size: 14px;
	color:#f60;
}
.smallredtext {
	font-weight: bold;
	color:#f60;
}

a:link {color: #666; text-decoration:none;}
a:visited {color: #666; text-decoration:none;}
a:hover {color:#F30;}


.hidden {
  display: none;
}
.error {
  color: #f00;
  display: block;
  margin-left: 110px;
}
#orderForm fieldset.widePanel .error {
  color: #f00;
  display: block;
  margin-left: 530px;
}
#orderForm fieldset.widePanel .errorTop {
  color: #f00;
  font-size:14px;
  font-weight:bold;
  display: block;
  padding-left:180px;
  border:0;
}