/*
CollegePlus! Main CSS
*/

/* General */
html{overflow-y:scroll}
body {
	margin: 0;
	padding: 0;
}
body, th, td, input, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

a.links {
	color: #880000;
	text-decoration: none;
}
a:hover.links {
	text-decoration: underline;
}
a:visited.links {
	color: #880000;
}

.jsvalidation {
	font-size: 11px;
	font-style: italic;
    color: #880000;
    font-weight: bold;
    margin-left: 5px;
}

/* Header */

#headerbg {
	height: 110px;
        background: url(img/headerbg.gif) repeat-x bottom;
}
#header {
	width: 769px;
	margin: 0 auto;
	height: 110px;
}

/* Logo */

#logo {
	float: left;
	height: 110px;
	background: url(img/cplogo.jpg) no-repeat left bottom;
}
#logo a, #logo a:hover, #logo a:visited {
	text-decoration: none;
	color: #000000;
}
#logo .company {
	margin: 0;
	padding: 18px 0 0 100px;
	letter-spacing: -2px;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
}
#logo .slogan {
	margin: -2px 0 0 2px;
	padding: 0 0 0 105px;
	font-size: 16px;
	color: #6A6453;
	letter-spacing: -1px;
}
#logo .redtext {
	color: #880000;
}

/* Top Navigation */

#topnav {
	float: right;
	width: 405px;
	padding: 5px 0 0 0;
	text-align: right;
	color: #6A6453;
	font-weight: bold;
}
#topnav a, #topnav a:visited {
	color: #6A6453;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 280px;
}

#search form {
	margin: 0;
	padding: 25px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
}

#search #s {
	width: 188px;
	border: 1px solid #CCCCCC;
}

#search #x {
	width: 73px;
	height: 22px;
	font-size: 12px;
	padding: 0;
	margin-left: 5px;
	background: url(img/searchbuttonbg.gif) no-repeat;
	border: none;
	color: #FFFFFF;
}

/* Main Navigation */

#mainnav {
	float: left;
	width: 100%;
	background: url(img/mainnav.gif) repeat-x;
	list-style: none;
}
#mainnav ul {
	margin: 0 auto;
	width: 769px;
	padding: 0;
}

#mainnav li {
	display: inline;
}
#mainnav li a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 8px 19px;
	text-decoration: none;
}
#mainnav li a:visited {
	color: white;
}
#mainnav li a:hover {
	background: url(img/mainnavroll.gif) repeat-x;
}
#mainnav li .current {
	background: url(img/mainnavcurrent.gif) repeat-x;
}

/* Page and Content */

#page {
	width: 769px;
	margin: 0 auto;
	background: #FFFFFF url(img/sidebarbgfaux.gif) repeat-y;
	clear: both;
	padding: 0px;
}

#pagenobg {
	width: 769px;
	margin: 0 auto;
	clear: both;
	padding: 0px;
}

/* Sidebar */

#sidebar {
	width: 230px;
	background: url(img/sidebarbg.gif) repeat-y;
	color: #6A6453;
	float: right;
}

#sidebar p {
	padding: 15px;
}

.sbbox {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #9BA9B4;
	background: #C5D5E5;
	padding: 15px;
}

#sidebarnav ul {
	width: 230px;
	background: #B39C76;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebarnav li {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#sidebarnav a {
	background: #B39C76;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
#sidebarnav a:hover {
	background: #2580a2 url(img/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}

#getstartedsb {
	width: 200px;
	padding-top: 15px;
	margin: 0 auto;
}
.requestsb {
	height: 45px;
	background: url(img/sbrequestbutton.gif) no-repeat;
}
.requestsb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.requestsb a:hover {
	height: 21px;
	background: url(img/sbrequestbuttonroll.gif) no-repeat;
	color: #FFFFFF;
}
.contactsb {
	height: 45px;
	background: url(img/sbcontactbutton.gif) no-repeat;
}
.contactsb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.contactsb a:hover {
	height: 21px;
	background: url(img/sbcontactbuttonroll.gif) no-repeat;
	color: #FFFFFF;
}
.applysb {
	height: 45px;
	background: url(img/sbapplybutton.gif) no-repeat;
}
.applysb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.applysb a:hover {
	height: 21px;
	background: url(img/sbapplybuttonroll.gif) no-repeat;
	color: #FFFFFF;
}

