/* CSS for  CAQH  New Site*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% arial, geneva, sans-serif;
	background: url("/images/main-bg.gif") repeat-y;
}
h1 {
	color: #004fbc;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	color: #4a8ecb;
}
h3 {
	color: #084466;
	font-size: 1.3em;
  border-bottom: 1px solid #084466;
  margin: 30px 30px 10px 20px;
  padding-bottom: 5px;
}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { 
  margin: 0 0 0 25px; 
  list-style-type: square;
}
p { margin: 0 0 10px 0; }

a img{ border: 0; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin-top: 10px; }
.m-r-15{ margin-right: 15px; }
.m-l-15{ padding-right: 20px; }
.email_confirm { position: absolute; left: -900em;}
.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .9em; }
.large { font-size: 1.22em; }

.center-block{
  display: block;
  margin: 0 auto;
}

.t-c { text-align: center; }
.t-r { text-align: right; }
.t-j { text-align: justify; }

.blue{ color: #50becb;}


.img-logo{
  position: absolute;
  z-index: 75;
  top: 0px;
  left: 0px;
}

a{
  color: #00355f;
}

a:visited{
  color: #0562b0;
}
  
#main{
	width: 100%;
	margin: 0 auto;
  min-width: 941px;
}

#header{
	height: 108px;
  min-width: 763px;
	margin: 0 auto;
	background: #009ba9 url("/images/caqh-header.jpg") 0 0 no-repeat;
}
#flashDiv{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#flashDiv p{
  display: none;
}

#top-right-holder{
	min-width: 800px;
	right: 1px;
	top: 1px;
}

#top-right{
  float: right;
	width: 200px;
	margin: 30px 15px 0 0;
	color: #fff;
	font-size: .8em;
	right: 10px;
	display: inline;
}

#top-right a{
	color: #fff;
	text-decoration: none;
}
#top-right a:hover{
	text-decoration: underline;
}

#top-right form{
	height: 17px;
	margin: 5px 0 0 0;
}

#top-right input{
	height: 17px;
	background: #fff;
	width: 140px;
	border: 2px groove #40b4bf;
	padding: 0;
	float: left;
	
}

input#top-right-submit{
	width: 52px;
	height: 21px;
	background: #50becb;
	border: 2px outset #40b4bf;
	color: #fff;
	font-size: .9em;
	padding: 0;
  margin-left: 4px;
}

input#top-right-submit:hover, input#top-right-submit.sfhover{
	background: #009ba9;
}

#content{
	background: url("/images/content-bg.gif")repeat-y;
	margin: 0 auto;
}

#left-col{
	width: 217px;
	position: absolute;
	left: 0px;
	top: 108px;
	border-top: 1px solid #fff;
}

.navline{
	height: 1px;
	width: 169px;
	background: #11597c;
	border-bottom: 1px solid #349fb6;
	margin: 0 22px 0 23px;
}


#nav{ /* all lists */
	color: #fff;
	font-size: 1em;
	height: 25px;
	margin: -40px 0 0 25px;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 100;
  min-width: 663px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.3em;
  padding-bottom: 40px;
  background: url("/images/blank.gif");
}


#nav a {
  
	display: block;
	padding: 6px 8px 3px 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

#nav a:hover{
  color: #f3cf45;
}

#nav li { /* all list items */
	float: left;
  width: auto;
}

#nav li:hover, #nav li.hover {
  position: static;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 50;
	width: 13.75em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -7px 0 0 15px;
  padding-top: 20px;
  line-height: .92em;
}

#nav li ul#core-list { /* second-level lists */
	margin: -8px 0 0 15px;
}

#nav li ul#ucd-list { /* second-level lists */
	margin: -8px 0 0 15px;
}


#nav li li{
	width: 13.75em;
	/*display: block;*/
  background: url("/images/menu-bg.png");
}

#nav li li a{
  margin: 0 10px;
	padding: 3px 0;
	color: #fff;
	border-bottom: 2px groove #055290;
  font-size: .9em;
}

#nav a.no-b, #nav li.no-b{ 
  border: 0; 
}

#nav a.no-b-3{
  border: 0;
  margin-bottom: -3px;
}

#nav li li li a{
	border-bottom: 2px groove #377c86;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.6em 0 0 13.75em;
	width: 14.75em;
  border: 0;
  padding: 0;
}

#nav li li li{
	width: 13.75em;
  background: url("/images/menu2-bg.png");
}

#nav li li li li{
	width: 12.25em;
  background: none;
}

#nav  li ul ul ul a {
	display: block;
	padding: 1px 2px 3px 0;
  margin-left: 0;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background: none;
  border: 0;
}

