body,html
{
	margin: 0;
	padding: 0;
	font-family: Verdana,Georgia, Garamond, Serif;
	background-color: #352E26;
	background: url(bg-circle.png);
	/*background:linear-gradient(#352E26, #514A42);*/
	height:100%;
	
}


.right {
width: 100%;
text-align:right;
}

.centerDiv {
width: 100%;
text-align:center;
}

hr {
height: 2px;
margin-top: 12px;
margin-bottom: 12px;
background-color: #9C958D;
border: none;
}

.toolbar {
width: 100%;
height: 38px;

background-color: #12110F;
/*border-width: 2px;*/
   border-bottom: 1px #9C958D solid;
   color: #85B681;
   text-align: right;
}


#LoginDialog {
    border-radius: 6px;
	background-color: #514A42;
	background:linear-gradient(#3E372F, #514A42);
    border: 2px solid #9C958D;	
    padding: 20px; 
    width: 300px;
    height: 290px; 
	margin: 0 auto; 
    
  
}
.center {
		position: absolute;
    top: 140px;
	width:100%;

}

#main {
	
	}
	
.FixedText {
display:inline-block;
margin-right:10px; 
width:81px;
color: #85B681;
}	

input.box {
width: 200px;
height: 25px;
}



.LoginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#6b6b6b;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f0e8f0;
	
	
}
.LoginButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.LoginButton:active {
	position:relative;
	top:1px;
}
