/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	width: 100%;
	background-color: #9fb8c8;
	font-size: .8em;
	font-family: helvetica, verdana, arial, sans-serif;
	background: #b4ccdc url('../images/topback5.png') top left repeat-x;
	}
p {
	margin: .5em 0;
	padding: .5em 0;
	}
#accessibility {
	position: absolute;
	left: -999em;
	}
.outercontainer {
	width: 920px;
	position: relative;
	background: transparent;
	margin: 12px auto;
	padding: 0;
/*	-moz-box-shadow: 5px 5px 3px #829aa8;
	-webkit-box-shadow: 5px 5px 3px #829aa8;
	box-shadow: 5px 5px 3px #829aa8; */
	}
.sideshadowleft {
	width: 920px;
	position: relative;
	background: url('../images/sideshadows.png') top left repeat-y;
	background: transparent;
	margin: 12px auto;
	padding: 0;
/*	-moz-box-shadow: -5px 5px 3px #829aa8;
	-webkit-box-shadow: -5px 5px 3px #829aa8;
	box-shadow: -5px 5px 3px #829aa8; */
	} 
	
.topshadow {
	position: absolute;
	width: 920px;
	height: 8px;
	}
#foot {
	clear: both;
	padding: .5em;
	background: #5c7687;
	color: #fff;
/*	-moz-box-shadow: 0px 5px 5px #829aa8;
	-webkit-box-shadow: 0px 5px 5px #829aa8;
	box-shadow: 0px 5px 5px #829aa8; */
	}
#container {
	background: #fff;
	width: 920px;
	position: relative;
	border: 0px solid #fff;
	margin: 12px auto;
	}
#topnav {
	background: #b4ccdc;
	background: #5c7687;
	}
#topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
	}
#topnav ul {
	background: #b4ccdc;
	float: left;
	margin-right: 0px;
	}
#topnav ul {
	background: #b4ccdc;
	font-size: .9em;
	}
#topnav ul li {
	float: left;
	margin-right:0;
	width: 145px;
	height: 26px;
	padding: 0;
	border: 0px solid #000;
	margin-left: 10px;
	text-transform: uppercase;
	}
#topnav ul li:first-child { margin-left: 0; }
#topnav ul li a:link, #topnav ul li a:visited {
	border: 0px solid #red;
	width: 135px;
	padding: 7px 5px 7px 10px;
	display: block;
	}
#topnav ul li ul {	padding-bottom: 15px; }
#topnav ul li.about  { background: #f05f7b url('../images/18.png') 10px center no-repeat; }
#topnav ul li.about span  { display: none; }
#topnav ul li.about ul{ background: #f05f7b; }

#topnav ul li.students  { background: #f16531 url('../images/20.png') 10px center no-repeat; }
#topnav ul li.students span  { display: none; }
#topnav ul li.students ul  { background: #f16531; }

#topnav ul li.faculty-staff  { background: #860037 url('../images/19.png') 10px center no-repeat; }
#topnav ul li.faculty-staff span  { display: none; }
#topnav ul li.faculty-staff ul  { background: #860037; }

#topnav ul li.parents  { background: #998b7d url('../images/21.png') 10px center no-repeat; }
#topnav ul li.parents span  { display: none; }
#topnav ul li.parents ul  { background: #998b7d; }

#topnav ul li.alumni  { background: #b20738 url('../images/23.png') 10px center no-repeat; }
#topnav ul li.alumni span  { display: none; }
#topnav ul li.alumni ul  { background: #b20738; }

#topnav ul li.get-involved  { background: #ffd456 url('../images/22.png') 10px center no-repeat; }
#topnav ul li.get-involved span  { display: none; }
#topnav ul li.get-involved ul  { background: #ffd456; }


#topnav li ul {
	position: absolute;
	width: 145px;
	left: -999em;
}

#topnav li:hover ul {
	left: auto;
	z-index: 100 !important;
	margin-top: 10px;
	margin-bottom: 15px;
}
#topnav li:hover ul li {
	margin-left: 0;
	text-transform: capitalize;
}
#topnav ul.dropdown {
	position: absolute; 
	left: -999em;
	}