#nav li ul ul ul li{
  border-bottom: 2px groove #377c86;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 0;
}

#nav ul ul ul ul{
	position: static;
	margin: 5px 0 5px 15px;
  width: 10em;
}

#nav ul ul ul ul{
	position: static;
	margin: 5px 0 5px 15px;
  width: 10em;
}

#nav ul ul ul ul ul{
  color: #fff;
	font-size: .95em;
	width: 12em;
	position: static;
	margin: 1px 0 0 10px;
  width: 11.5em;
}

#nav ul ul ul ul li, #nave ul ul ul ul ul li{ width: 11.5em; }

#nav ul.m-b-10{ margin-bottom: 10px; padding-bottom: 10px;}

#nav li ul ul ul ul a{
  width: 11.5em;
	font-size: .88em;
	background: none;
  padding: 1px 2px 3px 0;
  border: 0;
  margin: 0 0 0 0px;
}

#nav li ul ul ul ul li{ border: 0; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a.orange{ color: #f3cf45; }
#core-nav-tm{ 
  font-size: .7em;
  vertical-align: text-top;
  position: relative;
  top: -1px;
}

#copy h1 span.reg{ 
  font-size: .7em;
  vertical-align: text-top;
  top: -1px;
}

#left-nav span.reg{ 
  font-size: .7em;
  vertical-align: text-top;
  top: -1px;
}

#left-nav{
	color: #fff;
	width: 167px;
	margin: 25px auto 20px auto;
	padding: 4px;
  background: #00355f;
}

#left-nav li{
  margin: 0;
  padding: 0;
  width: 12em;
}

#left-nav li a{
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
  font-weight: bold;
  padding: 2px 0;
  display: block;
  width: 13em;
}

#left-nav p.large{
	font-size: 1.4em;
}

#left-nav ul{	
	list-style-type: none;
	margin: 0;
  padding: 2px;
  width: 12em;
}
/*
#left-nav li{
	border-bottom: 2px ridge #00c6d7;
}
*/

#left-nav ul li{
  margin-bottom: 6px;
}

#left-nav ul ul{
	margin: 3px 0 3px 5px;
	font-size: .92em;
	color: #fff;
  width: 12em;
}

#left-nav ul ul li{
  margin-bottom: 1px;
}

#left-nav ul ul li a{
  border-bottom: 2px groove #055290;
  padding-bottom: 4px;
}

#left-nav ul ul ul{
  position: absolute;
  left: -999em;
  background: #009ba9;
  border: 1px solid #fff;
  width: 16em;
  margin: -26px 0 0 10em;
  list-style-type: none;
  z-index: 100;
  
}

#left-nav ul ul ul li{
  width: 14em;
  display: block;
  margin-left: 3px;
}

#left-nav ul ul ul li a.no-b{
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

#left-nav li a.no-b-3{
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#left-nav li.no-b{
  border: 0;
}

#left-nav ul ul ul li a{
  width: 14em;
  display: block;
  border-bottom: 2px groove #0ab7c0;
}



#left-nav ul ul ul ul{
  margin-bottom: 0px;
  margin-top: -20px;
  margin-left: 16.5em;
  width: 13em;

}

#left-nav ul ul ul ul li{
  border-bottom: 2px groove #0ab7c0;
  width: 13em;
}

#left-nav ul ul ul ul li a{
  width: 13em;
  display: block;
  border-bottom: 0;
}

#left-nav ul ul ul ul ul{
  border: 0;
  color: #fff;
	font-size: .95em;
	width: 10em;
	position: static;
  padding-bottom: 0;
	margin: 1px 0 1px 5px;
  width: 11em;
}

#left-nav ul ul ul ul ul li{ border: 0; }

#left-nav ul ul ul ul ul li a{
  width: 11em;
  display: block;
  border-bottom: 0;
}


#left-nav li:hover ul ul, #left-nav li:hover ul ul ul, #left-nav li.sfhover ul ul, #left-nav li.sfhover ul ul ul {
	left: -999em;
}

#left-nav li:hover ul, #left-nav li li:hover ul, #left-nav li li li:hover ul, #left-nav li.sfhover ul, #left-nav li li.sfhover ul, #left-nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#left-nav a:hover, #left-nav p.breadcrumb a:hover{
}

#left-nav p.breadcrumb{
  margin: 0;
  padding: 0;
  font-size: .8em;
}

#left-nav p.breadcrumb a{
  color: #fff;
	text-decoration: none;
  padding: 0;
  display: inline
}

