@charset "utf-8";

/* MBS Direct CSS
/*  2009 MBS Direct
/* 12.17.2009 dh */

/* ==================================================
              L A Y O U T   S T Y L E S
================================================== */

body {
	background-color:#dedada;
	color:#696969;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:13px;
	line-height:17px;
	text-align:center;
}

#stage {
	background:#FFFFFF;
	border:2px solid #d5d3d3;
	margin:23px auto 0 auto;
	padding:17px 23px 23px 23px;
	text-align:left;
	width:877px;
}

/* ==================================================
                S I T E  H E A D E R
================================================== */

#header {
	background:url(logo-tagline.gif) 0 0 no-repeat;
	clear:both;
	height:90px;
}

/* Firefox Float Clear Fix */
#header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

h1 {
	/*background:url(logo.gif) 0 0 no-repeat;*/
	float:left;
	height:90px;
	margin:0;
	width:220px;
}

/* h1.admin { background:url(logo-admin.gif) 0 0 no-repeat; }

h1.studentparent { background:url(logo-studentparent.gif) 0 0 no-repeat; } */

h1 a {
	display:block;
	height:90px;
	overflow:hidden;
	text-indent:-9999pt;
	width:220px;
}

/* ==================================================
            S E A R C H   W I D G E T
================================================== */

form.search-widget {
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	padding:7px 7px 3px 7px;
	margin-bottom:16px;
	text-align:right;
	width:354px;
}

form.right-pin { float:right; }

input.query {
	border:solid 1px #d4d0c8;
	color:#888;
	font-size:12px;
	line-height:12px;
	padding:4px;
 *padding:4px 4px 2px 6px;
 *position:relative;
 *top:-2px;
	margin:0 4px 0 0;
	width:300px;
}

input.submit {
	background:url(search-button.gif) 0 0 no-repeat;
	border:1px solid #d5d6d6;
*border-width:0px;
	cursor:pointer;
	font-size:0;
	height:24px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	top:-5px;
 *top:-1px;
	text-indent:-9999pt;
	width:26px;
}

/* ================================
 Search Suggest List
================================ */

.SuggestFramework_List {
	border: 1px solid #CCCCCC;
	border-top: 0;
}

.SuggestFramework_Heading {
	padding: 0 1px 0 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted {
	padding: 0 1px 0 1px;
	background-color: Highlight;
	color: HighlightText;
	font-weight: normal;
}

.SuggestFramework_Normal {
	padding: 0 1px 0 1px;
	background-color: #e6e6bf;
	color: #000000;
	font-weight: normal;
}

.SuggestFramework_Combo {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* added for quick search box */
#SiteSearchQuick { float:left; }

#SiteSearchQuick input.inp {
	margin:0;
	padding:2px;
	border:1px solid #7A94AE;
	width:122px;
	background:#fff;
	font-size:11px;
	color:#000;
	outline:none;
}

#SiteSearchQuick input.submit {
	margin:0;
	padding:1px;
	width:44px;
	border:1px solid #7A94AE;
	background:#335B84;
	font-size:10px;
	color:#fff;
	outline:none;
}

#SiteSearchQuick input.submit:hover { border:1px solid #CED6E7; }

#SiteSearchQuick input.submit:focus {
	border:1px solid #CED6E7;
	background:#fff !important;
	color:#000;
}

/* ==================================================
            S I T E  N A V I G A T I O N
================================================== */

#navigation {
	height:56px;
	list-style:none;
	margin:0;
	padding:0;
}

/* Firefox Float Clear Fix */
#navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#navigation li {
	float:left;
	height:56px;
	width:292px;
}

#navigation li a {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:56px;
	overflow:hidden;
	text-indent:-9999pt;
	width:292px;
}

#navigation li.studentparent a { background-image:url(tab-studentparent.png); }

#navigation li.admin a { background-image:url(tab-admin.png); }

#navigation li.about a {
	background-image:url(tab-about.png);
	width:293px;
}

