/* @import 'http://yui.yahooapis.com/2.4.0/build/reset/reset-min.css'; */

html {
	background-color:#414141;
}
body {
	background:#414141;
	font-size:62.5%; /*em = 10px*/
	font-family:"verdana";
}
#wrap {
	background-color: #414141;
	background-image: url(../img/background_effect.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 456px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:150px;
	padding-top: 130px;
	width: 100%;
}
#head img {
	margin-top:70px;
	height:86px;
	width:248px;
}
#logo {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 2px;
	background-color:#414141;
	background-color:#FFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 13px 13px 0px 0px;
	border-radius: 13px 13px 0px 0px;
	text-align: center;
}
#logo img {
	height: 75px;
	padding-top: 20px;
}
#container {
	background-color:#d7dad7;
	background-color:#FFF;
	border:thick solid #EEE;
	width: 495px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:auto;
	-webkit-box-shadow: 1px 4px 25px 4px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 4px 25px 4px rgba(0, 0, 0, 1);
	box-shadow: 1px 4px 25px 4px rgba(0, 0, 0, 1);
}
#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	height: 52px;
	margin: auto;
	margin-top: 10px;
	width: 428px;
	color:#7d7e7b;
}
#content .button{
	cursor: pointer;
	background: #95BC15;
	border: medium solid white;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	height: 34px;
	/* margin-left: 32px; */
	width: 105px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: auto;
	display: block;
}

#content .button:hover {
	background: #bccb9b;
}

#content label {
	color:#727272;
	font-size:1.4em;
	font-weight:normal;
	display:block;
	margin-bottom:7px;
}
#content form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
	padding-bottom: 15px;
}
#content #login_password {
	width: 168px;
	margin: auto;
}
#content form label {
	margin:0;
	padding:0;
}
#log, #pass, #mail {
	display:block;
	height:18px;
	width:160px;
	margin-bottom:20px;
	text-align:left;
	border: 1px solid #D5D5D5;
	padding: 6px;
}
#mail { 
	margin: auto;
	margin-bottom: 10px;
}
#reminder {
	margin-top:10px;
	/* margin-left:20px;
	width:175px; */
}
#reminder a {
	color:#727272;
	text-decoration:none;
}
#reminder a:hover {
	color:#727272;
	border-bottom:1px #727272 solid;
}
#reminder, #reminderBox {
	text-align: center;
	color:#fff;
	font-size:1.2em;
	border:none;
}
#reminderBox {
	display:none;
	width: 400px;
	margin: auto;
}
#reminderBox p {
	margin-bottom: 13px;
	margin-top:45px;
	/* width: 300px; */
	color:#7d7e7b;
}
#reminderBox label {
	margin-top:20px;
	color:#727272;
	font-size: 1.2em;
}
.success, .error {
	color: #95BC15;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
	width: 50%;
}

.error {
    color: #A00;
}

@media (max-width:600px){
	#container { width:80%; }
}