#left-login{
	width: 167px;
	margin: 10px auto 0 auto;
	border: 1px solid #fff;
	font-size: .92em;
	color: #fff;
	line-height: 2em;
	padding: 0;
}

#left-login form{
	margin: 4px;
}

#left-login input{
	margin: 0;
	font-size: .9em;
	padding: 2px 0 0 2px;
	display: inline;
}

#left-login input.id{
	width: 153px;
	height: 15px;
	border: 2px groove #fff;
}

#left-login input.password{
	width: 97px;
	height: 15px;
	border: 2px groove #fff;
}

input#login-submit{
	width: 52px;
	height: 21px;
	background: #50becb;
	border: 2px outset #40b4bf;
	color: #fff;
	font-size: .9em;
	padding: 0 0 2px 0;
  margin-top: 4px;
}

input#login-submit:hover, input#login-submit.sfhover{
	width: 52px;
	height: 21px;
	background: #009ba9;
	color: #fff;
	font-size: .9em;
}

#quick-links{
	width: 169px;
	margin: 15px auto 0 auto;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #fff;
}

#quick-links a{
	color: #fff;
	text-decoration: none;
}
#quick-links a:hover{
	text-decoration: underline;
}

/*Center Column ------------------------------------------------------------- */

#center-col{
	margin: 1px 15px 0 217px;
  min-width: 663px;
}

#center-col img.title{
	position: relative;
	left: 25px;
	top: 35px;
  
}

#center-col h1.title{
	margin-left: 20px;
  font-size: 2em;
	color: #50becb;
  font-weight: bold;
  min-width: 663px;
}

#center-col p.footer{
	font-size: .8em;
	line-height: 1.4em;
	color: #5a5758;
  margin-left: 20px;
  margin-bottom: -10px;
}

#center-col p.footer a{
	color: #5a5758;
	text-decoration: none;
}
#center-col p.footer a:hover{
	text-decoration: underline;
}

#copy p{
	margin: 0 25px 15px 25px;
}
#copy-a p{
	margin: 0 25px 15px 25px;
}

#copy p.small{
  font-size: .88em;
}


#copy p.border-bottom{
  border-bottom: 2px groove #fefefe;
  padding-bottom: 10px;
}

#copy h2.faq{
  background: #cfcfcf;
  padding: 0;
  margin-left: -30px;
  padding: 4px 0 4px 7px;
  font-size: 1.3em;
  color: #fff;
}

#bwmcopy{
  padding-top: 160px;
}

div.about{
  background: url("/images/about-header.jpg") top left no-repeat;
}

div.contact{
  background: url("/images/about-header.jpg") top left no-repeat;
}

div.core{
  background: url("/images/core-header.jpg") top left no-repeat;
}

div.media{
  background: url("/images/media-header.jpg") top left no-repeat;
}

div.ucd{

  background: url("/images/ucd-header.jpg") top left no-repeat;
}

#copy{
  color: #333;
	margin: 0 213px 0 1px;
  padding-right: 10px;
  border-right: 1px solid #00a1b1;
  min-width: 439px;
}

#copy table{
  margin: 5px 0 10px 20px;
}

#copy table td{
  padding: 1px;
}

#copy img.l{
  border: 2px solid #00355f;
  margin: 10px 10px 10px 20px;
}

#copy h2{
	color: #000;
  padding-top: 10px;
	margin: 0 0 10px 25px;
	font-size: 1.3em;
}

#copy ul, #copy ol{
  margin: 10px 0 10px 60px;
}

#copy li{
  margin-top: 5px;
  margin-bottom: 5px;
}

/*Copy List Link style NEW 05.30.2008*/
#copy ul li a {
	color:#00355f;/*blue*/
	}
	
#copy ul li a:visited{
  color: #0562b0;/*light blue*/
  }

div.press-date{
  margin-left: 20px;
  float: left;
  width: 50px;
}

#copy p.press-subject{
  margin-left: 100px;
}

#copy blockquote{
  margin: 10px;
}

#copy  img.members-list {
  float: none;
  margin: 10px 0 0 10px;
}

#info-form{
  margin: 0 20px;
  width: 450px;
}

#info-form input.text{
  width: 200px;
}

#info-form div.l{
  width: 225px;
  
}

#nav a:hover.no-link{ color: #fff; }

#info-form h3{
 	color: #00355f;
  padding-top: 5px;
	margin: 0;
	font-size: 1em;
  border: 0;
}

div.member-list-item{
  float: left;
  margin: 10px;
  text-align: center;
  height: 95px;
}


/*Right Col -------------------------------------------------------------------------------------- */

#right-col{
	width: 200px;
  padding: 0 14px 0 0;
  margin-left: 20px;
}

