/* Standard form */


#standardForm {
	font-size: 12px;
	margin: 10px 10px 40px 30px;
	width:100%;
	word-wrap:normal;
    padding-left:40px;
}

#standardForm form.proform {
	width:98%;
}

#standardForm ul {
	margin-left: -25px;
}

#standardForm li {
	list-style-type:none !important;
}

#standardForm label {
	font-weight:bold;
	font-size:14px;
}

#standardForm span.required {
	color: red;
	margin-left: 0;
	padding-left: 0;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 14px;
}

#standardForm .pf_option label {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	white-space:normal;
	line-height:18px;
	margin-bottom:200px;
}

#standardForm input[type=radio] .pf_option {
	padding-left: 25px;
	text-indent: -25px;
	padding-bottom: 10px;
}

#standardForm h1 {
	margin-left:-25px;
	font-size: 24px;
}
	
#standardForm h3 {
	font-size: 16px;
	line-height: 0px;
	bottom: 0;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	vertical-align: baseline;
}
	
#standardForm  select{
	padding: 5px 10px; 
	border: solid 1px #ddd; 
	color: #6B6868; 
	height: 100%;
	width: auto; 
}



#standardForm textarea, input:focus {
	outline: none;
}

#standardForm textarea {
	display:block;
	width:500px;
	height:100px;
}

#standardForm .pf_column {
	display:inline;
	width:100%;
}

#standardForm .pf_buttons{
	margin: 0 0 0 -25px;
}

#standardForm input {
	padding:5px 10px;
}

#standardForm input[type=text] {
	width: 200px;
}	

#standardForm input[type=file] {
	border:none;
}

#standardForm input[type=submit] { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	background-repeat: no-repeat; 
	float: left; 
	cursor: pointer;
	width: 85px; 
	height: 31px; 
	border: 0; 
	background: url(http://colfa.utsa.edu/colfa/img/submit-button.png) no-repeat 0 0; 
}

#standardForm .pf_captcha {
	padding: 10px 0;	
}

#standardForm .pf_captcha input{
	margin: 10px 0;	
}

#standardForm .errMsg {
	background-color: #F7DADA;
}

#standardForm .block {
	display:block;
	width:100%;
	line-height:20px;
}

#standardForm #scholarship-info p{
	margin: 8px 0;
	line-height:12px;
}

#standardForm #scholarship-info ul {
	margin: 0px;
	padding:0px;
	list-style-type: disc !important;
}

#standardForm #scholarship-info li {
	list-style-type: disc !important;
	margin-left:30px;
}

#address input[type=text] {
	width:500px;
}

input #agreement {
	float:left;
}

#clearform {
	margin:60px 0;
	padding:0;
	margin-left:-25px;
	width: 300px;
}
#clearform p{
	color:#ed2024;
	font-weight:bold;
	margin-bottom:5px;
	padding:0;
}

#clearform input[type=reset] { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	background-repeat: no-repeat; 
	float: left; 
	cursor: crosshair;
	width: 85px; 
	height: 31px; 
	border: 0; 
	background: url(http://colfa.utsa.edu/colfa/img/clear-button.png) no-repeat 0 0; 
}
	
body {
    margin: 0;
}

form.proform {
    width: 90%;
    padding: 0;
    margin: 0;
}

form.proform .pf_wrap {
    margin: 0;
    padding: 0;
}

form.proform label,
form.proform legend,
form.proform input,
form.proform textarea,
form.proform p,
form.proform a,
form.proform h1, form.proform h2, form.proform h3, form.proform h4, form.proform h5,
form.proform .errMsg {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

form.proform fieldset {
    border: none;/* 1px solid grey; */
    width: 570px;
    margin-bottom: 20px;
}

form.proform fieldset legend {
    font-weight: bold;
}


form.proform h1 {
    font-size: 24px !important; 

form.proform h2, form.proform h3, form.proform h4, form.proform h5 {
    font-size: 20px !important;
}

/*----------------------------------------*
 * Buttons                                *
 *----------------------------------------*/
form.proform .pf_buttons {

}

form.proform input[type=submit],
form.proform input[type=submit][disabled=disabled]:active {
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    background: #D3D3D3;
    width: auto;
    font-weight: bold;
}

form.proform input[type=submit]:active {
    border-top: 1px solid #A3A3A3;
    border-left: 1px solid #A3A3A3;
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}

/*----------------------------------------*
 * Steps Tabs                             *
 *----------------------------------------*/
ul.pf_steps {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #A3A3A3;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

ul.pf_steps li {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style: none;
}

ul.pf_steps li a {
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;
    background: #D3D3D3;
    width: auto;
    display: inline-block;
    height: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: baseline;
}

ul.pf_steps li a.pf_active {
    border-top: 1px solid #A3A3A3;
    border-left: 1px solid #A3A3A3;
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    background: #EAEAEA;
}

/*----------------------------------------*
 * Rows                                   *
 *----------------------------------------*/
.pf_row {
    clear:both;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.pf_row li.pf_column {
    display: inline;
    width: 40%;
    float: left;
    margin-right: 2%;
}

.pf_row li.pf_column label {
    display: inline-block;
    width: 100%;
}

.pf_row li.pf_column .pf_field {
    display: inline-block;
    width: 100%;
}

.pf_row li.pf_column .pf_field input {
   display: inline-block;
   width:100%;
}

.pf_clear {
    clear: both;
}

/*----------------------------------------*
 * Fields                                 *
 *----------------------------------------*/
form.proform label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

form.proform .pf_field {
    margin-bottom: 20px;
}

form.proform input {
    border: 1px solid #A3A3A3;
    padding: 5px;
    width: 100%;
}

form.proform textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #A3A3A3;
}

form.proform select[multiple=multiple] {
    width: 45%;
    height: 150px;
    padding:5px 15px;

}

form.proform .pf_row select[multiple=multiple] {
    width: 50%;
    padding:5px 15px;
}

form.proform input[type=checkbox],
form.proform input[type=radio] {
    border: 1px solid #A3A3A3;
    padding: 5px;
    width: 20px;
}

form.proform .pf_option {
    display: block;
    margin-right: 30px;
    white-space: nowrap;
}

form.proform .pf_option label {
    display: inline;
    font-weight: normal;
}

form.proform .pf_vertical .pf_option {
    display: block;
    width: 50%;
}

form.proform .pf_field_errors {
    color: red;
    clear:both;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
/*----------------------------------------*
 * wFORMS                                 *
 *----------------------------------------*/
 form.proform .errMsg {
     display: inline;
     color: red;
 }

/*----------------------------------------*
 * jQuery UI Tweaks                       *
 *----------------------------------------*/
.ui-datepicker {
    font-size: 12px !important;
}
	