@CHARSET "ISO-8859-1";


#registerform {
	height: 560px;
}

#registermsg {
	height: 200px;
}

#loginform {
	height: 250px;
}
#edituserform {
	height: 525px;
	width: 500px;
}

#resetpswdform {
	height: 220px;
}

.allforms {
	width: 400px; 	
	display: block; 
	background: #FFFFFF; 
	border-radius: 10px; 
	padding: 20px 20px;
}

.vcenter {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}


.allforms h2 {
	font-size: 20px; 
	color:#5C9CCC;
	padding: 0px;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;	
}

a {
	color: #5C9CCC;
}

.errormsg {display: none; font-style: italic; color: red; padding-bottom:5px;}
.othermsg {display: none; font-style: italic; color: grey; padding-bottom:5px;}

#loginid {
	font-style: italic;
	color: #fff;
}

/*#accountlinks {
	display:bloc;
	float: left;
    width:380px;
    height:55px;	
}

#accountlinks ul {
    background: #d0e5f5 url(phpgrid/lib/js/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% ; 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 20px; 
    border-radius: 10px;  
    list-style: none;
    position: relative;
    display: inline-table;
    width: 320px;
}*/


 label {
     position: relative;
     vertical-align: middle;
     bottom: 1px;
 }
 input[type=text],
 input[type=password],
 input[type=submit],
 input[type=tel],
 input[type=email] {
     display: block;
     margin-bottom: 15px;
 }
 
 input[type=text],
 input[type=password],
 input[type=email],
  input[type=tel]
 {
     width: 180px;
 }
 
 input[type=checkbox] {
     margin-bottom: 15px;
 }

