/* -----------------------------------------------------------------------


 Coastal Contacts
 
	* DESCRIPTION: Registration in My Accounts

----------------------------------------------------------------------- */


/*

	======== TABLE OF CONTENTS ======== 
 
	1. My Accounts Regisration
		1.00 My Accounts Registration
		1.01 Sign-in Pop-up
			
    ====================================
*/
/*  _____________________________________________________________________________

    1.  My Accounts Registration
 _____________________________________________________________________________  */ 
 
 
 /* -------------------------------------------------------------------------

	1.00 My Accounts Registration
------------------------------------------------------------------------- */

#account-registration-main {
	width:100%;
}

#registration-form-main {
	float: left;
	width: 548px;
}

.registration-info-main {
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right; 
	background-color : #f2f7e9;
	border: 1px solid #cccccc;
	margin-top: 0px; 
	padding: 15px;   
	width: 300px;
}

.registration-info-main p {
	color: #414549;
	font: normal 12px normal arial, verdana;
}

.registration-info-main h2 {
	color: #585858;
	font: bold 18px normal arial, verdana;
	margin-bottom: 30px;
}

.registration-info-main h3 {
	color: #414549;
	font: bold 14px normal arial, verdana;
}
.registration-info-main ul{
	margin-top:10px;
}
.registration-info-main ul li {
	color: #414549;
	font: normal 12px normal arial, verdana;
	list-style: disc inside;
	margin-left: 15px;
}

/* Track My Order top message STARTS */
#sign-in-form {
	float: left;
	width: 400px;
}

#tmo-sign-in-top-info {
	background: url(../../../images/coastal-images/account/registration/login-divider.gif) 375px 30px no-repeat;
	border: 1px solid #cccccc;
	height: 90px;
	margin-bottom: 50px;
	width: 745px;
}

#tmo-msg {
	padding: 10px 15px 0px 15px;
	text-align: center;
}

#tmo-sign-in-choice {
	position: relative;
	text-align: center;
}

#tmo-login-msg {
	float: left;
	height: 50%;
	margin-left: 150px;
	text-align: center;
}

#tmo-activate-account-msg {
	float: right;
	height: 50%;
	margin-top: 0; margin-right : 100px;
	text-align: center;
	margin-right: 150px;
}

#tmo-login-msg ul,#tmo-activate-account-msg ul {
	list-style: none;
}

#tmo-login-msg li:first-child,#tmo-activate-account-msg li:first-child {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#left-arrow-img{
	position: absolute; 
	margin: 40px 0px 0px 90px; 
}

#right-arrow-img{
	position: absolute;  
	margin: 40px 0px 0px 597px; 
	
}


#forgot-pass{
	text-align:center; 
	width: 120px;
}

.sign-in-box {
	width: 300px;
}

.account-info-message-image {
	float: left;
}

.account-info-message-text {
	margin-left: 75px;
}

#personal-info-form {
	width: 100%;
}

#registration-submit {
	margin-left: 305px;
}

.register-customer-btn {
	padding-left: 30px;
}

.password-reset-btn {
	padding-left: 35px;
}

.account-info-message {
	margin-bottom: 50px;
}

#logout-btn {
	margin-top: 20px;
}

.btn-blue,.btn-green{
	cursor:pointer;
}
.btn-blue {
	background: url(../../../images/coastal-images/account/registration/btn-darkblue.gif)
		no-repeat;
}

.btn-green {
	background: url(../../../images/coastal-images/account/registration/btn-green.gif)
		no-repeat;
}

.btn-logout {
	color: #ffffff;
	height: 44px;
	float: left;
	font: bold 14px normal Arial, Helvetica, sans-serif;
	line-height: 2.8;
	margin-right: 15px;
	text-align: center;
	width: 155px;
}

