
/*	Please do not duplicate this document with out prior permission.
	This unique combination of styles, properties, font-families and poistioning are copyright of glrrin. */
	
/*	Forms Only
	For Stylizing forms and form elements used on the glrrin websites.
	
	George Oommen (oommen.6@osu.edu)
	May 14 2007 */

#signupform .error {
	color: #ca1c0a;
	font-weight: bold;
}

#signupform .alert {
	background: url(../images/style/icon-error.gif) no-repeat;
	font: normal 12px/15px Calibri, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-left: 20px;
}

#signupform input, select {
	color: #333;
	font: normal 15px/17px Calibri, Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
}

#signupform dl {
	border-bottom: 1px dotted #ccc;
	font: normal 12px/15px Calibri, Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 1.2em;
	padding: 4px 0 10px 0;
	position: relative;
	width: 600px;
}

#signupform dt {
	clear: both;
	float: left;
	padding: 4px 0 2px 0;
	text-align: left;
	width: 190px;
}

#signupform dt.pref {
	width: 400px;
}

#signupform dd {
	float: left;
	margin: 0 0 8px 0;
	padding-left: 6px;
	width: 300px;
}

#signupform dd.clear, #signupform .clear {
	clear: left;
	padding-left: 0;
}

#signupform dd.pref {
	width: 110px;
}

#signupform .hint {
	background: #0f0f0f url(../images/style/icon-bubblepointer.gif) no-repeat -10px 5px;
	color: #fff;
	display: none;
	margin-top: -4px;
	padding: 10px 12px;
	position: absolute;
	right: -150px;
	width: 200px;
}

#signupform .outward {
	right: -200px;
}

#signupform .hint .hint-pointer {
	background: url(../images/style/icon-bubblepointer.gif) left top no-repeat;
	height: 19px;
	left: -10px;
	position: absolute;
	top: 5px;
	width: 10px;
}