.ebooksb {
	height: 45px;
	background: url(img/sbebookbutton.gif) no-repeat;
}
.ebooksb a {
	padding: 12px 0 12px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #6A6453;
	text-decoration: none;
	display: block;
}
.ebooksb a:hover {
	height: 21px;
	background: url(img/sbebookbuttonroll.gif) no-repeat;
	color: #FFFFFF;
}

	dl {
		width: 200px;
		margin: 15px 0 0 15px;
		padding: 0;
		background: #ccc url(img/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(img/box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		font-size: 14px;
		font-weight: bold;
		background: url(img/arrow.gif) no-repeat 0 5px;
		}
		
	dd a {
		color: #69593C;
		font-weight: normal;
		}
		
	#blue dt {
		background-color: #8E9AA5;
		}
	
	#blue {
		background-color: #C5D5E5;
		}
		
	#brown dt {
		background-color: #B39C76;
		}
	
	#brown {
		background-color: #e9ddc8;
		}

#box-1, #box-2, #box-3, #box-4, #box-5, #box-6 {
        position: absolute;
}



			
.quotebox {
	color: #53586A;
	padding-top: 30px;
	background: #FFFFFF url(img/bq_top.png) top left no-repeat;
        width: 230px;
}
.quotebox blockquote {
	display: block;
	background: transparent url(img/bq_endq.png) bottom left no-repeat;
	padding: 10px 42px 15px 42px;
	margin: 0px;
}
.quotebox cite {
	display: block;
    font-size: 11px;
	font-weight: 700;
	font-style: normal;
	background: transparent url(img/qb_end.png) bottom left no-repeat;
	padding: 0px 30px 40px 40px;
    margin: 0px;
}
.quotebox cite img {
	padding: 3px 10px 0 0;     
	float: left;
}
.quotebox cite .quoteimg {
	padding: 3px 10px 0 0;     
	float: left;
}

/* Main Content */

.breadcrumb {
	font-size: 12px;
	padding: 5px 0 5px 0;
        margin-right: 15px;
	color: #69593C;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
	color: #69593C;
    text-decoration: underline;
}

.headerimg {
    width: 539px;
    border-top: 15px solid #EEEEEE;
}
.marketsheader {
    width: 769px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 539px;
	padding: 0px;
	float: left;
	background: #FFFFFF;
}

#content p, ul {
	margin-right: 15px;
	line-height: 170%;
}

#content p a {
	color: #880000;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content p a:visited {
	color: #880000;
}

#content li a {
	color: #880000;
	text-decoration: none;
}
#content li a:hover {
	text-decoration: underline;
}
#content li a:visited {
	color: #880000;
}


#content h1, h2, h3, h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 15px;
	color: #3B3F45;
}

#content h2 a {
        text-decoration: none;
	color: #3B3F45;
}

#content h1 {
	margin-top: 15px;
	font-size: 30px;
}
#content h2 {
	font-size: 18px;
        margin-top: 30px;
}
#content h3 {
	font-size: 16px;
	border: none;
}
#content h4 {
	font-size: 14px;
	border: none;
}
#content .dropcap {
	float: left;
	font-size: 48px;
	line-height: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
}
#content .leftimg {
	float: left;
	margin: 5px 15px 5px 0;
	overflow: auto;
}
#content .rightimg {
	float: right;
	margin: 5px 0 5px 15px;
	overflow: auto;
}
#content .bigimg {
	margin-bottom: 30px;
}

.column1 {
	width: 239px;
	float: left;
	margin-right: 15px;
}
.column2 {
	width: 240px;
	float: left;
}
.column1 a, .column2 a, .columns a {
	text-decoration: none;
}
.columnscontainer {
        padding: 15px;
}
.columns {
	width: 169px;
	float: left;
}