#navigation li.shadow-left a { background-position:0 -56px; }

#navigation li.shadow-right a { background-position:0 -112px; }

#navigation li.active a { background-position:0 -168px; }

/* ================================
 Navitation Tabs
================================ */

h2 {
	height:56px;
	margin:0;
}

h2 a {
	display:block;
	height:56px;
	margin:0;
	text-indent:-9999pt;
	overflow:hidden;
	width:0;
}

h2.k12 a,
h2.k12-school a,
h2.k12-faculty a,
h2.k12-student a { width:90px; }

h2.he a,
h2.he-institution a,
h2.he-faculty a,
h2.he-student a { width:260px; }

h2.k12 { background:url(admin_k12.jpg) 0 0 no-repeat; }

h2.k12-school { background:url(admin_k12.jpg) 0 -56px no-repeat; }

h2.k12-faculty { background:url(admin_k12.jpg) 0 -112px no-repeat; }

h2.k12-student { background:url(admin_k12.jpg) 0 -168px no-repeat; }

h2.he { background:url(admin_he.jpg) 0 0 no-repeat; }

h2.he-institution { background:url(admin_he.jpg) 0 -56px no-repeat; }

h2.he-faculty { background:url(admin_he.jpg) 0 -112px no-repeat; }

h2.he-student { background:url(admin_he.jpg) 0 -168px no-repeat; }

/* ==================================================
              C O N T E N T   A R E A
================================================== */

#content {
	border:2px solid #00417d;
	border-top:0;
	clear:both;
*display:inline-block;
	padding:17px 14px;
}

/* Firefox Float Clear Fix */
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

a {
	color:#548fd6;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

/* ================================
 Home Page 
================================ */

#home {
	background:url(image-home-bkg.jpg) 0 0 no-repeat;
	height:337px;
	position:relative;
}

#home-links {
	color:#a1cced;
	font-size:14px;
	line-height:14px;
	position:absolute;
	top:256px;
	left:285px;
}

#home-GBB-link {
	height:32px;
	position:absolute;
	top:205px;
	left:384px;
	overflow:hidden;
	text-indent:-9999pt;
	width:162px;
}

#home-links a {
	border-bottom:none;
	color:#eaeaea;
	text-decoration:none;
}

#home-links a:hover { border-bottom:1px solid #a1cced; }

/* ================================
 Left Column 
================================ */

#content-col-left {
	float:left;
	font-size:11px;
	line-height:14px;
	margin-right:14px;
	width:197px;
}

/* --------------------------------
 Content Navigation
-------------------------------- */

#content-nav {
	border:1px solid #aaaaaa;
	display:block;
	list-style:none;
	margin:0 0 17px 0;
	padding:0;
}

#content-nav li a {
	background:url(nav-bkg-light.jpg) 0 0 repeat-x;
	border-bottom:1px solid #aaaaaa;
	color:#505050;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:5px 0 6px 7px;
 *padding:5px 0 4px 7px;
	text-decoration:none;
}

#content-nav li a:hover {
	background:url(nav-bkg-dark.jpg) 0 0 repeat-x;
	color:#FFFFFF;
}

/* Disabled Parent */
#content-nav.disable-parent li a { cursor:default; }

#content-nav.disable-parent li a:hover {
	background:url(nav-bkg-light.jpg) 0 0 repeat-x;
	color:#505050;
}

#content-nav li ul {
	margin:0;
	padding:0;
	list-style:none;
}

#content-nav ul li a {
	background:url(raquo.gif) 7px 55% no-repeat !important;
	border-bottom:1px dotted #aaaaaa;
	color:#696969;
	cursor:pointer !important;
	font-size:11px;
	font-weight:normal;
	line-height:11px;
	padding-left:16px;
}

#content-nav ul li a:hover {
	background:url(raquo.gif) 7px 55% no-repeat !important;
	color:#696969;
	text-decoration:underline;
}

#content-nav ul li.current { background:#d8e4ef; }