#topnav li ul li{
	height: auto;
	}
	
#address {
	background: #5c7687 url('../images/16.png') 700px 30px no-repeat;
	min-height: 112px;
	color: #fff;
	text-align: right;
	border: 0px solid red;
	clear: both;
	position: relative;
	}
#address p {
	display: none;
	padding: 0;
	padding-right: 20px;
	padding-top: 40px;
	margin: 0;
	line-height: 1.5em;
	}
#address p a:link, #address p a:visited {
	color: #eecd63;
	font-size: 1.3em;
	font-weight: normal;
	}
#address p a:active, #address p a:hover {
	color: #860037;
	}
#address p span {
	font-size: 1.1em;
	font-weight: bold;
	}
.emaillink {
	width: 48px;
	height: 25px;
	position: absolute;
	border: 0;
	top: 61px;
	left: 695px;
	}
.emaillink a {
	display: block;
	width: 48px;
	height: 25px;
	}
.emaillink span {
	display: none;
	}
#head {
	background: #b20738;
	height: 25px;
/*	-moz-box-shadow: -5px 0px 3px #9f142e;
	-webkit-box-shadow: -5px 0px 3px #9f142e;
	box-shadow: -5px 0px 3px #9f142e;*/
	}
.headshadowright {
	height: 25px;
/*	-moz-box-shadow: 5px 0px 3px #9f142e;
	-webkit-box-shadow: 5px 0px 3px #9f142e;
	box-shadow: 5px 0px 3px #9f142e;*/
	}
	
#head h1 {
	color: #fff;
	text-transform: uppercase; 
	}
#head h1 a:link, #head h1 a:visited {
	color: #fff;
	text-decoration: none; 
	display: block;
	background: url('../images/84.png') left center no-repeat;
	width: 920px;
	height: 25px;
	}
#front #head h1 a:link, #front #head h1 a:visited {
	background: url('../images/3.png') 42px center no-repeat;
	}
#head h1 span {
	position: absolute;
	left: -998em;
	}
#picarea {
	min-height: 288px;
	background: #9fb8c8 url('../images/5.png') top left no-repeat;
	}
.quote p {
	width: 335px;
	color: #fff;
	font-size: 1.3em;
	line-height: 2em;
	padding: 30px 10px 20px 42px;
	border: 0px solid #000;
	font-family: tahoma, sans-serif;
	margin: 0;
	}
p.slogan {
	margin: 0;
	padding: 0;
	color: #fff;
	width: 392px;
	background: url('../images/4.png') 45px 5px no-repeat;
	height: 10px;
	padding-top: 5px;
	}
p.slogan span { 
	position: absolute;
	left: -998em;
	}
.pic {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	}
.buttoncol, .newscolwrap, .navcol {
	float: left;
	padding-bottom: 20px;
	border: 0px solid red;
	}
.buttoncol {
	margin: 0 0 0 10px;
	width: 166px;
	}
	
.newscolwrap {
	margin: 0 18px;
	width: 540px;
	background: #e9eef1;
	padding: 0;
	}
.newscol {
	margin: 0;
	background: #e9eef1;
	padding: 15px 20px;
	}
.newscol h1 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #b20738;
	margin: 0 0 0 0;
	}
.newscol h2 {
	margin: 0;
	padding: .5em 0 0 0;
	}
.newscol h2 a:link, .newscol h2 a:visited {
	text-decoration: none; 
	display: block;
	color: #506f83;
	}
.newscol div.entry-content > p:first-child {
	margin-top: 0;
	padding-top: 0;
	}
.navcol {
	margin: 0 0 0 5px;
	width: 150px;
/*	background: #ccc4bd; */
	}
.navcol ul {
	margin-top: 10px;
	}
.navcol ul li {
	margin: 0 10px;
	border-bottom: 1px solid #fff;
	}
.navcol a:link, .navcol a:visited {
	text-decoration: none;
	color: #506f83;
	display: block;
	padding: 7px 0;
	margin: 0;
	}
.navcol li:first-child {
	border-top: 1px solid #fff;
	}