.borderboxblue {
	background: #F1F4F7;
	border-bottom: 2px solid #C5D5E5;
	border-top: 2px solid #C5D5E5;
}
.borderboxgray {
	background: #EEEEEE;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
}
.borderboxblue  .newdegree {
	float:left; 
	font-size: 8px; 
	font-style: italic; 
	font-weight: bold; 
	margin-top: -2px;
	position: absolute; 
}
.textboxbrown {
	background: #E5D9C5;
}
.textboxblue {
	background: #F1F4F7;
}
.textboxgray {
	background: #EEEEEE;
}
.textboxnone {
	background: #FFFFFF;
}
.textboxnone h4 {
	margin-top: 15px;
}
.textboxbrown, .textboxblue, .textboxgray, .textboxnone, .borderboxgray, .borderboxblue {
	padding: 15px;
	width: 494px;
	overflow: auto;
}
.textboxbrown img, .textboxblue img, .textboxgray img, .textboxnone img, .borderboxgray img, .borderboxblue img {
	float: left;
	margin: 5px 15px 5px 0;
	overflow: auto;
}

.textboxblue.endorsement, .textboxnone.endorsement {
	padding: 13px;
	margin-bottom:4px;
}

/* clep_answer and clep_question apply to any images that are included in the CLEP Practice Tests.  */

.clep_answer{
	float:none !important;
	margin: -10px 0px 0px 0px !important;
	
}

.clep_question {
	float:none !important;
	margin:0px 0px 0px 0px !important;
	
}



.smallprint {
	font-size: 11px;
	font-style: italic;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	background: url(img/footerbg.gif) repeat-x;
	color: #6A6453;
	clear: both;
	height: 90px;
}

#footer p {
        line-height: 15px !important;
	margin: 0 auto;
	text-align: center;
	padding-top: 24px;
}

#footer a {
	color: #6A6453;
}

#footer img {
	margin-top: 5px;
        margin-left: 10px;
	margin-bottom: -13px;
}

/* Expandable Menus */

