/* SP Login Stylesheet */
/* Last updated - 8.30.2011 DLM */

#login-container, #password-reset-container, #registration-container {
	float:left;
	margin-right:30px;
	width:340px;
}
#not-a-member, #need-help {
	float:left;
	margin-bottom:10px;
	width:340px;
}
#not-a-member p, #need-help p {
	font-size:14px;
	margin:15px 0 5px;
}
h1, h2, h3 {
	color:#666;
	font-weight:bold;
	margin:0;
	padding:0;
}
h1 {font-size:18px; color:#333;}
h2 {font-size:16px;}
h3 {font-size:14px;}
p {
	color:#666;
	font-size:12px;
	line-height:18px;
}
p.large {
	font-size:14px;
}
.img_right {
	float:right;
	margin:0 0 0 20px;
}

.blue-container a:hover, .grey-container a:hover {
	color:#215685;
	text-decoration:none;
}

/* ---------------------- Forms ---------------------- */
.sp-login {
	margin:5px 0 0 5px;;
	padding:10px;
}
.sp-login label {
	color:#777;
	font-size:14px;
	display:block;
	padding-bottom:5px;
}
.sp-login input[type="checkbox"] {
	float:left;
	margin:0 10px 0 0;
}


.sp-button {
	border: 0;
    /* Sliding right image */
    background: transparent url('/images/splogin_UI_StandardButton_R.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 31px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 17px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

button.sp-button {
	background-position: bottom right;
	-webkit-appearance: caret;
	overflow: visible;
   cursor: pointer;
   padding-left: 0;
}

button.sp-button:focus {
	border: 0 none;
}

button.sp-button::-moz-focus-inner {
   border: 0 none;
}

.sp-button span {
	/* Background left image */ 
	background: transparent url('/images/splogin_UI_StandardButton_L.png') no-repeat; 
	display: block;
	line-height: 30px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 17px;
	text-decoration:none;
}
.sp-button:hover span{
text-decoration:none;
}


.sp-login input.submit:hover {
	background:#2689ee;
}
span.form-error {
	color:#f00;
	display:block;
}
.error {
	border:1px solid #f00;
}

   #loginWrapper {
		margin:0 auto;width:750px;   	
   }
   #loginModule {
   		width:340px;
   		padding-bottom:40px;
   		background:#F2F2F2;
   		border:1px solid #F2F2F2;
   		border-bottom-left-radius:5px;
   		-moz-border-radius-bottomleft:5px;
   		-webkit-border-bottom-left-radius:5px;
   		border-bottom-right-radius:5px;
   		-moz-border-radius-bottomright:5px;
   		-webkit-border-bottom-right-radius:5px;
   		border-top:none;
   }
   #lm-header {
   		padding:10px;
   		font:bold 16px Arial, sans-serif;
   		background:#fff url('/images/splogin_BlueHeaderCap_340x40.png') no-repeat;
   		color:#fff;
   }
   #module-left {
   		float:left;margin-right:25px;
   }
   #module-right {
   		float:left;width:340px;margin-bottom:50px;
   }
   #createAnAccountModule {
   		
   		background:#F2F2F2;
   		border:1px solid #F2F2F2;
   		border-bottom-left-radius:5px;
   		-moz-border-radius-bottomleft:5px;
   		-webkit-border-bottom-left-radius:5px;
   		border-bottom-right-radius:5px;
   		-moz-border-radius-bottomright:5px;
   		-webkit-border-bottom-right-radius:5px;
   		border-top:none;
   }
   #caa-header {
   		padding:10px;
   		font:bold 16px Arial, sans-serif;
   		background:#fff url('/images/splogin_GrayHeaderCap_340x40.png') no-repeat;
   		color:#fff;
   }
   #caa-content {
   		padding:20px 15px;
   }
   #caa-icon {
   		float:left;
   		margin-right:20px;
   }
   #caa-headline {
   		font:bold 13px Arial, sans-serif;
   		padding-bottom:5px;
   }
   #caa-copy {
   		font:13px Arial, sans-serif;
   		padding-bottom:15px;
   }
   #need-help {
   		width:320px;
   		background:#F2F2F2;
   		border:1px solid #F2F2F2;
   		border-radius:5px;-moz-border-radius:5px;
   		-webkit-border-radius:5px;
   		padding:10px;
   		margin-top:20px;
   }