/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #706D6B;
}

a {
	color: #B32434; 
	text-decoration: underline;
}

a:hover {
	color: #EE9CA4; 
	text-decoration: underline;
}

td, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
}



/*Main template styles.*/

#wrapper {
	width: 988px;
	min-height: 640px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	-moz-box-shadow: 10px 0 8px  -8px #e4e2d0 , -10px 0 8px  -8px #e4e2d0;
	-webkit-box-shadow: 10px 0 8px  -8px #e4e2d0 , -10px 0 8px  -8px #e4e2d0;
	box-shadow: 10px 0 8px  -8px #e4e2d0 , -10px 0 8px  -8px #e4e2d0;
	
}

#pagetop {
 background: url(images/bok_page_top.png) repeat-x;
 height: 43px;
}

#pagetop_info {
 width: 988px;
 margin: 0 auto;
}

#domain_name {
 width:355px;
 text-align: left;
 padding-top:12px;
 padding-left: 15px;
 color:#FFFFFF;
 font-size: 11px;
 font-weight: bold;
 float: left;
}

#promo_text {
 width:600px;
 text-align: right;
 padding-top:12px;
 color:#FFFFFF;
 font-size: 11px;
 font-weight: bold;
 float: right;
}

#social { 
float:right;
position: relative;
top: -8px;
padding-left: 10px;
}

#banner {
  width: 988px;
	height: 121px;
	margin: 0 auto;
	background: #FFFFFF url(images/bok_banner_bkg.png) no-repeat;
}

#logo {
 width: 356px;
 height: 94px;
 background: url(images/flower_market_logo.png) top left no-repeat;
 position: absolute;
 left: 15px;
 top: 10px;
}

#banner_box_wrapper {
 position: absolute;
 width: 580px;
 top: 0px;
 right: 0px; 
}

.banner_boxes {
 background-color: #fffaf9;
 border: 1px solid #ffe7e7;
 border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.green_title {
 color: #4F7818;
 font-size: 16px;
 text-transform: uppercase;
 line-height: 1.4em;
}

.green_title a:link,.green_title a:visited,.green_title a:hover {
 text-decoration: none;
 color: #4F7818;
}

.red_title {
 color: #B32434;
 font-size: 16px;
 text-transform: uppercase;
 line-height: 1.4em;
}

.red_title a:link,.red_title a:visited,.red_title a:hover {
 text-decoration: none;
 color: #B32434;
}

#contact_info {
 width: 241px;
 height: 54px;
 float: right;
 margin-top: 35px;
 margin-right: 4px;
 padding: 10px 5px 10px 15px;
}

.contact_info_img {
 background: url(images/bok_cellphone.png) right no-repeat;
 padding-top: 10px;
 }

#cart_summary_info {
 width: 241px;
 height: 54px;
 float: right;
 margin-top: 35px;
 margin-right: 15px;
 padding: 10px 5px 10px 15px;
}

.cart_summary_info_img {
 background: url(images/bok_basket.png) 95% no-repeat;
 padding-top: 10px;
 }
 
#cart_summary_basket {
  position: absolute;
	width:45px;
	height:45px;
	top:50px;
	right: 27px;
 }

#mainnav {
  width: 100%;
	height: 40px;
	background-color: #B32434;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainnav li {
	list-style: none;
	display: inline;
	padding-left:6px;
	padding-right: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.6em;
	color: #FFFFFF;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #EE9CA4;
	text-decoration: none;
}

/*SAFARI AND OPERA SPECIFIC STYLES*/
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ #mainnav li {line-height: 3.0em; } }

.mainnav_divider {
 background: url(images/bok_menu_divider.png) 100% no-repeat;
 padding-bottom: 6px;
}

#storestuff {
 position: relative;
 float:left;
 font-size: 11px;
 font-weight: bold;
 color:#666666;
 width: 45%;
}

#acctwelcome {
 float:right;
 margin-right: 10px;
 margin-top: 5px;
 height: 15px;
}

.acctwelcome_text {
 font-size:10px;
 font-weight: bold;
}

.acctwelcome_text a:link, .acctwelcome_text a:visited {
 text-decoration: underline;
}

.acctwelcome_text a:hover {
 text-decoration:underline;
}

#navigation {
	width: 125px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navigation li {
	list-style: none;
	color: #990000;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 6px;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #990000;
	text-decoration: none;
	padding: 5px 5px;
}

