﻿ul { list-style: none; margin: 0; padding: 0; }

a, a:link, a:visited, a:hover, a:active { text-decoration: none; }

#signin { width: 450px; padding-bottom: 2px; display: none; background: #FFF; }

#signin .txt-fld { position: relative; width: 364px; padding: 14px 25px; text-align: left; }

#signin .btn-fld { width: 364px; overflow: hidden; padding: 14px 20px; }

#signin .txt-fld input { width: 320px; padding: 8px; font-size: 1.1em; color: #a9a9a9; background: #fff; outline: none; border: 1px solid #4a99b3; }

#signin-ct { padding: 55px 40px; }

.btn-signin { width: 320px; height: 50px; background-color: #4a99b3; color: #fff; font-size: 18px; line-height: 50px; cursor: pointer; }

#lean_overlay { position: fixed; z-index: 10000; top: 0px; left: 0px; height: 100%; width: 100%; background: #000; display: none; }


#signup { width: 650px; padding-bottom: 2px; display: none; background: #FFF; }

#signup .txt-fld { position: relative; width: 450px; height: 55px; text-align: left; }

#signup .btn-fld { width: 450px; overflow: hidden; padding: 14px 20px; }

#signup .txt-fld input { width: 300px; padding: 8px; font-size: 13px; color: #a9a9a9; background: #fff; outline: none; border: 1px solid #4a99b3; float: left; }

#signup .txt-fld label { display: block; float: left; width: 150px; padding-top: 8px; color: #666666; font-size: 13px; text-align: right; font-weight: normal !important; }

#signup-ct { padding: 55px 70px 5px 70px; }

.btn-signup { width: 450px; height: 50px; background-color: #4a99b3; color: #fff; font-size: 26px; line-height: 50px; cursor: pointer; }

.txt-fld-lab { width: 150px; float: left; text-align: right; }

.txt-fld-txt { width: 300px; float: left; }

#loginErr { color: red; margin-left: 20px; }
#signupErr { color: red; margin-left: 150px; }

.main { width: 1280px; margin: 0 auto; margin-top: 50px; }


#footer { float: left; width: 100%; margin-top: 20px; color: #999999; margin-bottom: 40px !important; }