#right-col p{
  margin: 0 0 0 15px;
}

#l-border{
	border-left: 1px solid #00a1b1;
  background: #fff;
}

#text-size{
	width: 65px;
	font-size: .65em;
	color: #bdbfc2;
	margin: 7px 0 7px 0;
	float: left;
}

#text-size a img{
	border: 0;
}

#printer{
	width: 76px;
	font-size: .65em;
	color: #bdbfc2;
	margin: 7px 0 7px 0;
	float: left;
	text-align: center;
}

#printer a img{
	border: 0;
	display: inline;
	margin: 4px 0 0 0;
}
#printer a{
	color: #bdbfc2;
	text-decoration: none;
}
#printer a:hover{
	text-decoration: underline;
}

#whats-new{
	/*float: left;*/
  
}

div.right-bottom-border{
  margin: 0 0 0 5px;
  border-bottom: 2px groove #fefefe;
}

#whats-new h2{
	background: #00a1b1;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	padding: 4px 0;
}
#whats-new p{
	margin: 0 10px 0 10px;
}
#whats-new a{
	color: #777;
	text-decoration: none;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	font-size: .88em;
}
#whats-new a:hover{
	text-decoration: underline;
}

#blue-bar{
	background: #00a1b1;
	height: 15px;
	margin-bottom: 0;
}

#blue-bar-CORE{
	background: #00a1b1;
	height: 2px;
  line-height: 1px;
	margin-bottom: 0;
  border-bottom: 1px solid #00a1b1;
}

#section-incl{
  padding-top: 10px;
  width: 187px;
}

#section-incl img{
  border: 1px solid #000;
  margin-bottom: 10px;
}

#section-incl p{
  padding: 10px 0;
}

#video-right{
	padding-top: 10px;
  width: 187px;
  padding-bottom: 15px;
  margin-left: 0px;
}


#datasource{
  margin-left: 5px;
	padding-top: 10px;
  width: 187px;
  padding-bottom: 15px;
  margin-bottom: -20px;
}
#datasource p{
	padding: 5px 0px 15px 0px;
	font-size: .92em;
	color: #777;
	text-align: left;
}

#datasource img.ds-img{
  margin: 0 0 -12px 3px;
  padding: 0;
  display: block;
}

#datasource .number{
	font-size: 3em;
  font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0px 0;
  text-align: center;
  background: #fff;
}

#datasource .number p{
  color: #000;
  text-align: center;
  display: inline;
  letter-spacing: 0px;
  padding: 5px 1px 5px 10px;
  margin: 0 auto;
}

#datasource img.r{
	float: right;
	margin: 0 0 4px 0;
}

#core-events{
  width: 199px;
  background: #6cb7bb;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: -10px;
  border-left: 1px solid #00a1b1;
  margin-left: -1px;
  margin-top: -10px;
}

#core-events img{
  border: 0;
}

#core-events p{
  color: #00355f;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0 8px;
  margin: 0;
}

#core-events a{
  text-decoration: none;
  color: #FFFFFF;
}

#core-events  p.small { font-size: .88em; padding: 0 23px; }
#core-events span.b { display: block; padding-top: 5px; }

#core-events a.external{
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  margin: 8px 0;
}

#core-events a:hover{
  text-decoration: underline;
}


#copy table.endorser{
  width: 90%;
}

#copy table.endorser td{
  border-bottom: 2px inset #fefefe;
  text-align: left;
  padding: 3px;
}

#copy table.endorser img{
  padding: 5px 0;
  display: block;
  margin: 0 auto;
}

#copy table.endorser td.no-border{
  border: 0;
  font-weight: bold;
}

#copy table.endorser td.center-col{
  background: #e9f4f5;
  padding: 0 10px;
  margin: 0 10px;
}

#core-horz-nav{
  display: block;
  margin: 20px 0 -10px 20px;
  padding-bottom: 0;
}

#core-horz-nav a{
	color: #084466;
	font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  text-decoration: none;
}

#core-horz-nav a:hover{
  text-decoration: underline;
}

div.vendor{
  border-bottom: 1px solid #000;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-bottom: 5px;
}

#bwmcopy div.vendor p{
  margin-left: 0px;
}

#print-version{
  padding: 50px;
  line-height: 1.4em;
}

.sp2_title, .sp2_page, .sp2_result{
  padding: 0 20px;
}

img.pdf-icon{
  text-align: right;
  display: block;
  position: absolute;
  right: 250px;
  margin-top: -70px;
}

.fb_sectiontableheader {
padding: 2px 2px 2px 2px;
}

#fireboard a{
padding: 2px 2px 2px 2px;
}