.navcol a:active, .navcol a:hover {
	color: #b20738;
	}

.maincol {
	float: left;
	width: 671px;
	margin: 0;
	padding: 0 0 2em 42px;
	border: 0px solid #000;
	background-color: #fff;
   min-height: 400px;
	}
.maincol h1 {
	color: #b20738;
	padding-top: 2em;
	font-size: 1.3em;
	padding-bottom: .5em;
	border: 0px solid #efefef;
	}
.maincol h2 {
	color: #5c7687;
	padding-top: 1em;
	font-size: 1.2em;
	border-bottom: 1px solid #9fb8c8;
	margin-right: 25px;
	clear: both;
	}
.maincol h3 {
	padding: 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	}
	
#sitemap .maincol h3 {
	padding:  0;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	}
#sitemap ul.sitemap li li {
	margin-left: 10px;
	}
#sitemap ul.sitemap li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
.maincol ul {
	list-style: disc outside;
	padding: 0 1.5em;
	margin: .5em;
	}
.maincol ul li {
	list-style: disc outside;
	padding: .25em 0;
	margin: 0;
	}
.subnavcol {
	float: right;
	margin: 0;
	padding: 10px;
	width: 165px;
	border: 0px solid #000;
	border-right: 18px solid #fff;
	}
.subnavcol ul li {
	padding: 0 0;
	}
.subnavcol ul li a:link, .subnavcol ul li a:visited {
	padding: .5em 0;
	color: #506f83;
	text-decoration: none;
	display: block;
	}
.subnavcol ul li a:active, .subnavcol ul li a:hover {
	color: #b20738;
	}
.subnavcol ul li ul li {
	padding-left: 10px;
	padding: 0 0 0 10px;
	}
.newbookslist {
	border: 1px solid #fff;
	padding: 10px;
	margin-top: .25em;
	background: #d0e2ee;
	border: 1px solid #9fb8c8;
	}
.newbookslist h3 {
	font-size: 1.2em;
	color: #000;
	border-bottom: 1px solid #9fb8c8;
	font-style: italic;
	}
.newbookslist ul  {
	margin: .5em 0;
	padding: 0;
	}
.newbookslist ul li {
	padding: .25em 5px;
	margin: 0;
	}
	
#content {
	position: relative;
	border: 0px solid red;
	background: url('../images/28.png') top left repeat;
	color: #636466;
	line-height: 1.4em;
	}
#content p {
	margin-right: 1.5em;
	}
	
.clear {
	display: block;
	clear: both;
	}
.maincol {
	background: url('../images/4.png') 45px 5px no-repeat;
}	
img.righttop {
	float: right;
	margin: 0 0  2em 2em;
	}
img.floatleft {
	float: left;
	margin: 5px 15px 15px 0;
	padding: 0;
	}
a:link, a:visited {
	color: #860037;
	text-decoration: none;
	}
a:active, a:hover {
	color: #f16531;
	text-decoration: none;
	}	
table {
	padding-right: 20px;
	}
table th {
	background-color: #5c7687;
	color: #fff;
	padding: 3px 0;
	border: 1px solid #577285;
	}
table td {
	border: 1px solid #b4ccdc;
	border-collapse: collapse;
	padding: 5px;
	}
table td.row  {
	background-color: #e8f4fc;
	}
.icons p img {
	padding-right: 16px;
	}
.icons p {
}
#front #content {
	background: url('../images/15.png') top left repeat-y;
	border-top: 20px solid #fff;
	}
table.coursetable  td {
	border: 1px solid #b4ccdc;
	border-collapse: collapse;
	padding: 3px;
	}
.maincol .coursetable ul  {
	list-style: none outside;
	padding: 0;
	margin-left: 0px;
	font-size: .9em;
	border: 0px solid red;
	}	
.maincol .coursetable ul li {
	list-style: none outside;
	padding: 0 0 6px 6px;
	margin: 0;
	background: url('../images/27.gif') left top no-repeat;
	line-height: 1em;
	}
blockquote {
	margin: 2em 2em 2em 1em;
	border-top: 1px solid #efefef;
	}