#navigation li a:hover {
	color: #000;
	text-decoration: none;
}

#cartinfo {
  background-color: #D2D2B8;
	border: 1px solid #B5B596;
	color: #B32434;
  /*background-color: #9FBA7A; icon green*/
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
}/*for the cart items, amt*/


#content {
	padding: 0px 15px 20px 15px;
}

#footer {
	position: relative;
	margin: 0 auto;
  width: 988px;
	padding-top: 20px;
	text-align: center;	
}

.footerlinks {
	color: #FFFFFF; 
	font-size: 11px;
	font-weight: bold;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #EE9CA4;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.footertext {  
	color: #FFFFFF; 
	font-weight:normal; 
	font-size: 11px;
	margin-top: 10px;
}

.paymentpics {
 margin-top:10px;
}

.siteby {  
	padding-top: 8px;
	font-size: 9px; 
	line-height: 1.2em; 
	color: #FFFFFF;
}

.siteby a:link, .siteby a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.siteby a:hover {
	color: #EE9CA4;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

#pagebottom {
 background: url(images/bok_page_bottom.png) repeat-x;
 height: 125px;
}

/*index template styles*/

#hmpg_feature {
 float: left;
 height: 214px;
 width: 477px;
}

#hmpg_daily {
 float: right;
 height: 210px;
 width: 475px;
 padding: 2px;
}

.hmpg_boxes {
 background: url(images/bok_hmboxes_bkg.png) top left no-repeat;
 height: 214px;
 width: 477px;
}

.feature_text {
 font-size: 15px;
 line-height: 1.4em;
}

.feature_text_daily {
 font-size: 13px;
 line-height: 1.4em;
}

#hmpg_intro {
 width: 740px;
 float: right;
 padding: 25px 0px 25px 0px;
}

.intro_title {
 font-family: Georgia, Times New Roman, Serif;
 font-size: 18px;
 font-style: italic;
 color: #B32434;
 line-height: 1.6em;
}

.intro_caption {
 font-size: 11px;
 font-weight: bold;
}

#hmpg_sidebar {
 float:left;
 width: 194px;
}

#hmpg_fb {
 width: 194px;
 text-align: center;
 padding: 10px 0px 10px 0px; 
}

.hmpg_sidebar_boxes {
 background-color:#fffaf9;
 border: 1px solid #ffe7e7;
 margin: 0px;
 padding: 0px;
}

.hmpg_side_titlebar {
 width: 188px;
 height: 32px;
 margin: 0px;
 padding: 0px;
}

.hmpg_side_title {
 color: #B3CA93;
 font-size: 14px;
 line-height: 1.6em;
}

#hmpg_specials {
 float:right;
 width: 740px;
}

.table_announcements {
	margin-top: 15px;
	margin-bottom: 0px;
}

.table_announcements td {
	width: 100%;
	padding: 0px 0px 15px 0px;
} 

.table_specials {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding: 0px;
} 

.table_specials td {
	width: 25%;
	padding: 0px 10px 15px 0px;
}

.table_specials img {
 border: 1px solid #F5E3E3;
}

.specialstitle {
  margin-top: 10px;
	font-weight: 400; 
	line-height: 1.1em; 
}

.specialsheader {
 min-height:15px;
 font-weight: bold;
 color:#3C6505;
}

.specialsheader a {
 text-decoration: none;
 color:#3C6505;
}

.specialsheader a:hover  {
 text-decoration: underline;
 color:#9FBA7A;
} 	

.announcementheader {
 font-size: 14px;
 color: #B3CA93;
 margin-left:5px;
 line-height: 2.2em;
}

.announcementheader a {
 text-decoration: none;
}

.announcementheader a:hover  {
 text-decoration: underline;
}

.specialstext, .announcementtext {
 color: #706d6b;
 font-size: 11px;
}

.specialsclickhere, .announcementclickhere {
	font-size: 11px;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 22px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #4F7818;
} /*this is always used for the page title, except home page and product detail pages*/

h1.hmpg {
 	margin-top: 16px;
	margin-bottom: 16px; 
	font-size: 22px; 
	font-weight: 600; 
	line-height: 1.1em; 
	color: #B32434;
}

h2 {  
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #4F7818;
}

h3 {  
	margin-top: 6px; 
	margin-bottom: 6px; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.0em; 
	color: #B32434;
}

