﻿	.header-container{
	    width:100%;
	    background-color:#f8f8f8;
	}
	.logo{
		width:1100px;
		margin-left:auto;
		margin-right:auto;
		height:60px;
	}
	.regester-hand-icon{
		height: 55px;
	}
	     	    
	.login_btn {
	    color: #ffffff;
	    border: solid 0px #0076a3;
	    background-color: #3ba2c0;
	    cursor: pointer;
	    border-radius: 2px;
	    float: right;
	    width: 100px;
	    height: 30px;
	    letter-spacing: 4px;
	}
	.login_btn:hover{
	    background-color:#5fb4ce;
	}
	#regester_step1{
		margin-top: 40px;
	}
	.register-bottom {
	    width: 100%;
	    height: 40px;
	    background-color: #112233;
	    position: fixed;
	    bottom: 0px;
	    color: #aabbcc;
	    text-align: center;
	}
	.login-bottom{
		width: 100%;
	    height: 40px;
	    background-color: #112233;
	    margin-top:10px;
	    color: #aabbcc;
	    text-align: center;
	    padding-top: 3px;
	}
	.terms {
	    border: 1px solid #f3f3f3;
	    height: 350px;
	    width: 1100px;
	    margin-left: auto;
	    margin-right: auto;
	    overflow: auto;
	}
	.terms h2 {
	    padding: 10px 0px 20px 0px;
	    width: 190px;
	    text-indent: 0em;
	    font-size: 15px;
	    font-weight: 600;
	    margin-left: auto;
	    margin-right: auto;
	}

	.terms p{
		text-indent: 2em;
	}
	.terms .title {
	    text-indent: 0em;
	    font-size: 12px;
	    font-weight: 600;
	}
	.short-terms {
	    width: 350px;
	    float: left;
	    margin-right: 15px;
	    margin-left: 15px;
	    border: 2px solid #f3f3f3;
	    height: 350px;
	    padding: 10px 15px 10px 15px;
	    position: relative;
	}

	.content-row{
		width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	.short-terms h3{
		font-size:20px;
		font-weight:500;
		padding: 6px 5px 6px 0px; 
	}
	.short-terms h4{
		font-size:14px;
		font-weight:500;
		text-indent: 2em;
	}
	.short-terms p{
		text-indent: 2em;
	}
	.item-notBlank {
	    border-color: #f74d81;
	    background-color: #fffcee;
	}
	.item-invalid {
	    background-color: #fff6f4;
	    border-color: #f74d81;
	}
	/*.item-focus{
	    border-color: #66512c;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #c0a16b;
	}
	.item-focus input {
	    border-color: transparent;
	    background-color: transparent;
	}*/
	
			