body {
    margin-top: 0px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*font-family: Geneva, Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 13px;
	background-color: #983333;
    color: #555;
}

a {
	color: #2E78A7;
	text-decoration : none;
	outline:none;
}

a:hover {
	color: #ee9a47;
	/* text-decoration : underline; */
}

.button, .button:visited{
    background: #2E78A7 url(/images/overlay.png) repeat-x;
  	display: inline-block; 
  	padding: 5px 10px 6px; 
  	color: #fff; 
  	text-decoration: none;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  	cursor: pointer;
    font-size: 11px;
	margin:10px 3px 4px 3px;
}
.button:hover{
    background-color: #222; 
    color: #fff;
}

img.ajaxload{
    margin-top:10px;
}

b {
    color:#2f79a7;
	font-weight:normal;
}

div#page {
    margin-left: auto;
    margin-right: auto;
    width:720px;
    text-align:left;
    padding-left: 20px;
    padding-right: 20px;

}
div.header {
	height: 80px;  /* img height (98px) + img margin */
	text-align:right;
	color: #ee9a47;
}
div.header a {
	color: #858383;
	text-decoration : none;
	font-size:16px;
	font-weight:bolder;
}
div.header a:hover {
	color: #ee9a47;
}

div.header img {
    margin-top:10px;
    margin-right:9px;
    float:left;
    border-style:none;
    border-width:0;
}
div.header li {
    line-height: 60px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	display: inline;
	border-left: 1px solid #B97054;
	padding-top: 20px;
	padding-left: 2px;
	margin-left: -4px;
	margin-right: 0px;
	color: #2E78A7;
	font-size:16px;
	font-weight:bold;
}
div.message {
	text-align:right;
	border-bottom: 1px solid #2E78A7;
	color:#A96046;
	margin-top:-15px;
	padding-bottom:5px;
	padding-right: 5px;
}
form {
	margin:0px;
}
img#gallery { background-color:#ffffff; border: 1px solid #FFFFFF; h: expression(onmouseover=new Function("this.style.border='1px solid #bb0000';"), onmouseout=new Function("this.style.border='1px solid #FFFFFF';")); }
img#gallery:hover { border: 1px solid #bb0000; }
a#gallery { font-size: 8px; width: 202px; border: 1px solid #000000; color: #ffffff; text-decoration: none; background-color: #000000; font-weight: bold; }
a#gallery:hover { font-size: 8px; width: 202px; border: 1px solid #bb0000; color: #ffffff; text-decoration: none; background-color: #bb0000; font-weight: bold; }

.error{
    height:15px;
}
div.errorimg{
    padding-left:20px;
    float:center;
    background:transparent url(/images/error.png) no-repeat center left;
    height:15px;
    color:red;
}

/*Forms*/
form.login , form.register, form.editaccount, .forgotpw{
	position:relative;
	height:auto;
    margin:0 auto;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
}
form.login{
	width: 375px;
}
form.register{
	width: 450px;
}
form.editaccount{
	width: 400px;
}
.forgotpw{
  width:375px;
}

form label{
    /* display: block; */
    margin: 3px;
	font-weight:bold;
}
.login_row{
    float:left;
    clear:both;
	width:100%;
}
.login_row input[type=checkbox]{
    float:left;
}
.login_row label{
    float:left;
}

input[type=text], input[type=password]{
  border:1px solid #ccc;
  padding:2px;
}
input:focus{
	background-color:#eef6ff;
}

form .fieldset1, form .fieldset2{
    border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1{
    width:260px;
}
form .fieldset2{
    width:90%;
    margin:0px;
}
form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

.error{
    color:red;
    float:center;
    padding:2px;
    font-size:10px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}
.error_captcha{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:20px;
    width:75px;
    font-weight:100;
}
.captcha_message{
    width:70px;
    float:left;
}


.linkback{
    margin:0 auto;
    width:100px;
    text-align:center;
    height:30px;	    	
}
