* {
    font-family: Tahoma;
}

a {
    outline: none;    
}

a img { border: 0; }

body {
    margin: 0px;
    padding: 0px;
    background: url(../images/body_bg.png) #f7f7f7 0px 0px repeat-x;
}

.wrapper {
    width: 985px;
    margin: 0 auto;
}

header .wrapper {
    background: url(../images/header_bg.png) 0px 1px no-repeat;
    height: 411px;
}

.logo {
    width: 400px;
    margin-left: 45px;
    float: left;
}

.logo h1 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

header form {
    width: 350px;
    height: 450px;  
}

.form-wrapper {
    width: 250px;
    height: 400px;
    background: #fefefe;
    border-radius: 10px;
    position: fixed;
    top: 40px;
    left: 50%; 
    margin-left: 200px;
    box-shadow: 0px 0px 5px #333;
}

.form-wrapper ul {
    margin: 0px auto;
    padding: 0px;
    width: 230px;
}

.form-wrapper li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 49px;
}

.form-wrapper h3 {
    padding: 5px 20px;
    text-align: center;
}

.form-wrapper label {
    font-size: 14px;
    float: left;
    font-family: Tahoma;
    margin-top: 3px;
}

.form-wrapper input {
    font-size: 14px;
    float: right;
    font-family: Tahoma;
    background: url(../images/input_bg.png) 0px 0px no-repeat;
    border: 0px;
    height: 26px;
    width: 136px;
    padding: 0px 5px;
    margin: 0px;
}

.require {
    color: #cc0000;
}

.form-wrapper button {
    width: 132px;
    height: 35px;
    border: 0px;
    background: url(../images/start_btn.png) 0px 0px no-repeat;
    margin: 0px 60px;
    cursor: pointer;
}

.pre-baner {
    width: 450px;
    background: #50737c;
    border-radius: 10px;
    margin-top: -70px;
    position: absolute;
    margin-left: 50px;
    float: left;
    border: 3px solid #fff;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 20px 50px;
    text-align: center;
}

.content {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    padding: 70px 20px 10px;
    margin-top: 17px;
    font-size: 14px;
}

.cols-4 div {
    width: 200px;
    height: 220px;
    float: left;
    margin: 20px;
}

.cols-4 h3 {
    font-size: 15px;
}

.cols-4 ul {
    font-size: 12px;
    margin: 0px;
    padding: 10px;
}

.cols-4 ul li {
    margin-bottom: 10px;
}

.left-side {
    float: left;
    width: 460px;
}

.right-side {
    float: right;
    width: 460px;
}

.right-side h3, .left-side h3 {
    text-align: center;
}

footer {
    background: #587e87;
    height: 40px;
    padding: 0px;
    margin: 0px;
    color: #fff;
}

footer .right-side, footer .left-side {
    padding-top: 10px;
    font-size: 14px;
}

footer a {
    color: #fff;
}

label.error {
    color: #fff;
	float: right;
	margin-top: 0px;
	margin-right: -395px;
	width: 215px;
	padding: 5px;
	font-size: 12px;
	background: #ff0000;
}