@charset "utf-8";
.form {
    /*font-size: 100%;*/
    line-height: 1.2;
    margin: 20px auto 20px auto;
    width: 640px;
    background-color: #FFFDFA;
    border: 1px solid #663300;
    color: #663300;
    text-align: center;
    -moz-border-radius: 4px; /* for Fx */
    -webkit-border-radius: 4px; /* for Safari */
}

.form h3 {
	text-align: left;
	margin: 0;
	padding: 4px 8px 2px 8px;
	font-size: 131%;
	background-image: url(common/bg_form_head.gif);
	background-repeat: repeat-x;
	background-position: left 2px;
	font-weight: bold;
}

.form .formcontent {
    text-align: left;
    margin: 10px auto 10px auto;
    width: 620px;
}
.form .formcontent label.child {



}


.form table {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #663300;
}

.form tr {
}

.form th {
    vertical-align: top;
    padding: 4px;
    font-weight: bold;
    font-size: 100%;
    text-align: right;
    white-space: nowrap;
	
}

.form td {
    vertical-align: top;
    padding: 1px;
    text-align: left;
	line-height: 1.8;
}

.form .subcaption {
	margin: 0 2px 0px 2px;
	line-height: normal;
}


.form label {
	margin-left: 4px;
	margin-right: 4px;
}

.form fieldset {
	margin: 4px;
	padding: 4px 8px 4px 8px;
	border:1px solid #F29600;
	-moz-border-radius: 8px; /* for Fx */
	-webkit-border-radius: 8px; /* for Safari */
}


.form fieldset legend {
    line-height: 1.2;
    padding: 8px;
    padding: 4px;
    color: #F29600;
   /* font-size: 100%;*/
    font-weight: bold;
}

.form fieldset ul.checklist {
    list-style: none;
    clear: left;
    margin: 0;
    padding: 0;
}


.form fieldset li.checkitem {
    float: left;
    display: block;
    width: 190px;
    margin: 0;
    padding: 2px 0 2px 0;
}
.form fieldset li.checkitem input {
    float: left;
    width: 1em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

.form fieldset li.checkitem label {
    line-height: 1.3em;
    display: block;
    margin: 0 0 0 1.2em;
}

.form fieldset .clearleft {
    clear: left;
    margin-top: 8px;
}



.form .essential {
    margin: 0 4px 0 4px;
    color: #cc3366;
    font-weight: bold;
}

.form .comment {
    margin: 16px 8px 16px 8px;
    padding: 4px;
    border-bottom: 1px dotted #F29600;
    font-size: 100%;
    font-weight: bold;
}

.form .error {
    margin: 16px 8px 16px 8px;
    padding: 4px;
    border-bottom: 1px dotted #BE80BC;
    color: #c9171e;
    font-size: 100%;
    font-weight: bold;
}

.form .subblock {
    padding: 8px;
}


.form .text {
	border: 1px solid #663300;
	height: 20px;
}

.form .select {
    border: 1px solid #663300;
    margin-right: 4px;
	margin-bottom: 3px;
}

.form .checkbox {
    border: none;
}

.form .fullwidth {
    width: 400px;
}


.form .midwidth {
    width: 12em;
}

.form .smallwidth {
    width: 8em;
}

.form .telwidth {
    width: 10em;
}


.form .buttons {
    padding: 8px 32px 8px 32px;
    text-align: right;
}

.form .buttons .button {
    line-height: 30px;
    width: 108px;
    height: 34px;
    border: none;
    color: #FFFFFF;
    font-size: 108%;
    font-weight: bold;
    background-color: #F29600;
    background-image: url(common/btn_form.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form .buttons a.button {
    display: block;
    width: 108px;
    height: 31px;
    line-height: 30px;
    padding-top: 3px;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 108%;
    text-decoration: none;
    text-align: center;
    background-color: #d81a78;
    background-image: url(common/btn_form.gif) ;
    background-repeat: no-repeat;
    background-position: left top;
}

.form .buttons .button.long {
    width: 170px;
    background-image: url(common/btn_form_long.gif) ;
}

.form .buttons .button.long2 {
    width: 220px;
    background-image: url(common/btn_form_long2.gif) ;

}


.form .links {
    padding: 8px;
    text-align: center;
}


.form .formscroll {
    height: 300px;
    overflow: scroll;
    margin: 8px 0 8px 0;
    border: 1px solid #F29600;
    color: #333333;
    background-color: #ffffff;
}

.form .formscroll .content {
    line-height: 1.3;
    padding: 4px;
    font-size: 100%;
}

/*main form extend style start*/

.form.login {
    width: 440px;
    margin: 100px auto 100px auto;
}

.form.login .formcontent {
    width: 420px;
}
.form .formcontent th {
	vertical-align: inherit;
}

