/* Form Style Sheet Document */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Mlaforest (Connetik Interactive)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/


/* Main Fieldset
---------------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #b2ae6c;
	background: #fffef9;
}
legend {
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
label {
	float: left;
	width: 9em;
}
label.large {
	float: left;
	width: 20em;
}
input, textarea {
	width: 175px;
	border: 1px solid #b2ae6c;
}
select {
	border: 1px solid #b2ae6c;
}
input:focus, textarea:focus {
	width: 175px;
	border: 1px solid #b2ae6c;
	background-color: #f9f8eb;
}
input.radio {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
input.checkbox {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
input.checkbox:focus {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
fieldset p {
	margin: 0.5em auto;
}
input.submit {
	border: 1px solid #b2ae6c;
	background-color: #f4f2d7;
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
input.submit:hover {
	border: 1px solid #b2ae6c;
	background-color: #e3e1bc;
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
}
.programs {
	width: 13em;
	padding-top: 3px;
}

/* Radio Buttons Fieldset
---------------------------------------------------------------*/

#contactMethod, #Gender, #IsParentsAddress, #HighSchoolSemestered, #PreviousCollegeUniv, #ApplyLoan, #ImmigrationStatus {
	border: solid 0 transparent;
	padding: 0;
	margin: 0;
}
#contactMethod p, #Gender p, #IsParentsAddress p, #HighSchoolSemestered p, #PreviousCollegeUniv p, #ApplyLoan p, #ImmigrationStatus p {
	margin: 0.2em auto;
}

#currentStudent, #contactMethod h5 {
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}
#currentYes, #currentNo, #contactByEmail label, #contactByPhone label {
	width: 6em;
	float: left;
}