table.onetbl {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-right: 20px;
	}
table.onetbl th {
	background-color: #5c7687;
	color: #fff;
	}
table.onetbl tr.tbsubrow td {
	background-color: #b4ccdc;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
table.onetblb tr.tbsubrow td {
	background-color: #b4ccdc;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
tr:nth-child(even) {background: #efefef}
tr:nth-child(odd) {background: #FFF}	

table.onetblb tr:nth-child(even) {background: #fff}
table.onetblb tr:nth-child(odd) {background: #efefef}	

img.imgright {
	float: right;
	margin: 5px 0px 15px 15px;
	padding: 0;
	}
img.imgleft {
	float: left;
	margin: 5px 15px 15px 0px;
	padding: 0;
	}
img.imgblock{
	display: block;
	margin: 5px 0px 15px 15px;
	padding: 0;
	}
ul.listcol {
	float: left;
	width: 250px;
	border: 0px solid #000;
	}
ul.listcol li {
	padding-top: 0;
	padding-bottom: 0;
	}
.buttons img {
	margin-bottom: 15px;
	}
.login {
	padding-top: 2em;
	}
fieldset {
	border: 1px solid #999;
	}
	
.appform input {
	width: 15em;
	margin-top: 0;
	margin: 0px 5px 5px 10px;
	}
.appform select.dob {
	width: 75px;
	margin-top: 0;
	margin: 0px 5px 5px 10px;
	}
.appform label {
	float: left;
	width: 200px;
	text-align: right;
	position: relative;
	}
.appform td label {
	float: left;
	width: auto;
	text-align: right;
	width: 225px;
	}
.appform td label.leftlabel {
	text-align: left;
	}
.appform td input.checkbox {
	float: right;
	width: 25px;
	border: 1px solid #333;
	margin-top: 10px;
	}
.appform .zemTextarea {
	margin-left: 5px;
	}
.appform2 input {
	width: 25em;
	margin-top: 0;
	margin: 0px 5px 5px 0px;
	}
.appform2 label {
	display; block;
	position: relative;
	}
	
.appform2 .zemTextarea {
	margin-left: 0;
	}
.maincol .appform ul {
	list-style: none outside;
	}
.maincol .appform li {
	clear: both;
	border-top: 1px solid #efefef;
	padding: 5px 0;
	margin: 0;
	list-style: none outside;
	}
.maincol .appform2 ul {
	list-style: none outside;
	}
.maincol .appform2 li {
	clear: both;
	border-top: 1px solid #efefef;
	padding: 5px 0;
	margin: 0;
	list-style: none outside;
	}
.appform select.dob {
	width: 75px;
	margin-left: 10px;
	}
.appform select {
	width: 110px;
	margin-left: 10px;
	}
legend {
	font-weight: bold;
	padding: 0 10px;
	margin-left: 25px;
	}
.appform legend {
	font-size: 1.1em;
	margin-top: 1em;
	color: #5c7687;
	}
fieldset {
	margin: 0 15px 20px 0;
	}
.appform td {
	border: 0;
	border-bottom: 1px solid #666;
	}
fieldset fieldset {
	margin: 15px;
	}
input.zemRadio {
	padding: 3px 5px;
	border: 1px solid red;
	}
.radiobtns span {
	display: block;
	}
.appform li:nth-child(even) {
	background-color: #efefef;
	}
.appform li.radiobtns {
	border: 1px solid #efefef;
	}
.appform li.radiobtns  span {
	margin-left: 25px;
	width: 200px;
	text-align: right;
	}
ul.footernav {
	text-align: center;
	}
ul.footernav li {
	display: inline;
	padding: 10px;
	}
#foot .copyright {
	text-align: center;
	display: block;
	padding-top: .5em;
	font-size: 1em;
	color: #fff;
	text-shadow: none;
	}
#foot a:link, #foot a:visited {
	color: #fff;
	}
#foot a:hover {
	text-decoration: underline;
	}	
span.indent {
	display: block;
	margin-left: 20px;
	}
hr {
	clear: both;
	height: 1px;
	border: 0;
	}
p.imgcenter {
	text-align: center;
	}
table.searchtable {
	margin: 10px auto;
	}
.searchtable td {
	background: #efefef;
	}
table.nostyle td {
	background: #fff;
	border: 0;
	}
tr.monthrow td {
	background: #b4ccdc;
	color: #000;
	text-align: center;
	}
td.cell1 {
	text-align: right;
	padding-right: 10px;
	}
div.homepagestat {
	position: relative;
	}
div.homepagestat a:link, div.homepagestat a:visited {
	display: block;
	border: 1px solid #9fb8c8;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: .5em 10px .75em 10px;
	color: #7f94a1;
	height: 40px;
	background: url('../images/readmoreimg.png') 455px 45px no-repeat;
	}
	
div.homepagestat a:hover {
	border: 1px solid #8b0221;
	}
div.homepagestat span {
	color: #8b0221;
	font-size: 1.6em;
	text-shadow: #fff 2px 2px 2px;
	}	
.pg118 em {
	color: #8b0221;
	font-size: 1.3em;
	text-shadow: #ccc 2px 2px 2px;
	font-weight: bold;
	font-style: normal;
	}	
	
div.addborder {
	height: 10px;
	background: #fff;
	}
li.tp67 ul {
	display: none;
	}
li.open ul {
	display: block;
	}
li.tp66 {
	}
li.tp66 ul {
	padding-top: .25em;
	margin-top: .25em;
	background: #d0e2ee;
	border: 1px solid #9fb8c8;
	}
div.homepagestat span.readmore{
	text-shadow: none;
	font-size: .7em;
	float: right;
	border: 0;
	position: absolute;
	right: 5px;
	bottom: 0px;
	}
.appform  td.explainstuff label {
	float: none;
	}
tr.tmascores td {
	background: #faa2b3;
	font-weight: bold;
	color: #000;
	}
#front .testscorepagelink a:link, #front .testscorepagelink a:visited  {
	border: 1px solid #7b6d63;
	padding: 0;
	margin: 20px 0 20px 10px;
	display: block;
	width: 130px;
	height: 60px;
	background: url('../images/82.png') top left no-repeat;
	
	}
#front .testscorepagelink a:hover {
	border: 1px solid #fff;
	}
.testscorepagelink span {
	position: absolute;
	left: -999em;
	}
	
#front .applypagelink a:link, #front .applypagelink a:visited  {
	border: 1px solid #7b6d63;
	padding: 0;
	margin: 20px 0 20px 10px;
	display: block;
	width: 130px;
	height: 60px;
	background: url('../images/153.png') top left no-repeat;
	
	}
