#tos {
	padding:15px;
	border:6px solid #d2d2d2;
}
#tos h1 {
	margin-top:0;
	font-weight:bold;
	font-size:17px;
	color:#000;
}
#tos .btnClose {
	display:none;
}
#term-pop {
	width:350px;
}
#term-pop strong {
	margin-left:3px;
}
#term-pop .content_main {
	font-size:14px;
}
#term-pop .privacy {
	font-weigh:bold;
}
#term-pop .check {
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#term-pop .buttonBar {
	background:#F0F0F0;
	border:1px solid #DDD;
	clear:left;
	margin:8px 0;
	overflow:auto;
	padding:12px 0;
	text-align:right;
}
#term-pop .buttonBar div {
	float:right;
	margin-right:10px;
}
#term-pop .buttonBar div:first-child {
	float:left;
	margin-left:10px;
}
#term-pop a.cssbutton {
	border:0 none;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
}
#term-pop a.cssbutton span {
	color:#666666;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:33px;
	line-height:32px;
	margin-left:2px;
	padding:0 17px 0 15px;
	white-space:nowrap;
}
#term-pop a.cssbutton.gray {
	background:url(../images/cssbutton_gray_left.gif) no-repeat 0 center;
}
#term-pop a.cssbutton.blue {
	background:url(../images/cssbutton_blue_left.gif) no-repeat 0 center;
}
#term-pop a.cssbutton.gray span {
	background:url(../images/cssbutton_gray_right.gif) no-repeat right 0;
	color:#444444;
}
#term-pop a.cssbutton.blue span {
	background:url(../images/cssbutton_blue_right.gif) no-repeat right 0;
	color:#fff;
}
a.cssbutton:hover span {
	background-position:right 100%;
	text-decoration:none;
}
#term-pop .popup-shadow {
	background-color:#333333;
	height:16px;
	opacity:0.4;
	width:16px;
	float:left;
}
#term-pop .popup-top-corners {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}
#term-pop .popup-bot-corners {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#term-pop .popup-outerborder {
	border:2px solid #666;
	float:left;
}
#term-pop .popup-innerborder {
	border:6px solid #D2D2D2;
}
#term-pop .popup-close-button {
	background:url(../img/btn_popup_close.png) no-repeat;
	cursor:pointer;
	height:28px;
	position:absolute;
	right:4px;
	top:4px;
	width:28px;
	z-index:1020;
}
#term-pop .popup-close-button:hover {
	background:url(../img/btn_popup_close.png) no-repeat 0 -28px;
}
.tos_container {
    margin-right:40px;
    text-align:left;
}
.tos_container p {
    margin-bottom:12px !important;
}
.signIn .tos_container {
    margin:0 30px;
}
.signIn .tos_container input {
    width:auto;
    margin-left:0;
    margin-right:5px;
}
.signInContainer .authContainer h1 {
    margin-left:30px;
    text-align:left;
    padding-left:0;
}
.authContainer div.tos_container {
    width:auto;
}
.authContainer div.tos_container input {
    background:none;
}

.authContainer .errors {
    color: red;
}

.mainPage .authContainer ul{
    list-style-position:inside; 
    text-align:left;
    padding-left:0;
}