#content-nav ul li.current a {
	background:none !important;
	color:#193a6f;
	cursor:default !important;
	font-weight:bold;
}

#content-nav ul li.current a:hover {
	background:none !important;
	color:#193a6f;
	font-weight:bold;
	text-decoration:none;
}

/* --------------------------------
 Additional Links
-------------------------------- */

.add-links {
	display:block;
	list-style:none;
	margin:0 0 17px 0;
	padding:0;
}

.add-links li a {
	background:url(arrow-gray.png) 0 50% no-repeat;
	color:#696969;
	display:block;
	line-height:17px;
	padding-left:16px;
	text-decoration:none;
}

.add-links li a:hover { text-decoration:underline; }

/* --------------------------------
 RSS FEED LINK
-------------------------------- */

#RSS {
	background:url(rss.gif) 0 50% no-repeat;
	color:#696969;
	display:none;
	line-height:17px;
	padding-left:26px;
	text-decoration:none;
}

#RSS:hover { text-decoration:underline; }

/* --------------------------------
 Find Widget
-------------------------------- */

#content-col-left .find-widget {
	background:url(find-widget.png) 0 0 no-repeat;
	height:220px;
	margin:0 0 17px 0;
	padding:0;
	position:relative;
	width:197px;
}

#content-col-left .school-name {
	border-style:none;
	border:0;
	color:#666666;
	font-size:14px;
	line-height:14px;
	padding:10px 4px;
	position:absolute;
	top:119px;
	left:15px;
	margin:0;
	width:160px;
}

#content-col-left .school-find {
	background:url(proxy.gif) 0 0 no-repeat;
	border:0;
	border-style:none;
	cursor:pointer;
	font-size:0;
	height:27px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:169px;
	left:11px;
	text-indent:-9999pt;
	width:176px;
}

/* --------------------------------
 Find Widget - Home
-------------------------------- */

#home .find-widget {
	background:none;
	height:0;
	margin:0;
	padding:0;
	position:inherit;
	width:0;
}

#home .school-name {
	border-style:none;
	border:0;
	color:#666666;
	font-size:16px;
	line-height:17px;
	padding:12px 8px;
	position:absolute;
	top:172px;
	left:34px;
	margin:0;
	width:198px;
}

#home .school-find {
	background:url(proxy.gif) 0 0 no-repeat;
	border:0;
	border-style:none;
	cursor:pointer;
	font-size:0;
	height:33px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:235px;
	left:32px;
	text-indent:-9999pt;
	width:218px;
}

/* ================================
 Page Styles 
================================ */

#content-body {
	float:right;
	width:634px;
*overflow:hidden;
}

.subheaderimg {
	height:166px;
	margin-bottom:17px;
	width:634px;
}

.featureimg {
	height:337px;
	margin-bottom:17px;
	width:634px;
}

h3 {
	color:#193a6f;
	border-bottom:1px solid #193a6f;
	font-size:22px;
	font-weight:normal;
	line-height:18px;
	padding-bottom:4px;
	margin:0 0 17px 0;
}

h4 {
	color:#193a6f;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin:0 0 17px 0;
}

h5 {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	margin:0 0 -17px 0;
}

p { margin:17px 0; }

#content-body ul {
	list-style:none;
	padding:0 6px;
}

#content-body ul li {
	background:url(raquo-gray.gif) 0 5px no-repeat;
	padding-left:12px;
}

.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	line-height:21px;
	margin:21px 0;
}

.more {
	background:url(arrow-gray.png) 0 50% no-repeat;
	padding-left:16px;
}

.subscribe {
	height:86px;
	position:relative;
	width:197px;
}

.subscribe a {
	background:url(subscribe.png) 0 0 no-repeat;
	display:block;
	height:86px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-5px;
	text-indent:-9999pt;
	width:202px;
}

.dsc-login {
	height:79px;
	position:relative;
	width:195px;
}

.dsc-login a {
	background:url(dsc-login.png) 0 0 no-repeat;
	display:block;
	height:79px;
	overflow:hidden;
	position:absolute;
	top:2px;
	left:2px;
	text-indent:-9999pt;
	width:195px;
}