h4 {  
	margin-bottom: 4px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #4F7818;
}

ul li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

ul.webpages {
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
}

ul li.webpages {  
	font-size: 10px;
	margin-bottom:6px;
	line-height: 1.2em;
	list-style: none;
	background-image:url(images/bok_bullet.gif);
	/*background-position:0 0.2em;*/
	background-position: left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

ol li {
	list-style-type: decimal;
}

.sku {font-size: 10px; text-decoration: none; color:#999999;}

.cellpadding {
	padding-bottom: 30px;
	padding-left: 6px;
	padding-right: 6px;
}/*this is the bottom padding between cells*/

.table_margintop {
	width: 100%;
	margin-top: 15px;
}/*this is on all the product_list and cat_list pages*/

.table_nomargin {
	width: 100%;
	margin-top: 0px;
}

.product_sidebar {
 float:left;
 width: 194px;
}

.product_content {
 float:right;
 width: 750px;
}

.side_titlebar {
 width: 192px;
 height: 32px;
 margin: 0px;
 padding: 0px;
}

.side_links {
	font-size:11px;
	line-height: 1.8em;
	color:#93908E;
}

.side_links a {
	color:#93908E;
	text-decoration: none;
}

.side_links a:hover  {
 	color:#B32434;
	text-decoration: none;
}

.cellheader, .testimonialcellheader {
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 4px;
	min-height:25px;
	color:#3C6505;
	vertical-align: middle;
}

.cellheader a, .testimonialcellheader a {
	color:#3C6505;
	text-decoration: none;
}

.cellheader a:hover, .testimonialcellheader a:hover  {
 	color:#9FBA7A;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext, .testimonialcelltext {  font-size: 11px; line-height: 1.3em;}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #B32434; 
}

.highlight a {
	color: #B32434;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #B32434;
	text-decoration: underline;
}

.flag {
	display: inline;
	padding-right: 5px;
	color: #4BBBA8;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
}

.freeship { 
	display: inline; 
	font-weight: bold; 
	color: #4BBBA8;
	padding-right: 5px;
}

#fb_like {
 width: 350px;
}


.multiheader {  
	margin-top: 20px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.6em; 
	color:#B32434;
	background-color: #ffffff;
	display: block;
	padding: 4px 4px;
	border-bottom: 1px solid #F5E3E3;
} /*multilist header*/

.insertlist1, .insertlist1 a { 
	font-size: 8px;
	text-transform:uppercase; 
	color: #333333;
	padding-bottom: 10px;
}

.insertlist1 a:hover {
	text-decoration: none;
	color: #308109;
}
 /*youarehere links*/

.nextprev, .gotocart {  font-size: 12px; font-weight: bold; margin-top: 20px;  }

.cell_photo {
 position: relative;
 height: 170px;
}

.shade_details {
 background: #000000;
 filter:alpha(opacity=40);
 -moz-opacity:0.4;
 -khtml-opacity: 0.4;
 opacity: 0.4;
 position: absolute;
 left:1px;
 bottom:0px;
 width: 170px; 
 height:25px;
}

.cellclickhere {
 position: relative;
 top: 16.8em;
 color: #FFFFFF;
 font-size: 10px;
 font-weight: bold;
 text-transform:uppercase; 
}

.cellclickhere a {
 color: #FFFFFF;
 text-decoration: none;
}

.cellclickhere a:hover {
 color: #EB989A;
 text-decoration: none;
}

.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/
 
.jumptobox {
	padding: 5px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	border-top: 1px solid #F5E3E3;
	border-bottom: 1px solid #F5E3E3;
}

.tellafriend {
	background-color: #ffcc00;
	color: #000;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tellafriend a {
	color: #000;
	text-decoration: none;
}

.tellafriend:hover {
	/*background-color: #ffcc00;*/
}



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 100px;
	color: #666;
	margin-right: 8px;
	padding-right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #333;
	margin-right: 8px;
	padding-left: 15px;
	background: #fff url(images/bok_bullet.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}


#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 48%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
}

.tablecart tr.bkgnd1 {
	background: #D2D2B8;
	border: 1px solid #B5B596;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #B32434;
	padding: 2px;
}

table.pmt_table {
	border: 1px solid #ddd;
}

table.pmt_table th {
	background-color: #D2D2B8;
	color: #4F7818;
	font-weight: bold;
	font-size: 12px;
}

