/*
---------------------------------------------------
Form styles for Regent Web site
Author: Kim Halbrook (03.26.07)
Updated: Bohdan Smaha (08.15.11)

1. Search area
---------------------------------------------------
*/

#userTools form {
	height: 15px;
	margin: 0;
	}
	
html>body #userTools form {
	margin: 0 1px 10px 0;
	}
	
#userTools fieldset {
	border: none;
	padding: 0;
	margin: 0;
	height: 15px;
	}	

#userTools form input.field {
	border-top: 1px solid #000000;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #000000;
	height: 13px;
	background: #86302d url(../images/backgrounds/back_search-field_2013.gif) repeat-x;
	color: #e4d3d3;
	width: 92px;
	font-size: 70%;
	vertical-align: bottom;
	}
	
#userTools form input.search {
	vertical-align: bottom;
	}
	
form .quickLinks {
	background-color: #8b312e;
	color: #bc8f8e;
	font-size: 65%;
	}

/*2. General
--------------------------------------------------- */
#content form fieldset {
	border:1px solid #eee;
	padding:15px;
	margin-bottom:20px;}	

#content form fieldset legend {
	color: #666666;
    font-size: 14px;
    font-weight: bold;
	*margin-bottom:15px;}
#content label strong img {
	position: absolute;
	left: -16em;
}

#content fieldset ol {
	list-style-type: none;
	margin:0;
	padding:0;
}
	
#content fieldset ol li  {
	color: #494949;
	line-height: 1.6;
	background: none;
	padding: 0 0 10px 5px;
}
#content label {
	position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
	vertical-align: baseline;
}
#parentswknd-header  #content label {
	width: 15em;}
#content form input[type='text'] {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: url(../images/backgrounds/forms/back_form-field.gif) repeat-x;
	color: #003366;
}
#parentswknd-header #content form input[type='text'], #parentswknd-header #content form select.wide {
	width: 275px;
}

#content form textarea {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: #fff url(../images/backgrounds/back_form-field.gif) repeat-x;
}

#content form input[type='text'].chartxt {
	border: 0px none;
	background: none;
	height: 15px;
	background-color: #FFFFFF;	
	color: #CC0000;
	width: 50px;
	font-size: 95%;
	vertical-align: middle;
}
#parentswknd-header #content label strong {
	color: #CC0000;
    font-size: 85%;
    font-weight: normal;
    left: 49em;
    padding-left: 0;
    position: absolute;
    top: 0.2em;
    width: 150px;
}

#parentswknd-header #content label strong img {
	left: -32.5em;
    position: absolute;
}
#fm-submit {
	text-align:center;}
.submit_button {
/* background-color: #D7E5F2; */
	color: #003366; 
	background: url(../images/backgrounds/forms/back_form-field.gif) repeat-x;
}
.submit_button:hover {
	cursor:hand;
	cursor:pointer;}
#parentswknd-header .submit_button {
    background: url(/images/general/red_button_bg.png) repeat-x scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 20px;
    padding: 5px 15px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	border:none;
}
#parentswknd-header  .submit_button:hover {
	background: url(/images/general/red_button_bg_hover.png) repeat-x;}
.required_fields {
	color:#EB0000;
}
/*3. Alumni form styles
---------------------------------------------------*/

body#alumni #content form, #content form.form {
	background-color: #f7f7f7;
	padding: 10px 0 20px 0;
	}
	
body#alumni  #content form fieldset, #content form.form fieldset {
	padding: 15px 15px 25px;
	border-bottom: 1px solid #eee;
	border-top: none;
	border-left: none;
	border-right: none;
	/*background-color: #fbfbfb;*/
	}
	
html>/**/body#alumni #content form fieldset { /* For Firefox */
	top: -30px;
	}
	
body#alumni  #content form fieldset.first {
	padding-top: 0;
	}
	
body#alumni  #content form fieldset.last {
	border: none;
	}
	
body#alumni  #content legend { 
	padding: 10px 0 0 10px;
	color: #4c4c4c;
	font-size: 70%;
	font-weight: bold;
	position: relative;
	top: -10px;
	left: 7px;
	}
	
html>/**/body#alumni #content legend {
	position: relative;
	top: 30px;
	margin-top: 30px
	}

html>/**/body#alumni #content form {
	margin-top: 34px;
	}
	
	
body#alumni #content form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
	
html>/**/body#alumni #content form + p {
	margin-bottom: 10px;
	}
	
body#alumni #content form p label, body#news #content form p label {
	float: left;
	width: 45%;
	text-align: right;
	padding-right: 15px;
	color: #363636; /* old color was #606060 */
	}
	
body#alumni #content form input[type='text'], body#news #content form input[type='text'], 
#content form.form input.text  {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: url(../images/backgrounds/back_form-field.gif) repeat-x;
	color: #003366; /* old color #8e100c; */
	}
	
body#alumni #content form textarea {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: #fff url(../images/backgrounds/back_form-field.gif) repeat-x;
}
	
body#alumni #content form input.radio  {
	border: none;
	background: none;
	}
	
body#alumni #content form select {
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #e1e1e1;
	}
	
body#alumni #content form em,  b.required {
	color: #8e100c;
	}
	
body#alumni #content form div {	
	font-size: 70%;
	color: #606060;
	float: left; width: 150px
	}	
body#alumni #content form input.submit {
	font-size: 110%;
	color: #363636;
	padding: 2px 10px;
	cursor: pointer; 
	}

html>/**/body#alumni #content form input.submit {
	margin-left: 173px;
	}

input.text, input.checkbox  {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: url(../images/backgrounds/back_form-field.gif) repeat-x;
	color: #003366; /* old color #8e100c; */
	}
	
textarea.textarea {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: #fff url(../images/backgrounds/back_form-field.gif) repeat-x;
}