.xplana-bug {
	height:74px;
	margin-bottom:20px;
	position:relative;
	width:195px;
}

.xplana-bug a {
	background:url(xplana-bug.png) 0 0 no-repeat;
	display:block;
	height:74px;
	overflow:hidden;
	position:absolute;
	top:2px;
	left:-10px;
	text-indent:-9999pt;
	width:194px;
}

/* --------------------------------
 Video Widget
-------------------------------- */

.video {
	height:240px;
	text-align:center;
	width:320px;
}

.flow-left {
	border:5px solid #e1e1e1;
	float:left;
	margin:0 14px 17px 14px;
}

.flow-right {
	border:5px solid #e1e1e1;
	float:right;
	margin:0 14px 17px 14px;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

/* --------------------------------
 Callout Box
-------------------------------- */

.callout {
	background:#e0ecf8;
	border:5px solid #c8ddf3;
	color:#4b6791;
	padding:14px 7px 0 7px;
	margin:0 14px 17px 14px;
}

/* Firefox Float Clear Fix */
#callout:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sidestep { margin:0 235px 17px 7px; }

.holdleft {
	border:1px solid #b4b4b4;
	float:left;
	margin:0 7px 20% 0;
}

.holdright {
	border:1px solid #b4b4b4;
	float:right;
	margin:0 7px 20% 0;
}

.callout h4 { font-size:15px; }

.callout h5 {
	color:#193a6f;
	margin:0;
}

.callout .more {
	background:url(arrow_blue.gif) 0 50% no-repeat;
	padding-left:16px;
}

.callout ul {
	list-style:none;
	padding:0 6px;
}

.callout ul li {
	background:url(raquo-blue.gif) 0 6px no-repeat !important;
	padding-left:12px;
}

.callout table { margin:0; }

/* --------------------------------
 Side Bar
-------------------------------- */

.sidebar {
	background:#eeeeee;
	border:1px solid #bbbbbb;
	float:right;
	font-size:11px;
	line-height:14px;
	padding:7px;
	margin:0px 0 17px 14px;
	width:200px;
}

.sidebar img { margin-bottom:14px; }

.sidebar h4 {
	font-size:14px;
	margin-bottom:-14px;
}

.sidebar p { margin:14px 0; }

.sidebar .more {
	background:url(arrow-gray.png) 0 50% no-repeat;
	padding-left:15px;
}

.sidebar table { margin-top:21px; }

/* ==================================================
               S C H O O L   F I N D E R 
================================================== */
	
#finder-results .find-widget {
	background:url(find-large.png) 0 0 no-repeat;
	height:44px;
	margin:0 0 17px 0;
	padding:0;
	position:relative;
	width:409px;
}

#finder-results .school-name {
	border-style:none;
	border:0;
	color:#666666;
	font-size:14px;
	line-height:14px;
	padding:10px 4px;
	position:absolute;
	top:4px;
	left:4px;
	margin:0;
	width:330px;
}

#finder-results .school-find {
	background:url(proxy.gif) 0 0 no-repeat;
	border:0;
	border-style:none;
	cursor:pointer;
	font-size:0;
	height:38px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:4px;
	left:356px;
	text-indent:-9999pt;
	width:53px;
}

/* ================================
 Finder Results 
================================ */

#finder-results a {
	display:block;
	padding:4px 10px;
}

#finder-results a.even { background:#e7eef5; }

#finder-results a:hover {
	background:url(click-to-visit.gif) 100% 50% no-repeat #1578c3;
	color:#e7eef5;
	text-decoration:none;
	padding:6px 12px;
	margin:-2px;
	z-index:3;
}

/* ==================================================
        S I T E   S E A R C H   R E S U L T S
================================================== */

#result_report {
	font-weight:bold;
	margin-bottom:16px;
}

.search_description {
	color:#8d8d8d;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.search_description b {
	background:#fff5a0;
	color:#696969;
}

