﻿input:focus, textarea:focus, select:focus{ 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.glowing-border {
    border: 2px solid #dadada;
    border-radius: 7px;
}

.glowing-border:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
input, select {
	border-color: #AFAFAF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 5px #CFCFCF inset;
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
		height:30px;
		color: #EA7742;
		float:left;
}
.forgot_cont{
}
.pass_cont{
	float: left;
	width: 280px;
	border-right: 1px solid black;
	height: 170px;
	margin-left:2px;
}
.user_cont{
	float: left;
	width: 240px;
	height: 250px;
	margin-left: 25px;
}
.pass_header{
	text-align:center;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 66px;
}
.user_header{
	text-align:center;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 66px;
}
.forgot_header{
	#width: 680px;
	text-align: center;
	font-size: 13px;
	margin: 12px;
	color: grey;
	margin-bottom: 20px;
}
.input_header{
	float: left;
	font-size: 14px;
	font-style: italic;
	width: 90px;
}
.input_wrap{
	float: left;
	width: 304px;
	#margin: 14px 0px 4px 33px;
	margin-top: 15px;
}
.send{
	float:left;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 10px 23px 10px 23px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: white;
	border: solid 1px #555;	
	margin-top: 20px;
	#margin-left: 70px;
}
#sendpass{
	background-color: #0A640A;
}
#sendpass:hover{
	background-color: #0D850D;
}
#sendusername{
	background-color: #1E5F8E;
	padding: 10px 19px 10px 19px;

}
#sendusername:hover{
	background-color: #469BD8;
}
.error {
background-color: grey;
border: 1px solid #fff;
padding: 0px 0px;
display: none;
color: #fff;
text-align: left;
font-size: 10px;
-moz-box-shadow: 0 0 10px #FF0000;
-webkit-box-shadow: 0 0 10px #FF0000;
box-shadow: 0 0 10px #FF0000;
margin-left: 4px;
}

.error p {
    margin:0;
}

.error em {
  display:block;
  width:0;
  height:0;
  border:10px solid;
  border-color:#FFFE36 transparent transparent;
 
  /* positioning */
  position:absolute;
  bottom:-17px;
  left:60px;
 }
 
 #username {
	text-align: center;
 }
 #email {
	text-align: center;
 }
