/*
Theme Name: BioEden 2010
Theme URI: http://stanatwork.com/
Description: Adapted for BioEden Universal.
Version: 0.1
Author: Leanne Borrowman and Stephen Greene for <a href="http://www.stanatwork.com/">STAN</a>
*/

/* --- start of STAN default --- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
	
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: "."; }

/* Remember to define focus styles! */
:focus { outline: 0; }

/* Remember to highlight inserts somehow! */
ins { text-decoration: none;}
del { text-decoration: line-through; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border on linked images */

a img { border:none; }

/* Misc classes */
.right     { text-align:right; }
.lift      { margin-bottom:2em; }
.sink      { margin-top:2em; }
.push      { margin-bottom:2em; }
.pull      { margin-top:-35px; }
.underlined {border-bottom: 1px dashed #ccc;}

/* Gallery exceptions */
.glink     { margin-bottom:1.4em; }

/* 900 STAN Grid System */

/* Containers */

.container_12 { margin-left: auto; margin-right: auto; width: 900px; }

/* Grid >> Global */

.grid_H, /* Home */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_13,
.grid_12 {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px; }
/* Grid >> Children (Alpha ~ First, Omega ~ Last) */

.alpha { margin-left: 0; }
.omega { margin-right: 0; }
/* Grid >> 12 Columns */

.container_12 .grid_1    { width:55px;  }
.container_12 .grid_2    { width:130px; }
.container_12 .grid_3    { width:225px; }
.container_12 .grid_4    { width:280px; }
.container_12 .grid_5    { width:355px; }
.container_12 .grid_6    { width:430px; }
.container_12 .grid_7    { width:505px; }
.container_12 .grid_8    { 
width:580px;
margin-top:17px;
/*width:540px;
margin-left:40px;*/
 }
.container_12 .grid_9    { width:645px; }
.container_12 .grid_10   { width:730px; }
.container_12 .grid_11   { width:805px; }
.container_12 .grid_12   { width:880px; }
.container_12 .grid_13   { width:375px; }

/* Prefix Extra Space >> 12 Columns */

.container_12 .prefix_1  { padding-left:75px;  }
.container_12 .prefix_2  { padding-left:150px; }
.container_12 .prefix_3  { padding-left:225px; }
.container_12 .prefix_4  { padding-left:300px; }
.container_12 .prefix_5  { padding-left:375px; }
.container_12 .prefix_6  { padding-left:450px; }
.container_12 .prefix_7  { padding-left:525px; }
.container_12 .prefix_8  { padding-left:600px; }
.container_12 .prefix_9  { padding-left:675px; }
.container_12 .prefix_10 { padding-left:750px; }
.container_12 .prefix_11 { padding-left:825px; }

/* Suffix Extra Space >> 12 Columns */

.container_12 .suffix_1  { padding-right:75px; }
.container_12 .suffix_2  { padding-right:150px; }
.container_12 .suffix_3  { padding-right:225px; }
.container_12 .suffix_4  { padding-right:300px; }
.container_12 .suffix_5  { padding-right:375px; }
.container_12 .suffix_6  { padding-right:450px; }
.container_12 .suffix_7  { padding-right:525px; }
.container_12 .suffix_8  { padding-right:600px; }
.container_12 .suffix_9  { padding-right:675px; }
.container_12 .suffix_10 { padding-right:750px; }
.container_12 .suffix_11 { padding-right:825px; }

/* Push Space >> 12 Columns */

.container_12 .push_1  { left:75px; }
.container_12 .push_2  { left:150px; }
.container_12 .push_3  { left:225px; }
.container_12 .push_4  { left:300px; }
.container_12 .push_5  { left:375px; }
.container_12 .push_6  { left:450px; }
.container_12 .push_7  { left:525px; }
.container_12 .push_8  { left:600px; }
.container_12 .push_9  { left:675px; }
.container_12 .push_10 { left:750px; }
.container_12 .push_11 { left:825px; }

/* Pull Space >> 12 Columns */

.container_12 .pull_1  { left:-75px; }
.container_12 .pull_2  { left:-150px; }
.container_12 .pull_3  { left:-225px; }
.container_12 .pull_4  { left:-300px; }
.container_12 .pull_5  { left:-375px; }
.container_12 .pull_6  { left:-450px; }
.container_12 .pull_7  { left:-525px; }
.container_12 .pull_8  { left:-600px; }
.container_12 .pull_9  { left:-675px; }
.container_12 .pull_10 { left:-750px; }
.container_12 .pull_11 { left:-825px; }

/* Grid-Suffix >> Additions */

.container_12 .grid_H    { width:175px; padding-right:30px; }
.container_12 .suffix_A  { padding-right:15px; }

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */

.clear           { clear: both; display: block; overflow: hidden;
	               visibility: hidden; width: 0; height: 0; }
	
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after  { clear: both; content: ' '; display: block; font-size: 0; line-height: 0;
	               visibility: hidden; width: 0; height: 0; }
.clearfix        { display: inline-block; }
/* *html .clearfix  { height: 1%; } */
.clearfix        { display: block; }



/* --- end of STAN default --- */


/* --- Extras - Last updated : 07/09/2009 by Leanne Borrowman --- */

body { font-family: Arial, Helvetica, sans-serif; background-image: url(images/background.jpg); background-repeat: repeat-x; background-color: #FFF; }

h1 {}
h2 { font-weight: normal; color: #C00;  padding: 10px 10px 10px 0px; font-size: 1.0em; }
h3 {}
h4 {}

p{ font-size: 0.8em; color: #666; font-weight:normal; padding: 10px 0px; line-height: 1.3em; }

a { color: #0AD; text-decoration: none; }
a:hover { text-decoration: underline; }

ol {}
ul {}
li {}

img {}

hr { border: none; border-bottom: 1px solid #0AD; }

span { font-weight: bold; }
strong { color: #000; }

br.spacer_ { display: none; }


/* -- Homepage, Header & Footer only -- */

.header { background-image:  url(images/header_bd.jpg); background-position: right 0px; background-repeat: no-repeat; border-bottom: 1px solid #f0f0f0; }

.logo { height: 118px; }
.logo img { border: none; padding-top: 23px; }

.language { font-size: 0.7em; }
.language ul { float: right; margin-right: -6px; }
.language li { float: left; padding: 18px 0px 0px 0px; margin: 0px; }
.language a { margin-right: 3px; margin-left: 5px;  }

.language li.faq { background-color: #C00; line-height: 38px; padding: 5px 4px 0px 4px; margin: 0px 0px 0px 10px; top: 0px; height: 30px;}
.language li.faq a { color: #FFF; font-weight: bold; margin: 0; }


.navigation a.home { padding-right: 4px; margin-right: 6px; }
.navigation { font-size: 0.8em; color:#666; margin-top: 45px; position: relative; }
.navigation ul { float: right;/* margin-right: -26px;*/ position: relative; }
.navigation li { display: inline; margin: 0px; border-left: 2px solid #ccc; padding: 0px 6px 0px 5px; vertical-align: middle; }
.navigation li:first-child { border-left:none; }
.navigation li.none { border: none; padding: 0px; }
.navigation a { padding:0px; color: #999; text-decoration:  none;  font-weight: bold; }
.navigation a:hover { background-color: #0AD; color:#FFF; }
.navigation a:active { background-color: #0AD; color:#FFF; }
.navigation a.selected { background-color: #0AD; color:#FFF; }
.navigation li.current_page_item a { background-color: #0AD; color:#FFF; }
.navigation li.current_page_parent a { background-color: #0AD; color:#FFF; }


.block { background-image: url(images/banner_bd.jpg); background-repeat:  no-repeat; height: 210px; }

.block_left {float: left; background-image: url('<?php bloginfo('template_directory'); ?>/images/block_left.jpg'); width: 12px; height: 210px; background-repeat:  no-repeat; margin-left: -12px; }
.block_right { float: right; background-image: url('<?php bloginfo('template_directory'); ?>/images/block_right.jpg'); width: 12px; height: 210px; background-repeat:  no-repeat; margin-right: -0px;  }

.child { margin-top: -32px; margin-left: 0px; }
.child img {  }

.intro { margin-left: -4px;  }
.intro h2 { color: #0AD; font-size: 1.8em; padding: 20px 0px 10px 0px; }
.intro p { font-size: 0.9em; color: #666; padding: 0px 0px 10px 0px; line-height: 1.3em; }
.intro img { padding: 15px 0px;}

.news_ticker { color: #FFF; }
.news_ticker span { color: #FFF; font-size: 1.2em; padding: 2px; background-color: #52b654; }
.news_ticker h1 { color: #FFF; font-size: 1.0em; padding: 20px 0px 0px 0px; font-weight: normal; }
.news_ticker h2 { color: #FFF; font-size: 1.0em; padding: 10px 0px 0px 0px; }
.news_ticker p { font-size: 0.8em;padding: 0px 0px 10px 0px; }
.news_ticker a { color: #FFF; text-decoration: none; }

.video { margin-top: 20px; }

.fda p { color: #06C; font-size: 0.8em; padding: 30px 0px 25px 0px; line-height: 1.4em; }

.footer { font-size: 0.6em; color: #333; margin-top: 10px; }
.footer ul { text-align: left; padding: 0px; margin: 0px;  }
/*.footer li:first-child { padding: 0px 3px 0px 0px; }*/
.footer li { display: inline; float:left; margin: 0px; border-right: 1px solid #ccc; padding: 0px; vertical-align: middle; }

.footer li.page_item:first-child { border: none; }
.footer li.pagenav { padding: 0px;}
.footer li.none { border:none; }
.footer li:last-child { border:none; }
.footer a { font-weight: normal; color: #666; text-decoration: none; font-weight: bold; padding: 0px 2px; }
.footer a:hover { color: #FFF; background-color: #0AD; text-decoration: none; }
.footer img { padding: 20px 0px 30px 0px; }
.footer li.current_page_item a { color: #FFF; background-color: #0AD; text-decoration: none; }
.footer li.current_page_parent a { color: #FFF; background-color: #0AD; text-decoration: none; }

span.enroll { float: right; background-color: #61c067; color: #FFF; padding: 2px 4px; font-size: 1.0em; margin-top: 30px; margin: 0px 10px; }
span.enroll a { color: #FFF; }
span.enroll:hover { background-color: #419645; }
span.enroll a:hover { text-decoration: none; color: #FFF; }

span.video { float: right; background-color: #0AD; color: #FFF; padding: 2px 4px; font-size: 1.0em; margin: 0px 10px; }
span.video a { color: #FFF; }
span.video:hover { background-color: #016db8; }
span.video a:hover { text-decoration: none; color: #FFF; }

h3 span.contact { background-color: #61c067; color: #FFF; padding: 2px 4px; font-size: 1.0em; margin: 20px 20px 0px 0px; font-weight: bold;  }
h3 span.contact a { color: #FFF; }
h3 span.contact:hover { background-color: #419645; }
h3 span.contact a:hover { text-decoration: none; color: #FFF; }


h3 span.company_news { background-color: #61c067; color: #FFF; padding: 2px 4px; font-size: 1.5em; margin: 0px;  }
h3 span.left { margin: 0px 0px 0px 10px; }

.buttons { margin-top: 32px; text-align: right; }
.buttons img { float: right; padding: 0px 0px 0px 20px; }

.business_number { margin-bottom: 30px; padding: 0px; margin-top: 20px; }
.business_number p { font-size: 0.6em; padding: 10px 0px; margin: 0px; color:#999; line-height: 1.2em; }


/* -- Content pages -- */

.breadcrumb { font-size: 0.7em; text-align: right; color: #999; margin-bottom: 10px; font-weight:normal; float: right; position: relative;  right: 230px; }
.breadcrumb p { padding: 15px 0px 0px 0px; }
.breadcrumb a { color: #999; text-decoration: none; }

.main { background-image: url(/images/line_backdrop.gif);  background-position: right; background-repeat: repeat-y; }
.content p { font-size: 0.8em; color: #666; font-weight:normal; padding: 10px 0px; line-height: 1.3em; }

.content .navigation { padding: 0px; margin: 10px 0px; font-size: 1.0em; width: 600px;  }
.content h2 { margin-top: 10px; padding: 0px; padding-top: 10px; }
.content h2 span { font-size: 0.7em; color: #333; font-weight: normal; }
.content h3 { font-size: 0.7em; padding: 0px; margin: 0px; font-weight: normal; }
.content ul { padding: 0px 10px; font-size:  0.8em; color: #666; }
.content li { margin: 10px; list-style: square; font-weight: normal; line-height: 1.3em; }
.content .entry p { padding: 5px 0px 10px 0px; }
.content span { font-size: 0.7em; color: #666; padding: 0px; margin: 0px; }

.sidebar { }
.sidebar h2 { margin: 10px 5px 0px 10px; padding: 5px 0px; }
.sidebar h2 a { color: #C00; text-decoration: none; }
.sidebar h2 a:hover { text-decoration: underline; }
.sidebar h2.first { margin: 20px 5px 0px 5px; padding: 2px 0px; border-bottom: 1px dashed #ccc; margin: 10px 10px 0px 10px; padding: 5px 0px; }

.sidebar li#archives-3 { list-style: none; }
.sidebar .widget li { border-bottom: 1px dashed #ccc; margin: 0px 20px; padding: 6px 0px; color:#999; font-size: 0.8em;  }
.sidebar .widget li a { color: #333;  }

.sidebar li { list-style: url(images/sub_arrow.gif); list-style-position: outside; }



.sidebar li h2 { margin: 20px 5px 0px 5px; padding: 2px 0px; border-bottom: 1px dashed #ccc; }
.sidebar li a { color: #999; text-decoration: none; margin-bottom: 2px; }
.sidebar li a:hover { color: #0AD; background-color: transparent; }
.sidebar p { font-size: 0.7em; padding: 0px 0px 10px 10px; color:#999; line-height: 1.2em; }
.sidebar li p { font-size: 0.65em; padding: 10px 0px 10px 5px; color:#999; line-height: 1.2em; }
.sidebar ul { padding: 0px 5px 10px 5px; }
.sidebar li li { border-bottom: 1px dashed #ccc; padding: 8px 0px; color:#999; font-size: 0.8em; }
.sidebar li.page_item {  border-bottom: 1px dashed #ccc; margin: 0px 25px; padding: 6px 0px; color:#999; font-size: 0.8em;}
.sidebar li.page_item a { color: #333; }
.sidebar li.page_item a:hover { color: #0ac; }
.sidebar img { border: none; padding: 20px 10px 0px 10px; margin: 0px; }

.sidebar p.brochure { background-color:  #683c75; color: #FFF; margin: 0px 9px 20px 10px; font-size: 0.8em; font-weight: bold; padding: 5px; text-align: center; }
.sidebar p.brochure a { color: #fff; text-decoration: none; }
.sidebar p.brochure a:hover { text-decoration:  underline; }
.sidebar strong { color: #999;}

.sidebar p.random { font-size: 0.9em; text-align: left; line-height: 1.4em; }
.sidebar p.random span { margin: 12px;  padding: 0px; color: #0AC; font-weight: bold; font-style: italic;  }

.sidebar li.current_page_item a { color: #0AD; font-weight: bold; }

/* -- News page -- */

.news { float: left; width: 50%;  }
.news h2 { padding: 10px 10px 0px 0px; font-weight: bold; }
.news h2 a { color: #666; text-decoration: none; }
.news h2 a:hover { color: #C00; }
.news p { padding: 0px 10px 0px 0px; color: #999; }
.news p a { color: #666; text-decoration: none; }
.news p a:hover { color: #0AD; text-decoration: none; }
.news img { padding: 20px 0px 0px 0px; }

.press { float: left; width: 50%; }
.press h2 { padding: 10px 0px 0px 10px; font-weight: bold; }
.press h2 a { color: #666; text-decoration: none; }
.press h2 a:hover { color: #C00; }
.press p { padding: 0px 0px 0px 10px; color: #999; }
.press p a { color: #666; text-decoration: none; }
.press p a:hover { color: #0AD; text-decoration: none; }
.press img { padding: 20px 0px 0px 10px; }

p.readmore a { color: #666; text-decoration: none; }
p.readmore a:hover { color: #FFF; background-color: #0AD; }


/* -- forms only -- */

.form-wrapper td { padding: 3px 0px; margin: 0px; vertical-align:top; }
.form-wrapper td input#referredBy {  padding: 0px; margin: 0px; height:18px;}
.form-wrapper td textarea { width: 98%; height: 100px; border:1px inset #000;}

#enroll1 td{
vertical-align:top;
#padding:2px 0;
}

#enroll2 td{
vertical-align:middle;
padding:3px 3px 3px 0;
}

.form-wrapper { border: none; margin-top: 20px;
background:url(images/contactbox.jpg) no-repeat;
width:664px;
height:520px;
}



#download_form{ border: none; margin-top: 20px;
background:url(images/box_form3.jpg) no-repeat;
width:664px;
height:471px;
}

.form-wrapper input { margin: 0px 0px 0px 10px; display: block;border:1px inset #000;  }

.form-wrapper label { font-size: 0.8em; font-weight: bold; color: #666; text-align:right; width:190px; }

#enroll2 label { font-size: 0.8em; font-weight: bold; color: #666; text-align:right; width:190px; }

#contact_form label { font-family:arial; font-size:13px; font-weight: bold; color: #666; text-align:right; width:240px; }

#contact_form  td{
vertical-align:baseline;
}

.form-box textarea { width: 630px; height: 100px; margin: 10px; }

.form-submit { margin: 10px 5px; padding: 5px; }

#enroll4 td {
margin:0;
padding:3px 5px 3px 0;
vertical-align:top;
}

#enroll4 label { font-size: 0.8em; font-weight: bold; color: #666; text-align:right; width:190px; }

td input#address1, input#address2 { width: 300px; }
td input#city, input#state { width: 200px; }
td input#zip { width: 150px; }


input.form-submit { float: right; background:transparent url(images/submit.png) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:25px;
margin-left:205px;
width:85px;}

input.form-submit:hover { float: right; background:transparent url(images/submit_hover.png) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:25px;
margin-left:205px;
width:85px;}


input.form-submit1 { background:transparent url(https://www.bioeden.com/wp-content/themes/BioEden/images/continue.png) no-repeat scroll 0 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-weight:bold;
margin-left:205px;
padding-right:1px;
padding-bottom:6px;
vertical-align:top;
width:100px;
#width:110px;
#padding-bottom:0px;
height:25px;
}

input.form-submit1:hover { 
float: right; 
background:transparent url(https://www.bioeden.com/wp-content/themes/BioEden/images/continue_over.png) no-repeat scroll 0 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
margin-left:205px;
padding-bottom:6px;
padding-right:1px;
vertical-align:top;
width:100px;
#width:110px;
#padding-bottom:0px;
height:25px;
}


input.form-submit3 { float: right; background:transparent url(images/createaccount.png) no-repeat scroll 0 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-size:12.2px;
font-weight:bold;
margin-left:205px;
padding-bottom:6px;
vertical-align:top;
width:145px;
height:25px;
}

input.form-submit3:hover { 
float: right; 
background:transparent url(images/createaccount_over.png) no-repeat scroll 0 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-size:12.2px;
font-weight:bold;
margin-left:205px;
padding-bottom:6px;
vertical-align:top;
width:145px;
height:25px;
}


input.form-submit4 { float: right; 
background:transparent url(images/complete.png) no-repeat scroll 0 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:12.2px;
font-weight:bold;
margin-left:205px;
padding-bottom:6px;
vertical-align:top;
width:175px;
height:25px;
}

input.form-submit4:hover { 
float: right; 
background:transparent url(images/complete_over.png) no-repeat scroll 0 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:12.2px;
font-weight:bold;

margin-left:205px;
padding-bottom:6px;
vertical-align:top;
width:175px;
height:25px;
}

td label { float: left; clear: both; text-align: left; vertical-align: middle;  }
td label.normal { text-align: left; }
td label.message { width: 400px; margin-top: 10px; }

.spacer { margin-top: 40px; }

.form-wrapper h3 { font-size: 0.9em; color: #0AC; font-weight: bold; }

.form-errors { margin: 10px 0px; }
.form-errors p { padding: 0px; margin: 0px; color: red; font-weight: bold;}

/* -- Wordpress other -- */

.search {}
.search input { } 

#s { margin: 10px 2px 0px 10px; width: 145px; }
#searchsubmit { background-color: #0AD; border: 1px solid #FFF; color: #FFF; font-weight: bold; width: 30px; height: 25px; }

.alignleft { float: left; margin: 15px 0px; font-size: 0.8em; }
.alignleft a { color: #666; text-decoration: none; }
.alignleft a:hover { color: #FFF; background-color: #0AD; }

.alignright { float: right; margin: 15px 0px; font-size: 0.8em; }
.alignright a { color: #666; text-decoration: none; }
.alignright a:hover { color: #FFF; background-color: #0AD; }


/* -- News Ticker specific -- */

.ns-ticker-box { padding:0px; margin:0px; }

#ns-ticker{	height:150px; width:500px; overflow:hidden; padding:0px; }

#ns-ticker li {	border:0; margin:0; padding:0; list-style:none; }
#ns-ticker li{ height:75px; padding:5px; list-style:none; }

#ns-ticker a { color:#FFF; text-decoration: none; }

#ns-ticker .news-title,#ns-ticker .news-title a
{ font-weight:bold; padding:10px 0px 5px 0px; margin:0px; color: #FFF; }

#ns-ticker .news-text p
{ display:block; font-size: 0.8em; line-height: 1.1em; }



/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:323px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
#submit_form input[type="submit"] {

background:transparent url(images/submit.jpg) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:22px;
margin-left:234px;
width:62px;
}
#enroll1{
background:url(https://www.bioeden.com/wp-content/themes/BioEden/images/box.jpg) no-repeat; width:664px;height:320px; padding:10px;
}
#enroll2{
background:url(images/box_form3.jpg) no-repeat; width:664px;height:200px; padding:10px;

}
#enroll4{
background:url(images/box_form4.jpg) no-repeat; width:664px; padding:10px;

}