.btn-no-link {
	color: #ffffff;
	height: 44px;
	float: left;
	font: bold 14px normal Arial, Helvetica, sans-serif;
	line-height: 2.8;
	margin-right: 15px;
	text-align: center;
	width: 159px;
}

 /* -------------------------------------------------------------------------

	1.01 Sign-in Pop-up
------------------------------------------------------------------------- */
#sign-in-container{
		background-color:#ffffff;
		border:1px solid #cccccc;
		color:#252522;
		display: none;
		font:normal 12px normal Arial, Helvetica, sans-serif;	
		left: 40%;
		margin-left: -200px;
		padding:30px;
		position: fixed;
		overflow: hidden;
		top: 17%;
		width:700px;
	}
	#sign-in-container h2{
		font-size:22px;
		color:#585858;
		margin-bottom: 30px;
		margin-left: -10px;
	} 
	#sign-in-container a{
		text-decoration:underline;
	}
	.sign-in-container{
		width:200px;
	}
	.sign-in-divider{
		background-color:#CCCCCC;
		float:left;
		height:250px;
		width:1px;
	}
	.sign-in-main-divider{
		margin:-25px 0 0 100px;
	}
	.sign-in-main-hint-divider{
		margin:-25px 0 0 35px;
	}
	.sign-in-hint-divider{
		margin:-25px 0 0 190px;
	}
	#return-customer-container{
		float:left; 
		margin-left: 10px;
		width:225px;
	}
	#return-customer-form-fields-wrapper{
		float: left;
		margin-left: -100px;
	}
	#return-customer-hint-fields-wrapper{
		float: left;
		margin-left: -100px;
	}
	#return-customer-pass-hint-fields-wrapper{
		float: left;
		margin-left: -60px;
	}
	#return-password-hint-container{
		float:left;
		width:285px;
	}
	#return-customer-hint-container{
		float:left;
		margin-left: 40px;
		width:370px;
	}
	#new-customer-container{
		float:right;
		width:320px;
		}
	#new-customer-container ul li{
		list-style:disc inside;
	}
	#need-help-container{
		float: left;
		margin-left: 20px;
		width:175px;
	}
	.sign-in-input{
		margin-bottom:10px;
	}
	.sign-in-input-title{
		font-weight:bold;
	}
	.sign-in-btn{
		background: url(../../../images/coastal-images/account/registration/btn-blue.gif) no-repeat scroll 0 0 transparent;
		cursor:pointer;
		height:36px;
		float: left;
		font-weight:bold;
		line-height:2.7;
		width:115px;	
	}
	.return-customer-btn{
		float:left;
		margin-top:12px;
		padding-left:35px;
	}
	.forgot-pass-txt{
		float:left;
	}
	.new-customer-btn{
		margin-top:20px;
		padding-left:28px;
	}
	.sign-in-close{
		background:url(../../../images/coastal-images/account/registration/btn-close.gif) no-repeat scroll right center transparent;
		cursor:pointer;
		margin:0 10px 10px 0;
		padding-right:25px;
		text-align:right;
		text-decoration:underline;
	}
	div.overlay-bg {
	background: #c0c0c0;
}
#show-me-hint-btn{
	background:url("../../../images/coastal-images/account/registration/btn-blue-long.gif") no-repeat scroll 0 0 transparent;
	float: left;
	font-weight:bold;
	line-height:2.9;
	margin:12px 0px 0px -10px;
	padding-left:20px;
	text-align: left; 
	width:222px;
	
}
#sign-in-login-link{
	float:left; 
	font-weight: normal;
	margin-left: -15px;
	text-decoration:underline;
	width: 100%;
}
.no-remember-password-link{
	margin-top:20px;
}
#hint-arrow{
	background:url("../../../images/coastal-images/account/registration/arrow.gif") no-repeat scroll 0 0 transparent;
	font-weight:bold;
	height:44px;
	line-height:3.2;
	margin-bottom:30px;
	padding-left:90px;
	width:375px;
}
#account-display-name{
	color:#252522;
	float:left;
	font:bold 12px normal Arial, Helvetica, sans-serif;
	margin-left:27px;
	text-align:center;	
	width:55px;
}

.input-container
{
	float: left;
}

.input-container.error
{
	border: 1px solid red;
	padding: 0 5px;
	margin-left: -5px;
	background-color: #f7dfe3;	
}

.input-container.error .error-message
{
	color: red;
	font-weight: bold;
 	max-width: 250px;
 	display: block; 	
}

.errors-alert
{
	background-color: #f7dfe3;
	border: 1px solid red;
	padding: 10px;
	margin: 10px auto 5px;
	color: red;
	font-weight: bold;
}

#personal-info-form .errors-alert
{
	margin: 0 0 5px;
	width: 90%;
}

.required-field-marker
{
	float: left; 	
	margin-top: inherit;
	margin-left: 2px;
}

.required-field-marker.error
{
	color: red;
}
.float-btn{
	float:left;
}
.loader-icon{
	background:url("../../../images/coastal-images/account/registration/ajax-loader.gif") no-repeat scroll 0 0 transparent;
	float:left;
	height:32px;
	left: 210px;
	position:absolute;
	top:220px;
	width:32px;
	z-index: 5; 
}
.loader-icon-tmo{
	background:url("../../../images/coastal-images/account/registration/ajax-loader.gif") no-repeat scroll 0 0 transparent;
	height:32px;
	margin-left:350px;
}
.hint-header{
	height:5px;
}