
/*
a{
    color: #00CC33;
    text-decoration: none;
	outline:none;
}

a:hover{
    color:#006600;
}
a.backlink{
  padding:10px;
  
}
*/

div#reg{
	font-size: 11px;
}

.button, .button:visited{
    background: #0099cc;	/* 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: #006600; 
    color: #fff;
}
img.ajaxload{
    margin-top:10px;
}

.error{
    height:15px;
}
div.errorimg{
    padding-left:20px;
    float:left;
    background:transparent url(../images/error.png) no-repeat center left;
    height:15px;
    width:140px;
    color:red;
}
/*Admin*/
.adminpanel{
width: 800px;
text-align:center;
}

.memberpanel{
width: 800px;
text-align:center;
}
/*
div.memberpanel{
	height: 300px;
}
*/
.map{
margin:0 auto;
width:560px;

}
table.admin{
	font-size:10px;
	width:100%;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
table.admin thead tr th{
	text-align:left;
}
table.admin thead tr{
	background-color:#f1f1f1;
}
table.admin tbody tr.statusblocked{
	background-color:#dfdfdf;
}
table.admin tbody tr.statusadmin{
	background-color:#7fc0f0;
}
table.admin tbody tr td{
	text-align:center;
}
table.admin tbody  tr:hover{
	background-color:#EFFFF3;
}
.admin_change{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/wrench.png) no-repeat center right;
  cursor:pointer;
}
.admin_delete{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/cross.png) no-repeat center right;
  cursor:pointer;
}
.admin_no{
  float:left;
  margin-left:20px;
}
/*Forms*/
form.login , form.editaccount, .forgotpw, .adminpanel{
	position:relative;
	height:auto;
    margin:0 auto;
    border:0px solid #fff;
	background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
	padding:20px;
	text-align: left;
}
form.login{
	width: 150px;
}
form.register{
	width: 650px;
	height:620px;
	position:relative;
	margin:0 auto;
    padding:20px;
	text-align: left;
}
form.editaccount{
	width: 400px;
}
.forgotpw{
  width:200px;
}

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:#EFFFF3;
}

form .fieldset1, form .fieldset2{
    border:1px solid #ccc;
    padding:5px;
    margin:5px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1{
    width:260px;
}
form .fieldset2{
    width:480px;
/*    margin:0px; */
}

.fieldset3, .fieldset4, .fieldset5{
    border:1px solid #ccc;
/*   padding:5px;	*/
    margin:5px;
    float: left;
    text-align:left;
	border-left:none;
    border-right:none;
    border-bottom:none; 
}

.fieldset3{
	width:260px;
}

.fieldset4{
	width:450px;
}

.fieldset5{
	width:750px;
}

form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

form label{
    display: block;
    margin: 3px;
	font-weight:bold;
}
/*
label{
	float:left;
}
*/
.error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    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;	    	
}