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

form fieldset {
	min-width: 420px;
	/* clear: left; */
	margin: 10px 0 0 0;
	padding: 10px 0 8px 0;
	padding-left: 180px; /*width of left column containing the label elements*/
	border-top: 1px solid #e3dede;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1%;
	font-size: 0.9em;
}

.sectionBox {
	margin-left: 30px;
	margin-right: 30px;
}

form table.box {
	margin-left: -180px;
}

form fieldset legend {
	font-weight: bold;
	margin-left: -175px;
	color: #8f0000;
	font-size: 1.1em;
}

form .required {
	margin-bottom: 12px;
}

form label{
	font-weight: bold;
	padding-top: 3px;
	float: left;
	margin-left: -160px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

form label .labelRadio {
	
}

input[type="text"] {
	background-color: #e3dede;
}

form input[type="button"] {
	margin-left: -160px;
}

/* form input[type="button"].leftBtn {
	margin-left: -105px;
	margin-bottom: 20px;
} */

form input[type="button"].leftBtn {
	margin-left: 10px;
	margin-bottom: 20px;
}

form.buttonForm input[type="button"] {
	margin: 10px 10px 10px 30px;
}

/* form input[type="button"] */

form .wideText { /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
	margin: 0px 5px 10px 0;
/* clear: right; */
}

form .narrowText {
	width: 30px;
}

form textarea{
	width: 250px;
	height: 150px;
}

form .notes {
	width: 120px;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 0.9em;
	float: right;
	clear: left;
}

form .notes h4 {
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0.5em 0 0 2em;
	border-bottom: 1px solid #414141;
	color: #414141;
	font-size: 1em;
	background-image: url(/templates/default/images/form/icon_info.gif);
}

form .notes p {
	margin: 5px 0 10px 0;
	padding: 0;
	color: #414141;
	line-height: 1.2em;
}

form .notes p.last {
	margin-bottom: 0;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

.shippingAddressBox {
	border: 1px solid #e3dede;
}

.shippingAddressBox2 {
	border-left: 1px solid #e3dede;
	border-right: 1px solid #e3dede;
	border-bottom: 1px solid #e3dede;
}
