*{margin: 0; padding: 0; }

@font-face { 
	font-family: 'UTM Avo';
	src:url('../font/UTM-Avo.ttf') format('truetype')
}

@font-face { 
	font-family: 'UTM DaxMedium';
	src:url('../font/UTM-DaxMedium.ttf') format('truetype')
}

@font-face { 
	font-family: 'Lobster';
	src:url('../font/Lobster.otf') format('truetype')
}

#signup {
	position: relative;
}

#signup .loader {
	position: absolute;
	top: 297px;
	left: 130px;
}

#signup .success {
	border: 1px solid green;
    padding: 5px;
    width: 202px;
    color: green;
    font-size: 1.4em;
    margin-left: 170px;
    margin-bottom: 5px;
    margin-top: 5px;
  	display: none;
}

.error {
	border: 1px solid red;
    padding: 5px;
    color: red;
    margin-top: 5px;
    margin-bottom: 5px;
 	display: none;
}

.loader {
	float:left; margin-left:10px;
	padding-top:5px
}

#mail .loader {
	position: absolute;
	top: 355px;
	right: 110px;
}

#signup form {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	border-right: 1px solid #777;
	width: 250px;
}

.warning {
 border: 1px solid #e3a345;
background: #ffedad;
color: #cd5c0a;
    padding: 5px;
    width: 202px;
	margin-top:5px;
	float:left;
    display: none;
}

#signup form p {
	padding-bottom: 5px;
}

#signup form label {
	display: block;
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #999;
}

#signup form input {
	width: 200px;
	height: 25px;
	font-family: UTM Avo;
	padding: 0px 5px;
}

#signup form input[type="submit"] {
	width: 100px;
	height: 30px;
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	padding-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 0 1px 0 #396715;
}

#signup form input[type="submit"]:hover {
	opacity:.85;
	cursor: pointer; 
}
#signup form input[type="submit"]:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}

#signup form img#load_captcha {
	background: #fff;
	padding: 3px;  
  	margin-left: 5px;
    cursor: pointer;
}

#login form {
}

#login form div.warning {
   border: 1px solid red;
padding: 5px;
width: 252px;
color: red;
font-size: 11px;
    display: none;
}

#login form p {
	padding-bottom: 5px;
}

#login form label {
	display: block;
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #999;
}

#login form input {
	font-family: UTM Avo;
	padding: 0px 5px;
	margin:5px 0px;
}

#login form input[type="submit"] {
	width: 100px;
	height: 30px;
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	padding-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 0 1px 0 #396715;
}

#login form input[type="submit"]:hover {
	opacity:.85;
	cursor: pointer; 
}
#login form input[type="submit"]:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}

#login form label[for="forgot"] {
	padding-top: 5px;
	font-size: 1.4em;
	color: blue;
	cursor: pointer;
}


#mail form {
	float: right;
	margin-right: 30px;
	display: none;
}

#mail form div.warning {
    border: 1px solid red;
    padding: 5px;
    width: 202px;
    color: red;
    font-size: 1.4em;
    display: none;
    
}

#mail form p {
	padding-bottom: 5px;
}

#mail form label {
	display: block;
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #999;
}

#mail form input {
	width: 200px;
	height: 25px;
	font-family: UTM Avo;
	padding: 0px 5px;
}

#mail form input[type="submit"] {
	width: 100px;
	height: 30px;
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	padding-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 0 1px 0 #396715;
}

#mail form input[type="submit"]:hover {
	opacity:.85;
	cursor: pointer; 
}
#mail form input[type="submit"]:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

