h4.boxHeader
{
	background: #027ABB;
	background: #027ABB url('images/darkGradient.png') top left repeat-x;
	margin: 0px;
	padding: 5px;
	color: #fff;
	position: relative;
	font-size: 12pt;
	line-height: 22px;
	
	text-shadow: 0 1px 0px #333;
}

h4.boxHeader div
{
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
}

h4.boxHeader a,
div.addressBox div.submenu a
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	padding: 1px;
	vertical-align: middle;
}

h4.boxHeader a:hover
{
	color: #ccc;
}

div.addressBox div.submenu a:hover
{
	color: #dadada;
}

.contentBox
{
	padding: 10px;
	border: 1px solid #B3B3B3;
	background: #E7E7E7;
	margin-bottom: 15px;
	font-size: 10pt;
}

table.registerFormTable
{
	margin: 0px auto;
}

table.registerFormTable td
{
	padding: 3px;
	vertical-align: top;
}

table.registerFormTable input.textbox,
table.registerFormTable td select,
table.registerFormTable td textarea
{
	width: 95%;
}

/*
table.registerFormTable input.textbox,
table.registerFormTable td textarea
{
	width: 400px;
}

table.registerFormTable td select
{
	width: 404px;
}
*/

td.formLabel
{
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
	color: #333;
	white-space: nowrap;
	/*width: 150px;*/
	vertical-align: top;
	line-height: 24px;
}

td.formLabelOptional
{
	font-weight: normal;
}

div#statedivcaption
{
	position: static !important;
}

span.fieldCaption
{
	font-size: 8pt;
	font-style: italic;
	display: block;
	margin: 0px;
}

a.formButton img
{
	vertical-align: middle;
}

div.registerContentBox
{
	float: left;
	width: 340px;
	margin: 9px;
}

div.registerContentBox div.contentBox
{
	margin-bottom: 0px;
}

div.registerContentBox div.alert
{
	width: auto;
	font-size: 8pt;
}

div#shippingAddressBox
{
	padding: 30px 10px 30px 10px;
}

.buttonContainer
{
	text-align: right;
	padding: 10px;
}

div#contentContainer
{
	font-family: arial;
	margin: 15px;
}

/* --------------------------- buttons --------------------------------------- */

div.formButton a
{
	display: block;
	height: 100%;
}

button#registerButton
{
	background: url('images/secureRegistration.png') top left no-repeat;
	width: 243px;
	height: 41px;
}

button.registerButtonClicked
{
	background: url('images/secureRegistration.png') bottom left no-repeat !important;
}

button#backButton
{
	background: url('images/backButton.png') top left no-repeat;
	width: 64px;
	height: 32px;
}

button.formButton
{
	border: 0;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
}

table.addressTable button.formButton
{
	margin: 3px;
}

button.submit
{
	background: url('images/submitButton.png') top left no-repeat;
	width: 68px;
	height: 25px;
}

button.clear
{
	background: url('images/clearButton.png') top left no-repeat;
	width: 59px;
	height: 25px;
}

table.addressTable
{
	margin: 10px auto;
}

table.addressTable td
{
	vertical-align: top;
}

table.addressTable td span
{
	font-size: 0.8em;
	color: #3B3B3B;
	font-style: italic;
	float: left;
	margin-left: 150px;
	line-height: 20px;
}

table.addressTable label.notRequired
{
	font-weight: normal;
}

table.addressTable label
{
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	line-height: 20px;
	width: 140px;
	float: left;
	color: #3B3B3B;
}

table.addressTable input,
table.addressTable select,
table.addressTable textarea
{
	width: 200px;
	float: left;
}

div#manageAddressBox
{
	width: 420px;
	margin: 0px auto;
}