* {
	margin: 0;
	padding: 0;
}

body {
	background: url(content/images/login/bg.jpg) 0 -70px repeat;
}

/* Login and Signup */

#topmenu {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: rgba(247, 251, 254, 0.09);
	margin-bottom: -10px;
	color: gray;
}

#topmenu span {
	display: block;
	width: 650px;
	margin: 0 auto;
	text-align: right;
	line-height: 30px;
	padding: 0 20px;
}

#topmenu span a {
	color: #7b9aa7;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 12px;
}

#topmenu span a:hover {
	color: white;
}

#wrapper {
	margin: 5% auto;
	width: 693px;
}

#mib-message h1 {
	color: #55B7E3;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 black;
}

#error-message h1 {
	color: yellow;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 black;
}

#error-message h2 {
	color: white;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 black;
}

#error-message-bad-browser h1 {
	color: yellow;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 black;
}

#error-message-bad-browser h2 {
	color: white;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 black;
}

#logo {
	display: block;
	width: 563px;
	height: 90px;
	background: url(content/images/login/logo.png) 30px 0 no-repeat;
	padding-left: 270px;
}

#logo h1 {
	color: white;
	font-size: 18px;
	padding-top: 35px;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 1px 0 black;
}

#logo p {
	color: white;
	font-family: 'PT Sans', sans-serif;
	margin-left: 270px;
	margin-top: -2px;
	font-size: 14px;
}

#login-box {
	display: block;
	height: 592px;
	margin-top: -15px;
	background: url(content/images/login/login-box.png) 0 0 no-repeat;
	padding-top: 14px;
}

#login-wrap {
	display: block;
	width: 673px;
	height: 412px;
	margin-left: 9px;
}

#login {
	display: block;
	float: left;
	width: 333px;
	height: 295px;
	margin-right: 5px;
	margin-bottom: 4px;
}

#login h2 {
	text-shadow: 0px 2px 0px white;
	display: block;
	width: 333px;
	height: 53px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	color: #2ca9e5;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
	padding-top: 10px;
}

#login h2 span {
	font-weight: bold;
}

#forgot a {
	display: block;
	font-size: 10px;
	font-family: Helvetica;
	color: #75caed;
	text-decoration: none;
	margin-left: 150px;
	margin-top: -13px;
	margin-bottom: 15px;
}

#forgot a:hover {
	text-decoration: underline;
}

#signup {
	display: block;
	float: left;
	width: 333px;
	height: 295px;
	margin-bottom: 4px;
}

#signup h2 {
	text-shadow: 0px 2px 0px white;
	display: block;
	width: 333px;
	height: 53px;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	color: #64be70;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
	padding-top: 10px;
}

#signup h2 span {
	font-weight: bold;
}

.form {
	margin: 34px 0 0 37px;
	display: block;
	width: 333px;
}

.form input {
	display: block;
	width: 232px;
	height: 33px;
	border: 0;
	color: #aeaeae;
	font-size: 14px;
	font-family: Helvetica;
	padding-left: 8px;
	padding-right: 8px;
}

.gray {
	background: url(content/images/login/input-gray.png) 0 0 no-repeat;
	display: block;
	width: 295px;
	height: 34px;
	margin-bottom: 11px;
	padding: 7px;
}

.blue {
	background: url(content/images/login/input-blue.png) 0 0 no-repeat;
	display: block;
	width: 295px;
	height: 34px;
	padding: 7px;
}

.green {
	background: url(content/images/login/input-green.png) 0 0 no-repeat;
	display: block;
	width: 295px;
	height: 34px;
	padding: 7px;
}

.ch-blue, .ch-green {
	display: block;
	margin-top: 11px;
	line-height: 15px;
	color: #aeaeae;
	font-size: 14px;
	font-family: Helvetica;
}

.ch-blue input {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 1px;
	border: 1px solid #2ca9e5;
	margin-right: 5px;
	margin-left: 5px;
}

.ch-green input {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 1px;
	border: 1px solid #2ca9e5;
	margin-right: 5px;
	margin-left: 5px;
}

a.btn-blue, a.btn-green {
	display: block;
	width: 97px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 160px;

}

a.btn-blue {
	background: url(content/images/login/btns.png) 0 -33px no-repeat;
	text-shadow: 0 1px 0 #3f8fb9;
}

a:hover.btn-blue {
	background: url(content/images/login/btns.png) 0 0 no-repeat;
	text-shadow: 0 -1px 0 #3f8fb9;
}

a.btn-green {
	background: url(content/images/login/btns.png) -99px -33px no-repeat;
	text-shadow: 0 1px 0 #2ca9e5;
}

a:hover.btn-green {
	background: url(content/images/login/btns.png) -99px 0 no-repeat;
	text-shadow: 0 -1px 0 #2ca9e5;
}


/* Social */

#social {
	display: block;
	float: left;
	width: 599px;
	height: 161px;
	padding: 15px 37px;
}

#social h3 {
	display: block;
	width: 599px;
	text-shadow: 0px 2px 0px white;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	color: #7c9ba8;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}

#social a {
	display: block;
	float: left;
	width: 154px;
	height: 31px;
	padding-left: 28px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: white;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

a.fb {
	background: url(content/images/login/social.png) 0 -63px no-repeat;
	margin-right: 25px;
}

a:hover.fb {
	background: url(content/images/login/social.png) 0 -31px no-repeat;
	line-height: 31px!important;
}

a:active.fb {
	background: url(content/images/login/social.png) 0 0 no-repeat;
}


a.tw {
	background: url(content/images/login/social.png) -186px -63px no-repeat;
	margin-right: 25px;
}

a:hover.tw {
	background: url(content/images/login/social.png) -186px -31px no-repeat;
	line-height: 31px!important;
}

a:active.tw {
	background: url(content/images/login/social.png) -186px 0 no-repeat;
}


a.li {
	background: url(content/images/login/social.png) -373px -63px no-repeat;
}

a:hover.li {
	background: url(content/images/login/social.png) -373px -31px no-repeat;
	line-height: 31px!important;
}

a:active.li {
	background: url(content/images/login/social.png) -373px 0 no-repeat;
}

button.password_send{
	margin-right:10px;
	width: 100px;
	height:40px;
	background-color:green;
	color:white;
}
button.password_cancel{
	margin-right:10px;
	width: 100px;
	height:40px;
	background-color:grey;
}
