/* basic form settings */
form 
{ 
	margin:0 0 5px;
	padding:8px;
	border:2px solid #7f8082;
	background-color:#fff; 
}
form.nostyle { padding:0; border:0; background-color:transparent; }
fieldset
{
	clear:left;
	margin:0; 
	padding:10px 20px;
	border:none; 
	border-top:2px solid #7f8082;
}
fieldset.buttongroup 
{
	border:none;
	padding:10px 20px 10px 205px;
}
legend
{ 
	margin:0 0 10px -10px; /* ie only hack */
	padding:0 5px;
	font-size:12px; 
	font-weight:bold;
	color: #d21034; 
}
html > body legend { margin:0 0 0 -5px; }
label
{
	float:left; 
	margin:5px 10px 0 5px; 
	display:inline;
	padding:0;
	width:175px; 
	font-weight:bold; 
	line-height:20px; 
	vertical-align:middle; 
	color:#7f8082;
	text-align:right;
}
label.required, b.required { color:#d21034; }
label.staticinput 
{ 
	font-weight:normal;
	text-align:left;  
	margin-left:0;
	width:auto;
}
div.full label.staticinput { width:200px; }

input.text, input.password
{ 
	margin:5px 5px 0 0;
	display:inline;
	width:200px;
	float:left;
}
textarea, select
{ 
	margin:5px 5px 0 0;
	display:inline;
	float:left;
	width:auto;
}
input.required { border:1px solid #7f8082; }
input.radio 
{ 
	float:left; 
	margin:5px 5px 0 5px;
	padding:0;
	display:inline;
	border:none;
}
html > body input.radio { margin:8px 5px 0 8px; }
input.checkbox
{
	float:left; 
	margin:5px 5px 0 0;
	display:inline;
	border:none;
}
html > body input.checkbox { margin:8px 5px 0 0; }

input.price { width:65px !important; text-align:right; vertical-align:middle; }
input.quantity { width:30px !important; text-align: center; }
input.ccnum { width:40px !important; }

input#txtAreaCode { width:25px; }
input#txtPhone { width:70px; }
input#txtPhoneExt { width:35px; }
input#txtAccount, input#txtAccountOverride { width:100px; }
input#txtIDNumber { width:100px; }

form div.copy { margin:0 0 10px; padding:0px 20px 10px; }

fieldset  img.icon
{ 
	float:left; 
	margin:5px 5px 0 0;
	display:inline;
	height:16px; 
	width:16px; 
	padding:2px 0; 
}
fieldset pre 
{
	float:left;
	margin:5px 5px 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	display:inline;
	line-height:20px;
}

fieldset div.radiogroup 
{
	float:left;
	clear:left;
	width:400px;
}
fieldset div.inputgroup 
{ 
	float:left;
	margin:0;
	padding:0 5px 0 0;
}
fieldset div.radiogroup div.inputgroup
{
	float:left;
	margin:5px 0 0;
	padding:0 0 5px 0;
	border:1px solid #b1b2b4;
	background:#f2f2f2;
	width:200px;
}
fieldset div.radiogroup div.required  { border:1px solid #7f8082; }
fieldset div.radiogroup input.checkbox { margin-left:5px; padding-left:0; }
fieldset div.nolabel { padding-left: 190px; }

div.buttons { text-align:center; }

fieldset br { clear:left; }

fieldset .info { float:none; clear:both; margin-left:190px; }
div.full fieldset .info
{
	float:right; 
	clear:none;
	display:inline;
	margin:5px 0;
	width:282px;
}
html > body div.full fieldset .info { width:200px; }

