/**
 * Style sheet for the CheckoutController
 *
 * REL:		tandrtrailer.com
 * PATH:	/public_html/css/controllerStyles/checkout.css
 *
 */

.bold {font-weight: bold;}
.required {font-weight: bold}
.description {margin: 0 0 5px; clear: both; color:#999999; font-style:italic;}

ul li {list-style-type: none; margin: 5px 2px;}

dl {
	font-weight: normal;
	margin: 5px 0;
	/*border: 1px red solid;*/
}

dl dt {
	clear: both;
	margin: 0 2px 0 0;
	float: left;
	padding: 4px 0;
	text-align: right;
	/*border: 1px blue solid;*/
}

dl dt label {padding: 0; margin: 0; font-weight: normal;}

dl dd {
	float: left;
	margin: 0 0 0 2px;
	padding: 4px 0;
	text-align: left;
	/*border: 1px solid green;*/
}

dl.emailForm dt {width: 120px; text-align: right;}
dl.emailForm dd {width: 200px;}

div.buttons {
	clear: both;
	position: relative;
	margin-left: 120px;
	min-height: 30px;
	width: 200px;
}

#mySendingEmailDialog {
	/*border: 8px solid #fff;*/
	border: 5px solid #CEF6F5;
	
	-webkit-box-shadow: 0px 6px 10px #636363; 
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
        border-radius: 4px;
}
#mySendingEmailDialog_underlay {background-color: #006666;}
