@charset "utf-8";

/* 

	File Description & Change Log
	-------------------------------------------------------

	Details
	-------

	Title: 		Schol-Application.css
	Author: 	Andy Smith
	Of:			Tsuko
	Creation:	21/10/2008

	Note:		This is the StyleSheet 
				that define's the styles for 
				the Scholarship application 
				process.

	Edits
	-----

	Author: 	Andy Smith
	Date:		21/10/2008

	Note:		

	-------------------------------------------------------

*/

form#ScholApplication label{
	float:left;
	width:240px;
	display:block;
	font-weight:bold;
}

form#ScholApplication label.exemption{
	float:none;
	width:auto;
	padding-top:15px;
	margin-bottom:0;
}

form#ScholApplication textarea{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
	overflow:visible;
	}

form#ScholApplication input#idealLen{
}

form#ScholApplication textarea,
form#ScholApplication input{
	border:1px solid #CCC;
	}

form#ScholApplication input{
	padding:3px;
	}

form#ScholApplication .error{
	background-color:#F0E6E6;

	}
	
div#main_content a.schol_apply{
	background-image:url(../images/buttonstart.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	padding:7px 0;
	}

div#main_content p.right-align{
	text-align:right;
	}
	
div#main_content a.schol_apply span{
	background-image:url(../images/buttonend.gif);
	background-color:transparent;
	background-position:right;
	background-repeat:no-repeat;
	margin-left:4px;
	padding:7px;
	}

div.scholarship{
	margin-bottom:30px;
	}