#other_pages {
	margin:16px 0 20px 0;
	text-align:center;
}

#other_pages b {
	background:#548fd6;
	border:1px solid #548fd6;
	color:#FFFFFF;
	padding:1px 6px;
}

#other_pages a {
	background:#e4edf8;
	border:1px solid #e4edf8;
	padding:1px 6px;
}

#other_pages a:hover {
	border:1px solid #548fd6;
	text-decoration:none;
}

/* ==================================================
                   H O M E   B A R 
================================================== */
	
#home-bar {
	height:60px;
	position:relative;
}

#home-bar img {
	margin:0;
	position:absolute;
}

#home-bar .dsc-login {
	top:3px;
	left:45px;
}

#home-bar .xplana-bug {
	top:5px;
	left:325px;
}

#home-bar .subscribe {
	top:-3px;
	left:605px;
}

/* ==================================================
                      F O O T E R 
================================================== */
	
#footer {
	color:#808080;
	font-size:9px;
	line-height:11px;
	margin:13px auto 23px auto;
	padding:0;
	text-align:left;
	width:923px;
}

/* ==================================================
            S A L E S  T E A M  P A G E S 
================================================== */

#content_sales_team {
	border:2px solid #00417d;
	border-top:0;
	clear:both;
*display:inline-block;
	padding:17px 14px;
	background-image:url(sales-image-bg.jpg);
	background-position:0 15px;
	background-repeat:no-repeat;
	min-height:400px;
}

#direct_intro, #direct_intro p {
    width:680px;
	bor der:1px solid green;
	display:block;
	position:relative;
	font-size:26px;
	line-height:32px;
	color:#0e2d50;
	margin:0px;
	margin:0 auto;
	margin-top:25px;
	padding:0px;
}

#direct_profile_area {
	position:relative;
	width:845px;
	min-height:300px;
	bor der:1px solid red;
	margin-top:30px;
}

#sales-profile-image {
	position:absolute;
	top:0px;
	left:10px;
}

#direct_profile_text {
	position:relative;
	left:248px;
	top:10px;
	width:375px;
	bor der:1px solid orange;
}

#direct_profile_text p, #sales_contact_area p {
	font-size:12px;
	color:#404040;
	line-height:16px;
	font-family:arial, sans-serif;
	font-weight:normal;
}

#sales_contact_area p {
	position:relative;
	top:55px;
	left:0px;
	padding-left:20px;
	padding-right:20px;
	bor der:1px solid green;
}

#sales_contact_area a {
	color:#043f9d;
}

#sales_contact_area a:hover {
	text-decoration:underline;
}

#direct_profile_text {
    margin:0px;
	padding:0px;
	bor der:1px solid red;
}

#quote_text {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	color:#043f9d;
	font-style:italic;
	font-weight:normal;
	bor der:1px solid black;
}

#footnote_text {
	font-size:9px;
}

#direct_profile_text p:first-child {
	margin-top:0px;
	padding-top:0px;
}

#sales_contact_area {
	width:200px;
	position:absolute;
	right:0px;
	top:10px;
	bo rder:1px solid green;
	min-height:260px;
	height:100%;
	border-left:1px solid #999999;
}

#sales_contact_button {
    position:absolute;
	right:0px;
	top:0px;
	border:none;
	outline:none;
}

#sales_signature {
    position:absolute;
	top:255px;
	left:20px;
}

#sales_bottom_boxes {
	position:relative;
	width:845px;
	height:225px;
	bo rder:1px solid red;
	margin-top:40px;
}

#sales_box1 {
	width:399px;
	height:213px;
	position:relative;
	left:15px;
	top:0px;
	background:url(sales-content-box1.jpg) 0 0 no-repeat;
}

#sales_box2 {
	width:399px;
	height:213px;
	position:absolute;
	right:15px;
	top:0px;
	background:url(sales-content-box2.jpg) 0 0 no-repeat;
}

