/* 
ATG Existing Registration Global Stylesheet
Author: Jake Rutter
Date: Apr 2012
*/

/* ----- General ----- */

#login h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px
}

.account-login {
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 15px;
	background: #f8f8f8
}

.account-login ol {
	padding: 0;	
	list-style: none;
}

.account-login ol li {
	float: left;
	width: 300px;
	padding-bottom: 1em;
	margin: 0 20px 0 0;
}

.account-login ol li label {
	text-align: left;
	padding: 0;
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}

.account-login ol li input {
	float: left;
	width: 240px;
	padding: 3px 1px;
}

.create-account-left p,.create-account-right p, .account-login p {
	margin-bottom: 10px
}

div.create-account-left, div.create-account-right{
	border: 1px solid #CCC;
	width:310px;
	overflow: hidden;
	margin:15px 0 0;
	background: #ffffff;
	min-height:154px;
	padding: 15px
}

body.law div.create-account-left, body.law div.create-account-right, body.zag div.create-account-left, body.zag div.create-account-right {
	width:340px;
}
.create-account-right {
	float:right;
	display: none
}
.create-account-left {
	float:left;
}

.create-account-right ul {
	list-style-type:disc;
	padding:0 0 0 25px;
}

body.wsj .button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif !important;
	padding: 6px 10px;
	margin: 0;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #79112A !important;
	background: #9B0034;
	background: -moz-linear-gradient(top, #CB0D44 0%, #9B0034 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB0D44), color-stop(100%,#9B0034));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CB0D44', endColorstr='#9B0034',GradientType=0 );
	background: linear-gradient(top, #CB0D44 0%, #9B0034 100%);
}

a.registration-button:hover, input.registration-button:hover, .registration-button-hover {
	color: #333;
	background: #9B0034;
	background: -moz-linear-gradient(top, #B60C3D 0%, #9B0034 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B60C3D), color-stop(100%,#9B0034));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B60C3D', endColorstr='#9B0034',GradientType=0 );
	background: linear-gradient(top, #B60C3D 0%, #9B0034 100%);
}

/* -- Offline Registration -- */

#registration-offline-verify {
	margin:10px 0;
}

#registration-offline-account, #error {
	display:none;
}

#registration-offline-account, #error204 {
	display:none;
}

#registration-offline-account, #error205 {
	display:none;
}

#registration-offline-account h2 {
	float:none;
	border-bottom:1px solid #ccc;
	padding:0 0 10px;
}

#registration-offline-account p {
	clear:both;
}


#registration-offline-verify ul li, #registration-offline-account ul li {
	float:left;
	width:320px;
	margin:0 20px 10px 0px;
}

#registration-offline-verify ul li label, #registration-offline-account ul li label {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

#registration-offline-verify ul li label.invalid, #registration-offline-account ul li label.invalid {
	color: #b4073c;
	font-style: normal;
	font-size:12px;
}

#registration-offline-verify ul li span,#registration-offline-account ul li span {
	font-size:11px;
	color:#666;
	display: block;
	margin:2px 0;
}

#registration-offline-verify ul li span.required, #registration-offline-account ul li span.required {
	display: inline;
	color:red;
}

#registration-offline-verify ul li input.text, #registration-offline-account ul li input.text {
	width:260px;
	padding:4px;
	border:1px solid #abadb3;
}

#registration-offline-verify ul li input.text.invalid, #registration-offline-account ul li input.invalid {
	border: 2px solid #FBC2C4;
	background: #FBE3E4;
}

#loader {
	text-align: center;
}

#loader p {
	display: block;
	font-size:14px;
	font-weight:bold;
}

.existing-address-details h2 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 10px 10px 0px 10px;
}

#accexists {}
#accexists span.required {margin-bottom: 10px; font-style: italic; color: red}
#accexists #verify { float: none; width: inherit; }
#accexists #registration-offline-verify { margin-bottom: 0; }
#accexists #registration-offline-verify li { float: left; width: 275px; }
#accexists #registration-form { border: none; width: 700px !important; }
#accexists #registration-form #radio2 { margin-left:20px; }
#accexists #existing-registration { display: none; }
#accexists #reg-off-acc-header { display: none; }
#accexists #reg-off-acc-header h2 { float: none; border-bottom: 1px solid #ccc; padding: 0 0 10px; }
#accexists #registration-offline-account { display: none; }
#accexists #registration-offline-account .checkout-button-container .registration-button { width:140px !important; float: none !important; }
#accexists #afd-address span.required { display: none; }
#accexists #afd-address #day-phone span.required {display: block;}
#accexists #afd-address input { border: 0; background: #ffffff; padding: 0; }
#accexists #afd-address #billingDay { border: 1px solid #abadb3; padding: 4px; }
#accexists .exist-billing-ol li { padding-bottom: 5px; }
#accexists .exist-billing-ol input { margin-top: 0; }
#accexists #address_finder_1 div.registration-billing { margin: 25px 0; }