.loginform { width:305px; background:#fff; border:1px solid #e6c86e; position:relative; z-index:100; top:20px; display:none; font-family: 'Arial'; text-align:center; }
.logpadder { padding:20px; }
.loginfield { margin-top:10px; }
.loginfield, .passfield { width:100%; height:40px; border:1px solid #a4a4a4; text-align:center; color:#a4a4a4; margin-bottom:20px; outline:none; }
.log_btn { width:100%; height:40px; background:#dedede; border:0; border-bottom:2px solid #c0c0c0!important; cursor:pointer; color:#000; font-family: 'Arial'; font-size:15px; }
.log_btn:active { background:#c0c0c0; }
.loginfield, .passfield, ::-webkit-input-placeholder { font-family: 'Arial'; font-style:italic; color:#a4a4a4; font-size:15px; }
.loginfield, .passfield, :-moz-placeholder ::-moz-placeholder { font-family: 'Arial'; font-style:italic; color:#a4a4a4; font-size:15px; }
.loginfield, .passfield, :-ms-input-placeholder { font-family: 'Arial'; font-style:italic; color:#a4a4a4; font-size:15px; }
.forgot a, .forgot a:link, .forgot a:visited { font-style:italic; color:#01487e; text-decoration:none; text-align:center; }
.forgot a:hover { color:#e08181; border-bottom:1px dashed; }
.log_error { width:250px; height:39px; background:#e08181; color:#fff; line-height:39px; font-family: 'Arial'; font-style:italic; float:right; text-align:center; cursor:pointer; }
.logincontent h1 { font-size:20px; font-family: 'Arial'; color:#001f4b; font-weight:normal; margin:0 0 25px 0; text-align:center; }