.cont{width:1000px; margin:0 auto;}

#login-form{width:350px; padding:0 23px; height:300px; position:absolute; background:rgba(255,255,255,0.6); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99FFFFFF', endColorstr='#99FFFFFF',GradientType=0 ); border: 1px solid; left:50%; top:50%; margin:-140px 0 0 -180px; font-family: 'Cinzel', serif; font-size:12px; color:#6c7c90;}

#login-form a, #login-form p{display:block; color:#666; text-decoration:none; text-align:center; clear:both; margin-top:55px; font-weight:bold;}
#login-form a:hover{ color:#000;}

.heading{font-family: 'Denk One', sans-serif; color:black; display:block; height:45px; line-height:45px; text-align:center; margin-bottom:20px; font-size:14px;}

input, textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #333;
	color: #aeaeae;
	font-size: 13px;
	padding: 12px 10px;
	width: 300px;
	margin-bottom:10px;	border:none;
}
button { float:right; }
input:focus, textarea:focus{outline:none;}
#email { display: none; }

