/******************************************************
Overall Structure and Shadow Effect
*******************************************************/
body
{
	background: #fff url(/common/images/bg_body.gif) repeat-x; 
	text-align: center;
	font: 0.75em Arial, Helvetica, san-serif;
	margin: 10px auto;
	text-align: center;		
}

.cont-page, .cont-hp
{
	background: transparent url(/common/images/bg_fullColumn.png) top left repeat-y;
	margin: auto;
	width: 772px;
	text-align: left;
	padding: 0;	
}

*html .cont-page, *html .cont-hp
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/bg_fullColumn.png', sizingMethod='scale');
}

.content-product, .content-hp
{
	text-align: left;
	margin-left: 6px;
}

.outer-product-page, .outer-home-page
{
	float:left;
	display: inline;
	width:755px;
	background-color: #fff;
	overflow: hidden;
	margin-left:5px;
}
.product-page-outer
{
	float:left;
	display: inline;
	width:760px;
	background-color: #fff;
	overflow: hidden;
	margin-left:0px;
}
.product-page-inner
{
	background: #fff repeat repeat;
	float: left;
	display: block;
	width:767px;
	margin-left:0px;	
	font-weight: 600;	
}

.inner-product-page, .inner-home-page
{
	background-color: #fff;
	float: left;
	display: inline;
	width:766px;
	margin-left:5px;	
	font-weight: 600;	
}
.product-page-left
{
    float: left;    
    display: inline;
    overflow: hidden;
    padding: 8px 0px 10px 9px;
    _height: 400px;		/* IE 6 specific to ensure the bottom shadow matches with the white vignette by forcing min height */
    min-height: 400px;  /* FF and IE 7 specific to ensure the bottom shadow matches with the white vignette by forcing min height */     
}

.product-page-mid
{
    float: left;  
    display: inline;
    width: 410px;  
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;   
}
.product-page-mids
{
    float: left;  
    display: inline;
    width: 575px;  
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;   
}

.product-page-right
{
    float: left;    
    display: inline;    
    width: 165px;  
    overflow: hidden;
    padding: 8px 0px 0px 0px;
}

.shadow-top
{
	background: transparent url(/common/images/bg_header.gif) top left no-repeat;
	height: 8px;
	font: 1px Arial, Helvetica, san-serif;
}

.shadow-bottom
{
	background: transparent url(/common/images/bg_footer.gif) top left no-repeat;
	height: 8px;	
	font: 1px Arial, Helvetica, san-serif;
}

/******************************************************
Homepage specific
*******************************************************/
.hp-content-top
{
	width: 749px;	
	margin: 10px 0 0 0;	
	padding: 0;		
}

.hp-main
{
	width: 500px;	
	margin: 0 0 0 0;		
	float: left;		
}

.hp-main-img
{
	width: 500px;				
}

.hp-main-copy
{
	margin: -215px 0 0 261px;
	width: 248px;	
}

.hp-right-col
{	
	width: 240px;	
	float: right;
}

.hp-right-panel-cont
{
	width: 240px;		
	padding: 0;
	margin: 0 0 8px 0;	
}

.hp-right-panel
{
	width: 238px;	
	border: 1px #bfbfbf solid;
	text-align: left;
	_height: 150px;	/* IE 6 specific  */
    min-height: 150px;  /* FF and IE 7 specific  */
    background: url(/common/images/bg_rightColumnToutHomepage.gif) repeat-y;
}

.hp-right-panel h2 
{
	margin: 10px 10px 10px 10px;	
	padding: 0px;
	font: 900 1.2em Arial, Helvetica, san-serif;  
    color: #660099;    
}

.hp-right-panel h2.link
{
	background: url(/common/images/link-item.gif) right no-repeat;
	text-decoration: none;
}

.hp-right-panel h2.link a
{
	padding: 0px;
    color: #660099;
	text-decoration: none;    	
}

.hp-right-panel p
{
    color: #660099;
}

.hp-right-panel-img
{
	_height: 150px;	/* IE 6 specific  */
    min-height: 150px;  /* FF and IE 7 specific  */
}

.hp-right-panel-img a img
{
	_height: 150px;	/* IE 6 specific  */
    min-height: 150px;  /* FF and IE 7 specific  */
    border: none;
}

