body
{
 text-align: center;
 font-family: 'Tahoma';
}

#errorHolder
{
	color: #D96727;
	height: 80px;
	text-align: center;
	margin-top: 20px;
}

#loginLoading {
	vertical-align: middle;
	display: none;
}

div#container
{
 margin-left: auto;
 margin-right: auto;
 margin-top: 100px;
 width: 487px;
}

div#container table
{
 text-align: right;
 margin-left: auto;
 margin-right: auto;
}

#login, #password, #author_code
{
 width: 200px;
 height: 20px;
 margin-left: 4px;
 padding: 1px;
}

#confirm
{
 cursor: pointer;
 color: black;
 float: right;
	background-color: #cccccc;
	padding: 2px;
	text-align: center;
	width: 100px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
}

#ad_login {
 cursor: pointer;
 color: #d96727;
 text-decoration: none;
}

#ad_login:hover{text-decoration: underline;}

#confirm:hover
{
 cursor: pointer;
 background-color: #ADE319;
}

div#container p
{
 color: #D96727;
}

#tablet_view_label {
 display: block;
 padding-left: 4px;
}
#tablet_view {
 width: 17px;
 height: 17px;
 padding: 0;
 margin:0;
 vertical-align: bottom;
 position: relative;
 top: -1px;
 *overflow: hidden;
}