table.pmt_table td {
	background-color: #fff;
	padding: 5px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-weight: 400;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 12px;
}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #4F7818;
	padding-top: 6px;
}

.tablecart tr.bkgnd3 {
	background: #eee;
}/*this is for the background behind the options rows*/

.tablecart tr.bkgnd4 {
	background: #ddd;
}/*this is for the background behind the options subtotal*/

.tablecart td.options {
	font-size: 12px;
}/*this is for the simple options*/

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #95b15a;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #95b15a;
	font-weight: bold;
}

.cartbutton, .fancybutton, .fancybutton2 {
 	color: #FFFFFF;
	font-weight: bold;
	background-color: #4F7818;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	width: auto;
	overflow:visible;
	border:1px solid #333333;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	box-shadow: 1px 1px 5px #cccccc;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 3px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4F7818;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 180px;
	font-weight: bold;
	padding: 6px;
	border:1px solid #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	box-shadow: 1px 1px 5px #cccccc;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #FFFFFF;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	padding-left: 25px;
	background: #4F7818 url(images/white_dotted_arrow_lft.png) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #4F7818 url(images/white_dotted_arrow.png) 96% center no-repeat;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding-top:2px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 30px;
	text-align: right;
	background: #B32434 url(images/bok_basket_icon.png) center right no-repeat;
}/*this is for add to cart*/

.cartbutton_forwardsml {
	font-size: 11px;
	background: #4F7818 url(images/white_dotted_arrow.png) 95% no-repeat;
	height: 22px;
	padding:1px 30px 4px 3px;
}/*this is for any normal size button you want the arrow on*/

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 10px;
	line-height: 1.1em;
}

.continue {
	text-align: right;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #F8ECEB;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #B32434;
line-height:1.2em;
z-index:100;
border-right: 2px solid #B32434;
border-bottom: 2px solid #B32434;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B32434;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #4f86ba;
}


/*Miscellaneous*/

input {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

form {margin-top: 0px; margin-bottom: 0px; }

.formlabeltop {
	font-weight: bold;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.formborder {
	border: 1px solid #B5B596;
}

.fancyform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 8px;
}

.fancyform input, .fancyform textarea, .fancyform select, .fancyform option {

}

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.fancyform p.submit {
	padding-left: 188px;
}

.accountform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 5px;
}

.accountform input, .accountform textarea, .accountform select, .accountform option {

}

.accountform p label {
	width: 150px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

.accountform p.rightcolumn {
	padding-left: 158px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.accountform p.submit {
	padding-left: 158px;
}

.shadedbox {
	/*background-color: #F8ECEB;
	border: 1px solid #F5E4E4;*/
	background-color: #D2D2B8;
	border: 1px solid #B5B596;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
input.noborder {
	border: 1px solid #fff;
}

/*table {margin-top: 0px; margin-bottom: 0px; }*/

/*gift certificate styles*/

.certificate { 
	width: 500px;
	margin: 20px auto;
	padding: 10px; 
	border: 1px solid #9b0075; 
	background-color: #fff; 
}

.certificate h2 {
	margin-top: 0px;
}

.certificate td { padding: 5px; }

table.gc_cell {
	width: 150px;
	height: 120px;
	background: #9b0075;
	text-align: center;
	margin-bottom: 5px;
}

table.gc_cell td {
	vertical-align: middle;
	padding: 5px;
	height: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

table.gc_cell h2 {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
}

table.gc_cell h2.big {
	font-size: 40px;
}

table.gc_cell h2.small {
	font-size: 18px;
}



hr {
	border: 0;
	color: #4F7818;
	background-color: #4F7818;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #ffffff;
}

/*Style for payment section pop-up windows. If website has a dark background color for <body> set the background color in this style to the same color. Leave commented out if you wish the pop-up window to have a white background by default*/
.popup_table {
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	/*background-color:#000000*/
}

.label {  font-size: 12px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}

.message {
	font-size: 11px;
	font-weight: bold;
	font-style: oblique;
	color: #4BBBA8;
  text-align: right;
	width:60%;
	padding:0px;
	margin:0px;
  position: absolute;
	top:10px;
	right:20px;
}


.errormessage {
	font-size: 14px; 
	color: #4BBBA8;; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:6px; 
}

.errormessage a {
	color: #990000;
}

.no_javascript {
 background:#FF0000;
 margin-bottom:10px;
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
 text-align: center;
}
