/* modify shared styles */
#mainContent {
	margin-bottom: 10px;
}


/* page specific */
#signinContainer {
	
}

#signinPanel {
	background: #f1f1f1 url(../img/dots_vertical.gif) top right repeat-y;
	float: left;
	height: 340px;
	width: 349px;
}

/* left panel */
#signinPanel .label {
	background-color: #fff;
	padding: 5px 122px 4px 34px;
	margin: 15px 0;
}

#loginBox {
	width: 281px;
	margin: 0 auto;
}
#loginBox .head, #loginBox .foot {
	width: 281px;
	height: 10px;
	line-height: 10px;
	font-size: 8px;
}
#loginBox .head {background: url(../img/loginbox_head.gif) top left no-repeat;}
#loginBox .foot {background: url(../img/loginbox_foot.gif) top left no-repeat;}

#loginBox .body {
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	background-color: #fff;
}
#loginBox .body table#login {
	margin: 0 20px 5px 15px;
}
#loginBox .body table#login td {
	margin: 0;
	border: 0;
	padding: 4px 0;
}
#loginBox .body table#login .fieldLabel {
	width: 80px;
}
#loginBox .body table#login input.text {
	width: 150px;
}

#loginBox .body .forgotPassword {
	margin: 7px 0 0 15px;
}

/* right panel */
#registerPanel {
	float: left;
	padding-left: 20px;
	width: 408px;
}
#registerPanel ul.benefits {
	margin: 0 0 13px 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#registerPanel ul.benefits li {
	padding-left: 8px;
	background: url(../img/bullet_greysqr.gif) center left no-repeat;
}
#registerPanel img.label {
	margin-top: 13px;
}
#registerPanel img {
	margin-bottom: 13px;
}
#registerPanel p {
	margin-bottom: 13px;
}

/* store sign in page */

#signinContainerStore {
	
}

#signinPanelStore {
	background-color: #f1f1f1;
	float: left;
	height: 380px;
	width: 100%;
}

#signinPanelStore .label {
	background-color: #fff;
	padding: 5px 102px 4px 34px;
	margin: 15px 0;
}

#loginBoxStore {
	width: 727px;
	margin: 0 auto;
}
#loginBoxStore .head, #loginBoxStore .foot {
	width: 727px;
	height: 10px;
	line-height: 10px;
	font-size: 8px;
}
#loginBoxStore .head {background: url(../img/loginboxstore_head.gif) top left no-repeat;}
#loginBoxStore .foot {background: url(../img/loginboxstore_foot.gif) top left no-repeat;}

#loginBoxStore .body {
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	background-color: #fff;
	height: 270px;
}

#signinPanelStoreLeft {
	background: #fff url(../img/dots_vertical.gif) top right repeat-y;
	float: left;
	margin: 30px 0;
	padding: 0 40px;
	height: 210px;
	width: 283px;
}

#signinPanelStoreLeft table#login {
	margin: 0 20px 5px 15px;
}
#signinPanelStoreLeft table#login td {
	margin: 0;
	border: 0;
	padding: 4px 0;
}
#signinPanelStoreLeft table#login .fieldLabel {
	width: 80px;
}
#signinPanelStoreLeft table#login input.text {
	width: 150px;
}

#signinPanelStoreLeft .horLine {
	margin-top: 15px;
}

#signinPanelStoreLeft .forgotPassword {
	margin: 15px 0 0 15px;
}


#signinPanelStoreRight {
	background-color: #fff;
	float: left;
	margin: 30px 0;
	padding: 0 40px;
	height: 220px;
	width: 279px;
}

.PanelLabel {
	text-align: center;
	padding: 15px;
}

.PanelButton {
	padding: 5px 73px;
}

