div#login-left-box
{
	width:369px;
	padding-right:10px;
}

div#login-right-box
{
	margin-left:10px;
	width:394px;
	border-left:1px dotted gray;
}

div#title-inner-right-box, div.unregistered-left-box {
	padding-right:10px;
	border-right:1px dotted gray;
	position: relative;
}

div.login-box label{
	font-weight:bold;
}

div.login-box input[type="text"],
div.login-box input[type="password"]{
	width:180px;
}
div.unregistered-left-box #loginform table.form-table {
}
#loginform table.form-table #clilog, 
#loginform table.form-table #clikey {
	width:250px;
}
div.unregistered-buy-container {
	margin-bottom:20px;
	margin-top:20px;
}
#no_login_button {
	background:url(images/login/buy_without_reg.png) no-repeat left top;
	width:287px;
	height:42px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
p.textalign-center form {
	text-align:center;
}
div.unregistered-right-box {
	border-right:0 !important;
	padding-left:5px;
	padding-left:5px;
	padding-right:0 !important;
	background-color: #E5E5E5;
}
#unregistered_login_tip1 p, #unregistered_login_tip2 p {
	margin:2px 0;
}
#unregistered_login_tip2 {
	padding-top:0;
}
#sso_login_frame{
	width: 460px;
	height: 420px;
	border: 0;
}

div.reminder a{
	font-size: 11px;
}

input#login-button.decorated{
    background: rgba(0, 0, 0, 0) url("images/login/login.png") no-repeat scroll left top;
    border: 0 none;
    cursor: pointer;
    height: 42px;
    margin: 0 0 0 -143px;
    padding: 0;
    width: 287px;
    bottom: 0px;
    position: absolute;
    left: auto;
    bottom: 10px;
}

.login_submit_container {
	padding: 10px 0;
}

.login_submit_btn {
	margin: 0;
	position: static;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0) url("images/login/login.png") no-repeat scroll left top;
	border: 0 none;
	cursor: pointer;
	height: 42px;
	width: 287px;
}


a#reg-button{
    background: rgba(0, 0, 0, 0) url("images/login/register.png") no-repeat scroll left top;
    display: inline-block;
    border: 0 none;
    cursor: pointer;
    height: 42px;
    margin: 0 0 0 -143px;
    padding: 0;
    width: 287px;
    position: absolute;
    left: auto;
    bottom: 10px;
}

div.login-panel-table{
	display: table;
	border-collapse: separate;
	font-size: 12px;
}

div.login-panel-row{
	display: table-row;
}

div.login-panel-cell{
	border: 5px solid white;
	display: table-cell;
	width: 50%;
	padding: 5px;
	position: relative;
}

div.login-panel-cell.left{
	border-right: 1px dotted gray;
	padding-right: 14px;
}

div.login-panel-cell.right-gray{
	background: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;
}

div.login-panel-cell h2{
	text-align: center;
}

div.login-panel-cell ul li{
	list-style-type: disc;
	list-style-position: outside;
}

div.login-checkbox-cell{
	display: table-cell;
	width: 20px;
}

div.login-checkbox-cell input{
	margin-left: 0;
}

div.login-checkbox-info-cell {
	display: table-cell;
	font-size: 11px;
}

div.login-checkbox-info-cell * {
	font-size: 11px;
}

div.unregistered-right-box li{
	list-style: disc;
}

div.login-inputs{
	//width: 200px;
	//margin: auto;
	margin-top: 5px;
}

div.login-inputs input{
	width: 250px;
}

div.login-inputs label{
	font-weight: bold;
}

div.login-bottom-spacer{
	height: 52px;
}

p.terms-conditions{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
}

p.terms-conditions, p.terms-conditions a, p.terms-conditions label{
	font-size: 11px;
}

p.terms-conditions + p.terms-conditions{
	margin-top: 0px;
}