#front .applypagelink a:hover {
	border: 1px solid #fff;
	}
.applypagelink span {
	position: absolute;
	left: -999em;
	}
#front .operationslink a:link, #front .operationslink a:visited  {
	border: 1px solid #7b6d63;
	padding: 0;
	margin: 20px 0 20px 10px;
	display: block;
	width: 130px;
	height: 60px;
	background: url('../images/166.png') top left no-repeat;
	
	}
#front .operationslink a:hover {
	border: 1px solid #fff;
	}
.operationslink span {
	position: absolute;
	left: -999em;
	}
	
.center {
	text-align: center;
	}
hr {
	border: 0;
	border-bottom: 1px solid #9fb8c8;
	margin-right: 25px;
	}
/* Library Styles */
.librarylabel {
	width: 106px;
	height: 29px;
	position: absolute;
	top: 17px;
	left: 20px;
	border: 0px solid #fff;
	background: url('../images/146.png') top left no-repeat;
	}
#library-new p.libnewsreadmore {
	margin-top: 0;
	padding-top: 0;
	}
#library-new  p.posted {
	font-style: italic;
	margin: 1em;
	padding: .5em 0 0 0;
	font-size: .9em;
	}
#library-new .libnews-content {
	border: 0px solid #000;
	margin: .4em 0 0 0;
	}
#library-new .libnews-content p {
	border: 0px solid red;
	margin: 0;
	padding: .2em 0;
	}
 
#topnav ul.libtopnav li {
	width: 222px;
	border: 0px solid #000;
	height: 26px;
	}
