/* VERSIONS
/* 1_0: Default form styles for user-submissions
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Default Forms 	(fieldset styling helps with backwards compatability)
----------------------------------------------------------------------------- */
form{}
	form fieldset{
		border: 1px solid #ddd;
		margin: 0 0 .5em 0;
		}
		form fieldset legend{
			color: #47719b;
			font-size: 1.2em;
			}
		form fieldset div{
			margin: 0.3em 0;
			clear: both;
			position: relative;
			}
			form fieldset div label{
				float: left;
				width: 40%;
				text-align: right;
				margin-right: 1em;
				}
			/* Alt view 
			form fieldset div label{
				display: block;
				text-align: left;
				margin-right: 1em;
				}*/
			form fieldset div input{
				width: 40%;
				}
			form fieldset input:hover, 
			form fieldset input:focus {
				border-color: #c5c5c5;
				background: #f6f6f6;
				} 
			form fieldset div select{
				width: 42.5%;
				}
			form fieldset div textarea{
				width: 40%;
				}
			/* Organize a list of checkboxes / radiobuttons */
			form fieldset div ul.checkwrap{ 
				list-style: none; 
				margin: 0 0 0 42%; 
				padding: 0;
				width: 40%; 
				}
				form fieldset div ul.checkwrap li { 
					float: left; 
					padding: .5em 0 0 0 !important;
					background-image: none !important;
					width: 50%;
					}
					form fieldset div ul.checkwrap li label{ 
						float: none;
						}
					form fieldset div ul.checkwrap li input{ 
						width: auto; 
						margin-right: .25em;
						}
		form fieldset #submit{ padding-left: 42.7%;}
		form fieldset input.submit{
			float: none;
			width: 6em;
			}
/* 
-----------------------------------------------------------------------------
 =Validation
----------------------------------------------------------------------------- */
div.required{ background: url(/images/common/form_asterisk.gif) 89% 0 no-repeat;}
	div.required div,
	div.required label{  }

div span.error{ 
	position: absolute; 
	margin-left: 1.6em; 
	width: 156px; 
	height: 19px; 
	background: url(/images/common/form_error.gif) no-repeat;
	padding-left: 15px;
	font-size: .9em;
	color: #900 !important;
	top: 0;
	left: 85%;
	}

/* 
-----------------------------------------------------------------------------
 =Default Forms
----------------------------------------------------------------------------- */

/* Basic */


/* Inquiry */
.inquiry select#grade{ width: 4em; }
.inquiry ul.checkwrap li.first-child{ width: 5em;}
.inquiry ul.checkwrap li.last-child{ width: 6.5em;}
.inquiry div.genderlabel,
.inquiry div.studtypelabel{
	float: left;
	width: 40%;
	text-align: right;
	margin-right: 1em;
	}
.inquiry ul.checkwrap label{ 
	width: auto; 
	float: none; 
	text-align: left; 
	position: relative;
	}

/* Giving */
.relationship .checklabel{ float: left; width: 40%; text-align: right;}
.relationship .checklabel .sublegend{ display: block; }

/* Credit Card */
select#CCExpireMonth,
select#CCExpireYear,
select#title{ width: 15%; }

/* Comments */


