@charset "utf-8";
/* CSS Document */
/*--------------------------------FORMS AND FORM ELEMENTS--------------------------------*/
form {
	display:inline;
}
.formframe {
	width:550px;
	padding:10px;
	margin:0 auto;
	background:#F4F6FA url(../images/form_bg.jpg) top left repeat-x;
	border:1px solid #ccc;
	padding:10px;	
}


/*hover and focus behaviour of form elements*/
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#fff url(../images/inputbg.gif) top left repeat-x;
	border:1px solid #ccc;
	border-left-color:#ddd;
	border-top-color:#ddd;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;

}
input.finput:hover {
	height:auto;
	background-color:#fff;
	background-image:none;
	border-color:#eee;
}
input.finput:focus {
	height:auto;
	background:#fff url(../images/inputbg_focus.gif) top left repeat-x;
	border-color:#666;
}
textarea.finput {
	width:360px;
	height:150px;
	padding:2px;
	font-size:12px;
	background:#fff url(../images/inputbg.gif) top left repeat-x;
	border:1px solid #ccc;
	border-left-color:#ddd;
	border-top-color:#ddd;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;

}
textarea.finput:hover {
	background-color:#fff;
	background-image:none;
	border-color:#eee;
}
textarea.finput:focus {
	background-color:#fff;
	background-image:none;
	border-color:#666;
}

label, div.empty {
	display:block;
	float:left;
	width:80px;
	height:20px;
	padding-right:4px;
	color:#326394;	
	text-align:right;
	font-size:1em;
	font-weight:bold;
}
#signup label, #signup div.empty, #signup input.finput {
	font-size:0.85em;
}
fieldset {
	border:1px solid #ddd;
}
legend {
	font-size:0.75em;
	text-transform:uppercase;
	padding:0 2px 2px 2px;
	color:#326394;
	letter-spacing:0.02em;
}
fieldset.submit {
	border:none;
	padding:10px 0 20px 110px;
}
fieldset.word_verification {
	background-color:#ffc;
	color:#666;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	line-height:normal;
}
.msg {
	background-color:#ffc;
	border:1px solid #fc0;
	padding:5px;
	margin:10px 14px;
}
.msg h2 {
	color:#ffb742;
	border-bottom:1px solid #fc0;
	background:none;
}
/*buttons*/
a.button, a.button:visited,
a.bluebutton-small, a.bluebutton-small:visited,
a.bluebutton-medium, a.bluebutton-medium:visited {
	display:block;
	color:#fff;	
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
	text-align:center;
}
a.button, a.button:visited {
	float:left;
	width:120px;
	height:25px;
	padding-top:7px;	
	background:url(../images/button.jpg) top left no-repeat;
}
a.bluebutton-small, a.bluebutton-small:visited {
	width:80px;
	height:20px;
	padding-top:4px;	
	background:url(../images/buttons/bluebutton-80.png) top left no-repeat;
}
a.bluebutton-medium, a.bluebutton-medium:visited {
	width:120px;
	height:20px;
	padding-top:4px;	
	background:url(../images/buttons/bluebutton-120.png) top left no-repeat;
}
a.button:hover, 
a.bluebutton-small:hover,
a.bluebutton-medium:hover {
	background-position:bottom left;
	color:#fff;
}
a.special, a.special:visited {
	float:none;
	margin:0 auto;
}
.req {
	color:#c00;
}
/*special forms*/

#rform label,
#sessionsform label,
#asc_evalform label {
	width:160px;
}
#rform fieldset.submit,
#sessionsform fieldset.submit,
#asc_evalform fieldset.submit {
	padding-left:190px;
} 
#rform table td,
#sessionsform table,
#asc_evalform table td {
	vertical-align:top;
}
table.eva {
	margin:0 auto;
	background-color:#f4f6fa;
	border:1px solid #eee;
}
table.eva td, table.eva th {
	padding:5px;
	vertical-align:top;
	background-color:
}
table.eva th {
	text-align:center;
	color:#326394;
}
table.eva th.fixed {
	width:70px;
}
tr.shaded {
	background-color:#fff;
}