.TA_form{
	display:block;
	}

.TA_fieldSet {
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: Left;
	display:block;
	border:0px;
}

.TA_formLegend{
    font-family: Arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#44230D;	
	}

.TA_formGroup {
    font-family: Arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
	font-weight:bold;
    text-align: Left;
}

.TA_formLeft {
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #44230D;
    text-align: right;
    width:180px;
}

.TA_formRequired {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
    font-weight:normal;
}

.TA_formRight {
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: Left;
    padding:4px;
}

.TA_formSuccess {
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: Left;
	display:block;
	width:100%;
}

.TA_formText{
	font-family:arial;
	font-size:12px;
	color:#000000;
	}

#TA_Textarea {
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#444444;	
	width:270px;
	padding:3px;
	border:1px solid #4F2B09;
	background:#FFFAF3;
	height:55px;
	}
	
.TA_Text{
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	width:270px;
	padding:3px;
	border:1px solid #4F2B09;
	background:#FFFAF3;
	}	
	
.TA_Select{
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	
	width:270px;
	padding:3px;
	border:1px solid #4F2B09;
	background:#FFFAF3;	
	}
	
.TA_Submit{
	width:130px;
	height:36px;
	background:url(../../images/btn_submit.png) no-repeat;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	float:right;
	}	

input.custom.short {width:50px;}
input.custom.tiny {width:40px;padding:0;height:14px;}
	
div.col_checkbox {float:left;width:133px;margin-right:7px;}	
div.col_checkbox p {text-align:left;white-space:nowrap;margin:0;}
fieldset div.col_checkbox .tip {margin-left:-140px;white-space:normal;}