.campaign-area
{
	width: 740px;
	margin: 0 0 0 10px;
	clear: both;	
}

.campaign-area-left
{
	width: 240px;	
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.campaign-area-mid
{
	width: 240px;
	float: left;
	margin: 0 9px 0 0;
	overflow: hidden;
}

.campaign-area-right
{
	width: 240px;
	float: left;
	margin: 0 0 0 0;
	overflow: hidden;
} 

.campaign-area-double
{
	width: 490px;	
	float: left;
	margin: 0 9px 0 0;
	overflow: hidden;
}

.campaign-panel-txt
{
	width: 240px;
	_height: 180px;		/* IE 6 specific  */
    min-height: 180px;  /* FF and IE 7 specific  */    
    position: relative;
}

.campaign-panel-dbl-txt
{
	width: 490px;
	_height: 180px;		/* IE 6 specific  */
    min-height: 180px;  /* FF and IE 7 specific  */    
    position: relative;
}

.campaign-panel-txt p, .campaign-panel-dbl-txt p
{
    text-align: left;
    padding: 0 10px 10px 10px;	
    margin: 0;
}

.campaign-panel-txt div, .campaign-panel-dbl-txt div
{
	padding: 0 0 30px 0;
}

.campaign-panel-txt a img, .campaign-panel-dbl-txt a img  
{
	position: absolute; 
    bottom: 6px; 
    left: 10px; 
    border: none;
}

.blue
{
	background: url(/common/images/sgl_blue.jpg) repeat-y;
}

.purple
{
	background: url(/common/images/sgl_purple.jpg) repeat-y;
}

.yellow
{
	background: url(/common/images/sgl_yellow.jpg) repeat-y;
}

.green
{
	background: url(/common/images/sgl_green.jpg) repeat-y;
}

.grey
{
	background: url(/common/images/sgl_grey.jpg) repeat-y;
}

.dbl-blue
{
	background: url(/common/images/dbl_blue.jpg) repeat-y;
}

.dbl-purple
{
	background: url(/common/images/dbl_purple.jpg) repeat-y;
}

.dbl-yellow
{
	background: url(/common/images/dbl_yellow.jpg) repeat-y;
}

.dbl-green
{
	background: url(/common/images/dbl_green.jpg) repeat-y;
}

.dbl-grey
{
	background: url(/common/images/dbl_grey.jpg) repeat-y;
}


.blue h2, .purple h2, .yellow h2, .green h2, .grey h2,
.dbl-blue h2, .dbl-purple h2, .dbl-yellow h2, .dbl-green h2, .dbl-grey h2
{
	font: 900 1.3em Arial, Helvetica, san-serif;
	padding: 8px 0 7px 10px;
	margin: 0;
	text-align: left;
}

.blue h2, .dbl-blue h2
{
	color: #284661;
}

.purple h2, .dbl-purple h2
{
	color: #58098b;
}

.yellow h2, .dbl-yellow h2 
{
	color: #ca9611;
}

.green h2, .dbl-green h2
{
	color: #327064;
}

.grey h2, .dbl-grey h2
{
	color: #464646;
}
	
.campaign-panel-dbl-img
{
	_height: 180px;		/* IE 6 specific  */
    min-height: 180px;  /* FF and IE 7 specific  */
}

.campaign-panel-dbl-img a img, .campaign-panel-img a img
{
	border: none;
}

.campaign-area-spacer
{
	font-size: 1px;
	height: 8px;	
	clear: both;
}

/******************************************************
MI Area
*******************************************************/
.mi-tag
{
	font-size: 1px;
	height: 1px;
}

/******************************************************
General
*******************************************************/
p {
	color: #5f5f5f;
	margin: 10px;	
	padding: 0px;
	font: 300 1em Arial, Helvetica, san-serif;
}

p a,
.content-box a
{
	color: #660099;
	text-decoration: underline;
	font-weight: 300;
}

.strong-text
{
	font-weight: 900;
}

.normal-text
{
	font-weight: 300;
}

ol
{
	font-weight: 300;
}

/******************************************************
Accessibility Links
*******************************************************/

.access-links ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.access-links li 
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.access-links a 
{ 
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: 30%;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1.2em;
}

.access-links a:active, 
.access-links a:focus 
{ 
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 8px;
	background: #FFF;
}

/******************************************************
Header Section
*******************************************************/
.cont-header
{
	margin: 0px 0px 0px 6px;
	text-align: left;	
	width: 760px;
}

.content-header 
{
	width: 760px;
	color: #fff;
	background: #fff;
	overflow: hidden;
}

.cont-logo
{
	float: left;
}

.header-logo
{
	width: 231px;
	height: 33px;
	margin: 8px 0 0 9px;
}

.cont-links
{
	padding: 0px;			
	margin: 12px 0px 10px 0px;
	float: right;
}

.header-links 
{
	margin: 7px;
	white-space: nowrap;
	float: left;						
}

.header-links a 
{
	font-weight: 300;
	color: #660099;		
}

.existing-login
{	
	padding: 2px 7px 7px 7px;
	margin: 0px 3px;	
	white-space: nowrap;
	float: left;		
}	

.existing-login img
{	
	border: 0px;
}

.existing-login a
{	
	margin: 0px;	
	color: #660099;	
	text-decoration: none;
}

.existing-login a:hover
{
	text-decoration: underline;
}

.existing-login-empty
{
	float: left;
	height: 40px;
}

/******************************************************
Top Nav
*******************************************************/
.topnav
{ 
	float: left;
	display: inline;
	background: #fff;
	width: 740px;
	padding: 0;
	margin: 0 0 0 9px;
	position: relative;
	z-index: 1;
}

.cont-topnav-img
{ 
	font-size: 1px;
	display: none;
}

.topnav ul 
{	
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	clear: both;		
}

.topnav ul li 
{
	float: left;
	display: inline;	
	list-style-type: none;
	font-weight: 900;
	font-size: 1.1em;
	text-align: left;
	margin: 0;
	overflow: hidden;	
}

.topnav-link, .topnav-link-last
{
	background: #660099 url(/common/images/topnav.gif) top left no-repeat; 
	color: #fff;	
	display: block;
	padding: 0.2em 0;
	margin: 0;
	text-decoration: none;
	overflow: hidden;
	width: 123px;
}

.selected-topnav-link, 
.selected-topnav-link-last
{
	background: #bfbfbf url(/common/images/topnav_selected.gif) top left no-repeat; 
	color: #660099;	
	display: block;
	padding: 0.2em 0;
	margin: 0;
	text-decoration: none;
	overflow: hidden;
	width: 123px;	
}	

.topnav-link-last
{
	background: #660099 url(/common/images/topnav_last.gif) top left no-repeat; 
	width: 125px;
}

.selected-topnav-link-last
{
	background: #bfbfbf url(/common/images/topnav_selected_last.gif) top left no-repeat;
	width: 125px;
}

.topnav-link:hover
{
	background: #bfbfbf url(/common/images/topnav_hover.gif) top left no-repeat; 
	color: #660099;		
}

.topnav-link-last:hover
{
	background: #bfbfbf url(/common/images/topnav_hover_last.gif) top left no-repeat; 
	color: #660099;	
}

.selected-topnav-link:hover,
.selected-topnav-link-last:hover
{
	vertical-align: baseline;
	color: #660099;
}

.topnav ul li a .double
{
	margin-left: 10px;
	margin-right: 5px;  
	display: block;	
	overflow: hidden;
}

.topnav ul li a .single
{
	margin-left: 10px;
	margin-right: 5px;  
	display: block;	
	overflow: hidden;	
	padding: 0.62em 0 0.6em 0;		/* All browsers */
	#padding: 0.58em 0 0.58em 0;	/* IE 6 and 7 only	*/
}

.service-summary
{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 100px; 
	margin: 0.15em 0px -5px 0;	
	padding: 5px 10px;	
	border: 1px #bfbfbf solid;
	font: 300 0.8em arial;					
	color: #5f5f5f;
	background: #eeeeee url(/common/images/bg-summary.gif) repeat-x;
}

.topnav-link-last .service-summary,
.selected-topnav-link-last .service-summary
{
	width: 103px; 
}

.topnav-link:hover .service-summary,
.topnav-link-last:hover .service-summary,
.selected-topnav-link-last:hover .service-summary,
.selected-topnav-link:hover .service-summary
{	
	visibility: visible;
}

/***************************************
Breadcrumb Trail
***************************************/
.product-page-breadcrumb
{
    margin: 10px 0 5px 0;
    padding: 0px 9px;
    overflow: hidden;
    width: 740px;
}

.crumb 
{	
	margin: 0px;
    padding: 0px;
}

.crumb li 
{
	margin: 0px;
    padding: 0px;	
	display: inline;
	font-weight: 300;
	font-size: 0.9em;
	color: #5f5f5f;	
}

.crumb li a
{
	color: #660099;		
}

/******************************************************
Section Navigation
*******************************************************/
#section-nav
{
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 900 1em "Myriad Roman", Arial, Helvetica, san-serif;	
}

#section-nav ul 
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#section-nav .level1 .section-nav-block
{
	margin: 0 10px 0 5px;	
}

#section-nav .level2 .section-nav-block
{
	margin: 0 10px 0 5px;	
}

#section-nav .level3 .section-nav-block
{
	margin: 0 10px 0 0;
	padding: 0px 15px;
}

#section-nav a
{
	display: block;
	width: 165px;
	padding: 5px 0;
	margin: 0 0 0px 0;
	text-indent: 0;	
}

#section-nav .level1,
#section-nav .level2,
#section-nav .level3
{	
	clear: both;	
	width: 165px;
	margin: 0;		
}

#section-nav .level1 a
{
	background: #D0D0D0 url(/common/images/bg_leftNavLink.gif) repeat-x;
	color: #660099;
	font-weight: bold;	
	text-decoration: none;
	border-bottom: 1px #E1E1E1 solid;
}

#section-nav .level2 a
{
	background-image: none;
	background-color: #EFEFEF;
	color: #660099;		
	font-weight: normal;
	text-decoration: none;
} 

#section-nav .level3 a,
#section-nav .level3 a:hover,
#section-nav .level3 a.open,
#section-nav .level3 a.active
{
	text-decoration: underline;	
	background-color: #fff;
	background: transparent url(/common/images/bg_purpleArrow.gif) 153px no-repeat;
}


/***************************************
Content Page and Campaign Landing Page
***************************************/
.inner-product-page h1
{
	font: 900 "Myriad Roman", Arial, Helvetica, san-serif;
	color: #660099;	
	margin: 7px 10px 10px 10px;
	padding: 0px;
}

.product-page-mid h1
{
	font-size: 1.2em;
}

.inner-product-page h2
{
	font-weight: 900;
	color: #660099;
	margin: 10px;
}

.product-page-mid li,
.cont-clp li
{
	color: #5f5f5f;
	margin: 0px 10px 0px 0px;
}

.product-page-mid li a,
.cont-clp li a
{
	color: #660099;
}

.product-page-mid ul,
.cont-clp ul
{
	font: 1em Arial, Helvetica, san-serif;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.product-page-mid ol,
.cont-clp ol
{
	font: 1em Arial, Helvetica, san-serif;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}


.product-page-mid ul li,
.cont-clp ul li
{
	margin-left: 30px;
	padding: 0px 0px 5px 0px;
	font-weight: 300;	
}

.secWarningHeader
{
	font-size: 1.2em;	
	padding: 0px;
	margin: 0px;
}

/****************************************************
Content Area  and Tables (content page and CLP page)
*****************************************************/
.inner-product-page .content-box,
.cont-clp .content-box
{
	margin: 20px 10px 20px 10px;
	padding: 0px 15px 0px 5px;
	background: #ebebff;
	overflow: hidden;	
	clear: both;
	width: 370px;
}

.cont-clp .content-box
{
	width: 719px;
	margin: 10px 0px 10px 0;
	padding: 0px 15px 0px 5px;
}

.inner-product-page .content-box p,
.cont-clp .content-box p
{
	padding: 0px 0px 0px 0px;	
}

.inner-product-page .content-box h2,
.cont-clp .content-box h2
{
	font-weight: 900;
	font-size: 1em;
	color: #660099;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

table
{
	margin: 10px 0 0 10px;
	padding: 0;
	font-weight: 300;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	width: 390px;
}

.cont-clp table
{
	width: 739px;
	margin: 10px 0 0 0;	
}

.content-box table
{
	margin: 10px 0 10px 10px;
	width: 360px;
}

.cont-clp .content-box table
{
	width: 709px;
}

.content-box table td, 
.content-box table th,
table td,
table th
{
	margin: 0;
	padding: 5px;
	cell-spacing: 0;
	font-weight: 300;
	border: 1px solid #c1c1c1;
	text-align: center;
	color: #5f5f5f;
}

table th
{
	font-weight: 900;
}

/******************************************************
Right Side Panel Areas
*******************************************************/
.cont-right-side-panel h2 
{
	font: bold 1.15em "Myriad Roman", Arial, Helvetica, san-serif;		
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.cont-right-side-panel
{
	text-align: left;
	width: 165px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background: #C4C4C4 url(/common/images/bg_rightColumnTout.gif) repeat-x;
}
.cont-right-side-panel-img
{
	border: none;
	width: 165px;
	font-size: 1px;
	text-align: left;
	width: 165px;
	background: #f8f8f0;
	padding: 0;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

.head-panel-link-style1
{
	display: block;
	color: #660099;	
	padding: 8px 10px 5px 10px;
	background: #C4C4C4 url(/common/images/right-side-panel-header.gif) repeat-x;
	text-decoration: none;
}

.head-panel-link-style1:hover,
.head-panel-link-style1:active
{
	text-decoration: underline;
}

.head-panel-style1
{
	display: block;
	color: #660099;	
	padding: 8px 10px 5px 10px;
	background: #C4C4C4 url(/common/images/right-side-panel-header.gif) repeat-x;
	text-decoration: none;
}

.phonenumber 
{
	font: bold 18px "Myriad Roman", Arial, Helvetica, san-serif; 
	color: #5f5f5f;
}

.callcharge 
{
	font: 1em "Myriad Roman", Arial, Helvetica, san-serif; 
	color: #5f5f5f;
}

/******************************************************
Link manager
*******************************************************/
.cont-link-item
{
	background: url(/common/images/link-item-header.gif) top repeat-x;
	clear: both;
	margin: 0 0 10px 0;
}

.link-manager-link
{
	padding: 10px 35px 0px 0px;	
	margin: 0px 0px 0px 0px;
	display: block;
	background: url(/common/images/link-item.gif) right 10px no-repeat;
	font-weight: 900;
}

.link-manager-item
{
	padding: 0;
	margin: 0 10px;
}

/******************************************************
Footer Area
*******************************************************/
.product-cont-footer, .hp-cont-footer
{
    width: 758px;
}

.product-cont-footer-close, .hp-cont-footer-close
{
	padding: 0;
	margin: 0;
	clear: both;	
	background: #fff;
	overflow: hidden;
	height: 0px;
}

.product-cont-footer-bar
{
	background: #F1EFE0;
	margin: 0px 11px;
	height: 10px;
	clear: both;	
}

.product-cont-bottom-links, .hp-cont-bottom-links
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	clear: both;
	width: 760px;
	background: #660099 url(/common/images/bg_footerInner.gif) repeat-x;
	overflow: hidden;	
	font-size: 1em;
}

.bottom-links-left
{
	float: left;
	padding: 0px 0px 0px 9px;
	color: #fff;
	font-weight: 300;
}

.bottom-links-right
{		
	float: right;
	padding: 0px 10px 0px 0px;
	font-weight: 300;
	color: #fff;
}

.bottom-links-right a
{
	text-decoration: none;
	font-weight: 300;
}

.bottom-links
{
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 900;
}

.bottom-text-size
{
	color: #fff;
	margin: 0px 0px 0px 3px;
}

.bottom-text-size IMG
{
	margin-bottom: -3px;
	width: 14px;
	height: 15px;
}

.legal-text
{
	margin: 0px auto;
	text-align: left;		
	width: 760px;
	font-size: 0.8em;
	padding: 0 12px 0 12px;	
	color: #5f5f5f;
}

/******************************************************
Contact Form
*******************************************************/
.cont-contact-form
{
	margin: 0px 0px 10px 10px;
	padding: 0.01em 0 0.01em 0;
	background-color: #c1c1c1;
	font: 300 1em "Myriad Roman", Arial, Helvetica, san-serif;	
	color: #5f5f5f;
	width: 388px;
}

.cont-contact-form-inner
{
	background-color: #ebebff;			
	margin: 1px 1px 1px 1px;
	width: 386px;	
	clear: both;	
}

.spacer
{
	height: 10px; 
	font-size: 1px; 
	background-color: #fff; 	
}

.caption
{
	background-color: #fff; 	
	margin: -7px 0 -9px 0;
	padding: 0;
}

.contact-form-text
{
	font-weight: 300;
	padding: 5px 5px 10px 5px;	
	width: 372px;	
}

.contact-form-errortext
{
	font-weight: 300;
	padding: 5px 5px 10px 5px;	
	width: 352px;	
	color: red;
}

.contact-form-errortitle
{
	font-weight: 600;
	padding: 5px 5px 10px 5px;	
	width: 352px;	
	color: red;
}
.contact-form-emailerrortitle p
{
	font-weight: 600;
	width: 352px;	
	color: red;
	margin: 0px;
	padding: 5px;
}

.contact-form-text p
{
	margin: 0;
	padding: 0;
}

.eligibility-area
{
	clear: both;	
}

.eligibility-area .row
{
	overflow: hidden;
	clear: both;	
	padding-bottom: 10px;
	width: 382px;	
}

.eligibility-area .last-row
{
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;	
	width: 382px;	
}

.eligibility-area .col1, .eligibility-area .col2, .eligibility-area .col3
{ 
	overflow: hidden;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float: left;	
}

.eligibility-area .col1
{ 
	width: 145px;
	font-weight: 900;
	overflow: hidden;
}

.eligibility-area .col2
{ 
	width: 25px; 
	overflow: hidden;	
}

.eligibility-area .col3
{ 
	width: 194px;
	overflow: hidden;
}

.eligibility-area .eligibility
{
	margin-top: 2px;
} 

.personal-information
{
	clear: both;	
}

.personal-information .row
{
	overflow: hidden;
	margin-bottom: 10px;
	width: 362px;
}

.personal-information .field-row
{
	overflow: hidden;
	width: 362px;
	
}

.personal-information .col1, .personal-information .col2
{ 
	overflow: hidden;
	padding: 5px 0px 5px 5px;	
	float: left;	
}

.personal-information .col1
{ 
	width: 125px;
	font-weight: 300;
	margin-right: 5px;
}

.personal-information .col2
{ 
	width: 222px;
}

.personal-information .input-large
{ 
	width: 216px;
	color: #5f5f5f;
}

.personal-information .input-multiline
{ 
	margin-bottom: 5px;
	color: #5f5f5f;
}

.personal-information .input-mid
{ 
	width: 155px;
	color: #5f5f5f;	
}

.personal-information .input-small
{ 
	width: 105px;
	color: #5f5f5f;	
}

#captureform select
{ 
	color: #5f5f5f;
}

.contact-form-text .textarea
{ 
	width: 366px;
	height: 200px;
	margin-top: 10px;	
	font: 1.1em Arial, Helvetica, san-serif;
	color: #5f5f5f;
	
}

.cont-submit-but
{
	padding: 10px 5px 10px 5px;
	text-align: right;
	
}

.submit
{
	font: 900 1em Arial;
	width: 85px;
	color: #000;
	background: #b5b4a9;
	text-align: center;
}

/*************************************
Just Content 
*************************************/
.just-content-page
{
	margin: 10px;
	text-align: left;
}

/******************************************************
Campaign Landing Page specific
*******************************************************/
.cont-clp
{
    background: #fff;
    width: 739px;  
    margin: 0px 0px 20px 10px;
    padding: 0;
    _height: 400px; /* IE 6 specific to ensure the bottom shadow matches with the white vignette by forcing min height */
    min-height: 400px; /* FF and IE 7 specific to ensure the bottom shadow matches with the white vignette by forcing min height */
}

.cont-clp p
{
	margin: 10px 0 0 0;
}

.clp-text
{
	padding: 0;
	margin: 0;
}

.clp-image
{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0; 
	border: 0;	
}

.clp-h1
{	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: 900;
	color: #660099;
	font-size: 1.3em;		
}