#sales_box1 h1, #sales_box2 h1 {
	font-size:16px;
	color:#0e2d50;
    line-height:20px;
	position:absolute;
	left:22px;
	top:18px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#sales_box1 h1 {
	width:350px;
	bor der:1px solid green;
}

#sales_box1 p {
	position:absolute;
	top:65px;
	left:22px;
	width:350px;
	bo rder:1px solid green;
	line-height:16px;
	color:#404040;
	font-size:12px;
	font-weight:normal;
}

#sales_box2 p {
	position:absolute;
	top:65px;
	left:22px;
	width:200px;
	bo rder:1px solid green;
	line-height:16px;
	color:#404040;
	font-size:12px;
	font-weight:normal;
}

.sales_small_button {
	width:98px;
	height:33px;
	bo rder:1px solid red;
    position:absolute;
	bottom:20px;
	left:22px;
	background: url(sales-small-button.png) 0 0 no-repeat;
}

#sales_bottom_boxes a {
	display:block;
	text-align:center;
	font-size:14px;
	bord er:1px solid orange;
	font-weight:bold;
	color:#ffffff;
	line-height:30px;
}

#sales_bottom_boxes a:hover {
	text-decoration:none;
}




/* ==================================================
            S E L F - O P   S T Y L E S 
================================================== */

#faq_self_op_container {
	border:2px solid #00417d;
	border-top:0;
	clear:both;
*display:inline-block;
	padding:17px 14px;
	background-image:url(sales-image-bg.jpg);
	background-position:0 15px;
	background-repeat:no-repeat;
	min-height:400px;
}

#self_op_intro {
	position:relative;
	width:846px;
	height:635px;
	background:url(self-op_intro_bg.jpg) no-repeat 0 0;
	border:none;
	padding:0px;
	margin:0px;
}

#self_op_intro_text {
	position:absolute;
	width:528px;
	bor der:1px solid red;
	top: 42px;
	right:40px;
	margin:0px;
	padding:0px;
}

#self_op_intro_text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ffffff;
	font-size:17px;
	line-height:23px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#self_op_intro_text a {
	color:#fff661;
	text-decoration:none;
}

#self_op_faq_question_list {
	position:absolute;
	top:226px;
	right:30px;
	width:510px;
	bor der:1px solid red;
}

#self_op_faq_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#98d3ff;
	font-size:14px;
	line-height:29px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#self_op_faq_list li {
	background-image:url(self-op_bullet_inactive.png);
	background-position:0px 9px;
	background-repeat:no-repeat;
	padding-left:15px;
}

#self_op_faq_list a {
	color:#98d3ff;
	text-decoration:none;
	border-bottom:1px dotted #3e6188;
	backg round-image:url(self-op_bullet_inactive.png);
	backg round-position:0px 2px;
	backg round-repeat:no-repeat;
	paddi ng-left:15px;
}

#self_op_faq_list a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	backgr ound-image:url(self-op_bullet_active.png);
	backgr ound-position:0px 2px;
	backg round-repeat:no-repeat;
	paddin g-left:15px;
}

.self_op_faq_entry {
	width:846px;
	height:auto;
	position:relative;
	display:block;
	margin:0px;
	margin-top:15px;
	padding:20px 0px 20px 0px;
	background-color:#eeeeee;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.self_op_faq_entry2 {
	width:846px;
	height:auto;
	position:relative;
	display:block;
	margin:0px;
	margin-top:15px;
	padding:20px 0px 20px 0px;
	background-color:#ffffff;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.self_op_entry_text {
	position:relative;
	top:0px;
	left:50px;
	width:746px;
	height:auto;
	padding:0px;
	margin:0px;
	border:1px solid #eeeeee;
	border-color:transparent;
}

.self_op_entry_text a {
	color:#043f9d;
	text-decoration:none;
}

.self_op_entry_text a:hover {
	text-decoration:underline;
}

.self_op_entry_text h1 {
	width:746px;
	height:auto;
	line-height:24px;
	font-size:22px;
	color:#0e2d50;
	margin:0px;
	margin-bottom:8px;
	bor der:1px solid green;
	padding:0px;
}