.save{
   behavior:url(#default#savehistory);}
a.dsphead{
   text-decoration:none;
   color:#3B3F45;
}
a.dsphead:hover{
   text-decoration:underline;
   color:#3B3F45;
}
a.dsphead span.dspchar{
   color:#3B3F45;
}
.dspcont{
   display:none;
   overflow: visible;
}
.floatclearing{
   clear:both;
}

#accordion {
	margin:20px 25px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #c5d5e5;
	color: #6A6453;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

.h3 .toggler:hover {
	color: #ffffff;
}

.toggler:hover {
	background: #cccccc;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

/* Add This */

.addthis_toolbox .vertical
{
    width: 180px;
    padding: 5px;
    margin: 15px;
    border: 2px solid #6A6453;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .vertical a
{
    width: 146px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: black;
}

.addthis_toolbox .vertical a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #c5d5e5;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 6px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span
{
    display: none;
}

/* CSS Buttons */

.btn {
	float: left;
	clear: both;
	background: url(http://www.collegeplus.org/public/css/img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(http://www.collegeplus.org/public/css/img/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(http://www.collegeplus.org/public/css/img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_red { background-color: #880000; }
.btn_tan { background-color: #B39C76; }
.btn_brown { background-color: #6A6453; }
.btn_blue { background-color: #c5d5e5; }
.btn_red:hover { background-color: #ab0000; }
.btn_tan:hover { background-color: #c8b088; }
.btn_brown:hover { background-color: #888069; }
.btn_blue:hover { background-color: #d6ebff; }
.clear {
	clear: both;
}

/* Contact Us Columns */
.columnboxblue {
	float: left;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 15px 15px;
	width: 235px;
	background: #F1F4F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.leftcolumnboxblue {
	padding: 0px 0px 15px 15px;
	width: 505px;
	overflow: auto;
	background: #F1F4F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.leftcolumnboxgray {
	margin: 15px 15px 15px 0px;
	padding: 0px 0px 15px 15px ;
	width: 505px;
	overflow: auto;
	background: #eeeeee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

/* Double Sidebar */

.doublebar {
	width: 150px;
	background: url(img/sidebarbg.gif) repeat-y;
	color: #6A6453;
	float: right;
}

.doublebarleft {
	width: 150px;
	background: url(img/sidebarbg.gif) repeat-y;
	color: #6A6453;
	float: left;
}

.doublebar p {
	padding: 15px;
}

.doublebarleft p {
	padding: 15px;
}

.dbbox {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #9BA9B4;
	background: #C5D5E5;
	padding: 15px;
}

.doublebarnav ul {
	width: 230px;
	background: #B39C76;
	list-style: none;
	margin: 0;
	padding: 0;
}
.doublebarnav li {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.doublebarnav a {
	background: #B39C76;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
.doublebarnav a:hover {
	background: #2580a2 url(img/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}

.doublebarleftnav ul {
	width: 230px;
	background: #B39C76;
	list-style: none;
	margin: 0;
	padding: 0;
}
.doublebarleftnav li {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.doublebarleftnav a {
	background: #B39C76;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
.doublebarleftnav a:hover {
	background: #2580a2 url(img/hover.gif) left center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}

/* Forms */
.css-form p {
	display: block;
	clear: both;
	margin: 1em 0;
}
.css-form label {
	font-weight: bold;
	width: 175px;
	float: left;
	}
.css-form label.error {
	float: right;
	color: #cc0000;
	font-weight: normal;
	width: 150px;
}
.css-form input.error {
	background-color: #FFFFD5;
	border: 2px solid red;
}


.togglewrap, .plus, .minus{cursor:pointer;}
.togglewrap {left:20px;margin-top:-22px;position: relative;}
.plus, .minus {color:#29A5F2;}


.video-slideshow .arrow {
	background: transparent url(http://collegeplus.org/public/img/graphics/icn-blue-arrows.png) no-repeat;
	height: 47px;
	width: 25px;
	display: block;
	position: absolute;
	top: 58px;
	z-index: 100;
}
	.video-slideshow .arrow.right {
		background-position: right top;
		right: 3px;
	}
	
	.video-slideshow .arrow.left {
		background-position: left top;
		left: -12px;
	}
	
	.video-slideshow .arrow.left:hover {
		background-position: left 103%;
	}
	
	.video-slideshow .arrow.right:hover {
		background-position: right 103%;
	}

	.video-slideshow .arrow:active {
		top: 59px;
	}

.video-slideshow {
	position: relative;
	margin: 20px 0;
}

	.slideshow {
		display: block;
		margin-top: 0;
		margin-right: 25px;
		margin-bottom: 0;
		margin: 0;
		height: 150px;
		overflow: hidden;
	}
	
	.slideshow .images{
		margin-left:30px;
	}
	
	.slideshow img {
		padding: 0;
		margin: 15px 20px 30px;
		position: relative;
		left: 5px;
		border: 1px solid #C5D5E5;
		float: left;
		display: inline;
	}
	.slideshow ul {
		width: 3000px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.slideshow img {
		-webkit-transition: -webkit-box-shadow .2s ease-in;
		cursor: pointer;
	}
	
	.slideshow img:hover {
		-webkit-box-shadow: 0 0 10px #a7bdd3;
		-moz-box-shadow: 0 0 10px #a7bdd3;
		box-shadow: 0 0 10px #a7bdd3;
	}


#eventsWrapper {
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}
	#eventsWrapper h2 {
		margin-top:0;
	}
#eventFilter .filter h3 {
	background: #6c6553;
	color: #fff;
	font-size: 1.1em;
	padding: 8px 5px;
	margin: 0;
}

.filter a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 6px 0 6px 25px;
	position: relative;
}

	.filter a:before {
		border:1px solid #800;
		content: "";
		display: block;
		height: 10px;width: 10px;
		position: absolute;left: 7px;top: 8px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	.filter a.on:before {
		background: #800;
	}
	
	.filterList {
		display: block;
		height: 150px;
		position:relative;
		overflow-y: scroll;
		margin-bottom: 6px;
	}

	#eventFilter {
		display: block;
		float: left;
		width: 220px;
		border: 1px solid #999;
	}
	
	.removeFilter a {
		background: #444;
		color: #fff;
		content: "X";
		height: 20px;	width: 20px;
		line-height: 19px;
		padding: 1px 0px 1px 2px;
		position: absolute;top: 3px;right: 4px;
		text-align: center;
		text-decoration: none;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	.removeFilter {
		border: 1px solid #777;
		display: inline-block;
		font-size: .7em;
		margin-bottom: 20px;
		padding: 8px 36px 8px 6px;
		position: relative;
		-webkit-border-top-right-radius: 16px;
		-webkit-border-bottom-right-radius: 16px;
		-moz-border-radius-topright: 16px;
		-moz-border-radius-bottomright: 16px;
	}

#invite {
	position: absolute;
	top: 406px;
	width: 235px;
}
#events {
	float: right;
	width: 505px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

	.eventWrap {
		border: 1px solid #999;
		margin:0 0 30px 0;
		
		overflow: hidden;
		padding: 10px;
	}
	.eventWrap.intro {
		padding:10px 10px 0;
	}
	.eventWrap.intro p{
		margin-top:0;
		margin-bottom:10px
	}

	.eventWrap .info {
		overflow: hidden;
		display: block;
		border:none;
		margin: 0;
		padding:0;
	}
	
		.eventWrap .info .what {
			color: #800;
			display: block;
			float: left;
			line-height: 30px;
			text-align: right;
			width: 130px;
			padding-right: 10px;
		}
			.eventWrap .info .what:after {
				content: ":";
			}
		
		.eventWrap .info .value {
			border-left: 1px solid #999;
			display: block;
			float: left;
			padding: 5px;
			width:280px;
			padding-left: 10px;
		}



.togglewrap, .plus, .minus{cursor:pointer;}
.togglewrap {left:20px;margin-top:-22px;position: relative;}

.plus, .minus {color:#29A5F2;}
.borderboxgray .plus, .borderboxgray .minus {color:#3B3F45;}


/*.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;border-width:2px;}*/

#content h3.notice,#content h3.alert,#content h3.error,#content h3.success {
	padding:0.8em;margin-bottom:1em;border:2px solid #ddd;border-width:2px;
}
#content h3.error, #content h3.alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
#content h3.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
#content h3.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
#content h3.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
#content h3.error a, #content h3.alert a {color:#8a1f11;}
#content h3.notice a {color:#514721;}
#content h3.success a {color:#264409;}
#content h3.info a {color:#205791;}

.uniForm input.error, .uniForm textarea.error {
	border-style: solid;
	border-width: 1px;
	border-color: #800;
	margin-bottom: 10px;
}

.uniForm .inlineLabels label.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	clear: both;
	color: #8A1F11;
	display: block;
	float: none;
	line-height: 1;
	padding: 4px !important;
	position: static;
	margin: 10px 2px 1px 34% !important;
	width: 322px;
}

/* info request styles */
#main_info_request {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 524px;
	margin: 30px 0;
	position: relative;

}
	#main_info_request form {
		margin: 0 30px;
		overflow: hidden;
		padding: 10px 0;
	}
	#main_info_request h2 {
		color: #6a6453;
		border-bottom: none;
		float: left;
		margin-top: 13px;
		padding-left: 10px;
	}
	#main_info_request .sprite { clear: both; margin-top: 15px; }
	#main_info_request .field {
		clear: both;
		margin-bottom: 8px;
		overflow: hidden;
	}
		#info-request label {
			clear: both;
			float: left;
			text-align: right;
			padding-right: 15px;
			width: 135px;
		}
		#info-request .text input {
			border: 1px solid #bec1c5;
			height: 18px;
		}
		#info-request .options { float: left; }
		#main_info_request #Inforequest-field-partners_and_friends .options {
			width: 300px;
		}
		#main_info_request #Inforequest-field-areaofstudy select {
			float: right;
			width: 310px;
		}
		#main_info_request a {
			color: #800;
			text-decoration: none;
		}
		#main_info_request a:hover { text-decoration: underline; }
		#main_info_request #submit-button {
			border: 0;
			background: url('http://secure.collegeplus.org/img/login_submit.png') no-repeat;
			height: 22px;
			margin: 10px 0;
			text-indent: -9999px;
			width: 80px;
			/* IE Hacks 7 */
			*border: 1px outset buttonface;
			*background: buttonface;
			*height: 28px;
			*text-indent: 0px;
		}
		#main_info_request #submit-button:hover { cursor: pointer; }
		
		#info-request input.error {
			background: #f37c7c url('http://secure.collegeplus.org/img/error.png') no-repeat center right;
			border: 1px solid #900;
		}
		#info-request label.error {
			height: 0;
			text-indent: -9999px;
			text-align: left;
		}

	.blue.rounded {
		background-color: #c5d5e5;
		color: #6a6453;
		
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
/* end info request styles */