#copy-joomla {
font-size: .89em;
}

.fb_header {
border: 1px solid #fff;
}

.th-3 .fb_sectiontableheader {text-align: left;}
.th-4 {text-align: center;}

.fb_sectiontableentry1 td, .fb_sectiontableentry2 td {border-bottom: 2px solid #cfcfcf; padding: 4px 0 4px 0;}

#announcements_tbody .fb_sectiontableentry1 tr,
#announcements_tbody .fb_sectiontableentry1 td,
#announcements_tbody .fb_sectiontableentry2 tr, 
#announcements_tbody .fb_sectiontableentry2 td, 
#topprofilebox_tbody .fb_sectiontableentry1 td,
#fb-bottomarea_tbody .fb_sectiontableentry1 td 
{border: 0;}

.fb_title_cover {padding-top: 50px; text-align: left;}

.anndesc {padding: 0 0 0 5px;}
.fb_header_th_2 {visibility: hidden;}

.forum-pathway-1 {padding: 30px 0 30px 0;}

/* tr.fb_threadview_row td {border-bottom: 2px solid #CFCFCF;} */

.jr-bottomnav {padding: 20px 0 0 0;}


input.fb-button{
	height: 21px;
	background: #50becb;
	border: 2px outset #40b4bf;
	color: #fff;
	font-size: .9em;
	padding: 0 0 2px 0;
  margin-top: 4px;
}
.fb_title {font-size: 14px; text-align: left;}

.forumtools_content li { list-style-type: none; }
.fb_sectiontableentry1 td .td-1 {visibility: hidden; display: none;}
td.fb-msgview-right-b {padding-bottom: 30px;}
.forum-pathway-1 {visibility: hidden; display: none;}
#fb_bottom_pathway {padding-top: 30px;}
td.jr-topnav-left, td.jr-topnav-right {padding-top: 30px;}
td.jr-topnav-right {padding-left: 30px;}
input.fb_qm_btn {margin-top: 10px;}

span.msgusertype {visibility: hidden; display: none;}

.fb-msgview-left {padding-right: 20px;}

#fb_bottomarea {margin: 15px 0 0 0;}
.td-2, .td-3, .td-4 {border-right: 2px solid #cfcfcf;}
td.td-5 {padding-left: 10px;}

.td-4 {text-align: center;}

.th-1, .th-2, .th-3, .th-4, .th-5, th.th-6 {border-bottom: 2px solid #cfcfcf;}

tr.fb_threadview_row td {border-right: 2px solid #cfcfcf;}

.front_banner {
background-image: url("/AdminSimp2008/front_banner.jpg");
background-repeat: no-repeat;
background-position: top center;

width: 450px;
height: 343px;
border:1px solid black;
margin: 0 auto;

}
.front_banner_container {
margin-left: 10px;
}

#copy .webinarForm {
float: left; 
width: 240px;
margin: 0px;
padding: 0px;
clear:none;
}

/*BEGIN: Form Styles*/
/*Zero out forms*/

form, fieldset, label, ul, li {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}


/*BEGIN Form Styling*/

.form-right, .form-right-lg {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	clear:none;
	/*border:1px solid #000;*/
	}

.form-right {
	width:230px;
	}

.form-right-lg {
	width:410px;
	}

ul.forms, ul.forms {
	margin:0;/*does not overwrite margin/padding in main ss*/
	padding:0;
	width:100%;
	text-align:left;
	/*border:1px solid #000;*/
	}
	
ul.forms li.check, ul.forms li.check_lg {
	/*margin:0;*/
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
	list-style-type:none;
	clear:both;
	vertical-align:top;
	clear:both;
	line-height:130%;/*NEW 6.16.08*/
	/*border:1px solid #000;*/
	}
ul.forms li.check label, ul.forms li.check_lg label {
	margin:0;
	padding:0 0 0 5px;
	float:left;
	clear:none;
	display:block;
	text-align:left;
	vertical-align:top;/*NEW 6.13.08*/
	/*border:1px solid #000;*/
	}

ul.forms li.check label {
	width:205px;
	}

ul.forms-lg li.check_lg label {
	width:380px;
	}
	
	
/*GENERAL FORMATS*/

.checkbox {margin:0;padding:0;float:left;vertical-align:middle;position:relative;}
p.fine_print {color:#666;font-style:italic;}.



#link-notice {
	background: #6CB7BB; 
	padding: 5px 5px 10px 5px; 
	font-size: 7.5pt; 
	color: white; 
	line-height: 10pt; 
	float: left; 
	border: solid 1px white; 
	margin-bottom: 15px;
}