.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;
}

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

.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: 11px;
    color: #000000;
    text-align: Right;
}

.TA_formRequired {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11;
    color: FF0000;
}

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

.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:200px;
	height:50px;
	}
	
.TA_Text{
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	width:200px;
	}	
	
.TA_Select{
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	}
	
.TA_Submit{
    font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	width:90px;
	border:1px solid #000000;
	margin:3px;
	}	

