@charset "utf-8";
/* CSS Document */

#form{
	background:none;
	margin:20px 0;
}

#form .left-form label {
    display: block;
    float: left;
    margin: 15px 5px;
    text-align: right;
    width: 130px;
	line-height:32px;
}

#form .right-form label {
    display: block;
    float: left;
    margin: 15px 5px;
    text-align: right;
    width: 180px;
	line-height:32px;
}

.left-form{
	float:left;
	width:450px;
	border-right:1px #dbdcdc solid;
}

#form .left-form input, #form .right-form input{
	margin:17px 10px;
	background:url(../images/register-large-bar.png) no-repeat 0 0 scroll;
	height:32px;
	width:282px;
	border:none;
	line-height:32px;
	text-indent: 20px;
	
}


.left-form label, .right-form label{
	margin:17px 10px;
	text-align:right;
}

.right-form{
	float:left;
	width:505px;
}


.right-form label{
	width:40px;
}

#form .submit-field {
	float:right;
	margin:20px 10px 30px 0;
	width:300px;
}

#form .submit-field p{
}

#form .submit-field input#tick{
	margin-right:20px;
	background:url(../images/register-tick.png) no-repeat !important;
	cursor: default !important;
}


.formbg01{
	background:url(../images/formbg01.png) repeat-x 0 0;
	height:67px;
	
}


#form #expired-date label{
	margin:15px 5px;
}

#form #expired-date input{
	background:url(../images/register-small-bar.png) no-repeat scroll 0 0;
	width:68px;
}

#form #verif-num input{
	background:url(../images/register-mid-bar.png) no-repeat scroll 0 0;
	width:87px;
}

#form #verif-num p span a {
	line-height:32px;
}

#select-tag select{
	background:#eef3f4; width:282px; height:32px; margin-top:10px;
	margin-left:10px;
	line-height:32px;
	color:#717a7b;
	padding:5px;
	border:none;
	background: url("../images/register-large-bar.png") no-repeat scroll 0 0 transparent;
}

#select-tag select option{
	line-height:32px;
	padding:5px 3px;
}