.self_op_entry_text p {
	font-size:12px;
	color:#404040;
	line-height:16px;
	margin-bottom:0px;
}

.self_op_anchor_link {
	position:absolute;
	top:23px;
	left:15px;
	display:block;
	width:20px;
	height:20px;
	background:url(self_op_anchor_link.png) no-repeat 0px 0px;
}

.self_op_faq_entry a:hover {
	background-position: 0px -20px;
}

.self_op_anchor_link span {
	display:none;
}

#form_area {
	width:746px;
	hei ght:300px;
	position:relative;
	left:50px;
	bor der:1px solid red;
	margin:0px;
	margin-bottom:50px;
	margin-top:20px;
	padding:0px;
}

#self-op_contact {
	width:746px;
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:50px;
	margin-top:30px;
	bor der:1px solid red;
	display:inline-block;
}

#self-op_contact h1 {
	position:relative;
	color:#bd2844;
	line-height:24px;
	font-size:22px;
	margin:0px;
	padding:0px;
	bor der:1px solid green;
	display:block;
	width:100%;
	height:30px;
}

#form_area label {
	display:block;
	width:100%;
	float:left;
	font-size:13px;
	color:#404040;
	top:0px;
	margin-bottom:3px;
}

#form_area span {
	color:#bd2844;
}

#form_area input {
	position:relative;
	left:1px;
	bottom:-4px;
	padding:5px;
	border:none;
	background-color:transparent;
	bor der:1px solid pink;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.field_row {
	width:746px;
	height:60px;
	position:relative;
	bor der:1px solid red;
	margin-bottom:20px;
}

#field-firstname {
	width:361px;
	height:60px;
	bor der:1px solid black;
	overflow:visible;
	background-image:url(self-op_form_field1.jpg);
	background-position:-2px 20px;
	background-repeat:no-repeat;
}

#field-firstname label {
	position:relative;
	bottom:0px;
	left:0px;
}

#field-lastname {
	position:absolute;
	bottom:0px;
	right:0px;
	width:361px;
	height:60px;
	bord er:1px solid black;
	background-image:url(self-op_form_field1.jpg);
	background-position:-2px 20px;
	background-repeat:no-repeat;
}

#field-email {
	width:361px;
	height:60px;
	bord er:1px solid black;
	background-image:url(self-op_form_field1.jpg);
	background-position:-2px 20px;
	background-repeat:no-repeat;
}

#field-phone {
	position:absolute;
	right:165px;
	bottom:0px;
	width:195px;
	height:60px;
	bor der:1px solid black;
	background-image:url(self-op_form_field2.jpg);
	background-position:-2px 20px;
	background-repeat:no-repeat;
}

#field-institution {
	width:361px;
	height:60px;
	bord er:1px solid black;
	background-image:url(self-op_form_field1.jpg);
	background-position:-2px 20px;
	background-repeat:no-repeat;
}

#field-message {
	width:746px;
	height:200px;
	bor der:1px solid black;
	background-image:url(self-op_form_field3.jpg);
	background-position:-2px 20px;
	background-repeat:no-repeat;
}

#field-message textarea {
	position:relative;
	top:3px;
	border:none;
	background-color:transparent;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	bor der:1px solid pink;
}

#submit_button {
	position:relative;
	margin-top:30px;
	display:block;
	bor der:1px solid red;
	height:33px;
	width:98px;
}

#label_submit {
	position:relative;
	background-image:url(self-op_submit_btn.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	bor der:1px solid blue;
}

#submit_button label {
	width:98px;
	height:33px;
	bor der:1px solid red;
	text-align:center;
	vertical-align:middle;
}

#label_submit input {
	position:absolute;
	top:0px;
	width:98px;
	height:32px;
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	margin:0px;
	padding:0px;
	bord er:1px solid green;
}

#submit_link {
	width:98px;
	height:33px;
	display:block;
	bord er:1px solid red;
}
