#topnav ul.libtopnav li a:link, #topnav ul.libtopnav li a:visited {
	border: 0px solid #fff;
	width: 212px;
	display: block;
	padding: 7px 5px 7px 10px;
		height: 26px;

	}
#topnav ul.libtopnav li.lib126 a:hover {
	background: #fa7a92 url('../images/145.png') 20px center no-repeat;
	padding: 0 0 0 10px;
	}
#topnav ul.libtopnav li.lib127 a:hover {
	background: #fb8052 url('../images/142.png') 20px center no-repeat;
	padding: 0 0 0 10px;
	}
#topnav ul.libtopnav li.lib128 a:hover {
	background: #a40b4a url('../images/143.png') 20px center no-repeat;
	padding: 0 0 0 10px;
	}
#topnav ul.libtopnav li.lib129 a:hover {
	background: #b0a091 url('../images/144.png') 20px center no-repeat;
	padding: 0 0 0 10px;
	width: 214px;
	}

#topnav ul.libtopnav li span  { display: none; }
#topnav ul.libtopnav li.lib126 { background: #f05f7b url('../images/145.png') 20px center no-repeat; }
#topnav ul.libtopnav li.lib127 { background: #f16531 url('../images/142.png') 20px center no-repeat; }
#topnav ul.libtopnav li.lib128 { background: #860037 url('../images/143.png') 20px center no-repeat; }
#topnav ul.libtopnav li.lib129 { background: #998b7d url('../images/144.png') 20px center no-repeat; width: 224px; }

.maincol .library-news span {
	color: #8b0221;
	font-size: 1.6em;
	text-shadow: #fff 2px 2px 2px;
	}	
.constantcontactform {
	border: 1px solid #9fb8c8;
	background: #d0e2f5;
	padding: 10px;
	margin-top: 1em;
	}
.annualfund {
	background: #fff;
	margin: 0;
	padding: 0;
	border:0px solid red;
	}
.annualfund h2 {
	height: 47px;
	background: url('../images/154.png') top left no-repeat;
	}
.annualfund h2 span {
	position: absolute;
	left: -800em;
	}
.annualfund a:hover h2 {
	background: url('../images/154.png') 0 -47px  no-repeat;
	}
.namescroll {
	display: block;
	border-bottom: 1px solid #720323;
	}
.namescroll ul {
	height: 25px;
	background: url('../images/157.png') center left no-repeat;
	border: 1px solid #fff;
	width: 100%;
	}
.namescroll li {
	float: left;
	display: block;
	width: 425px;
	margin-left: 115px;
	padding-top: 3px;
	text-align: left;
	position: relative;
	border: 0px solid red;
	color: #720323;
	font-style: italic;
	}
.maincol li.g1_define_relation {
	border-top: 1px solid red;
	display: none;
	}
.maincol li.extra_row {
	display: none;
	background: red;
	}
.maincol li.show {
	display: block;
	}
.maincol li.middle_name {
	position: absolute;
	left: -999em;
	}
input.submit {
	width: 200px;
	height: 50px;
	border: 1px solid #650202;
	margin-right: auto;
	margin-top: 15px;
	margin-left: 225px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	background: #860f26 url('../images/submit-back.png') top left repeat-x;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #333;
	box-shadow: 2px 2px 3px #504f4f;
	}
input.submit:hover {
	text-shadow: 5px 5px 4px #333;
	border: 1px solid #000;
}		
input.submit:active {
	background: #860f26 url('../images/submit-back-over.png') top left repeat-x;
	box-shadow: 0px 0px 0px #333;
}	
label.error, td label.error {
	position: absolute;
	color: red;
	margin-right: 25px;
	background-color: #fff;
	border: 1px solid red;
	border-radius: 5px;
	text-align: left;
	padding-left: 5px;
	margin-left: 5px;
	width: 150px;
	}
.appform input.error, .appform select.error {
	border: 1px solid red;
	}
.appform select.error {
	border: 2px solid red;
	}
.appform li.selectlist label.error {
	left: -999em;
	}
.appform fieldset.guardian2info {
	display: none;
	}
