
//The Div that wraps the entire form
.TA_form{
	display:block;
	}

//For the <fieldset> tag
.TA_fieldSet {
    font-family: Arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: Left;
	display:block;
}

//For the <legend> tag
.TA_formLegend{
	}

.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: Right;
	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:150px;
	height:50px;
	}
	
.TA_Text{
    font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	width:150px;
	}	
	
.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;
	}	

