/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body { color: #000; background-color: #ffffff; font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; background-image: url(../media/background.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: left; margin: 0; }

a {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

p {
     margin: 2px 0 7px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     
     }
h2 { color: #363c95; font-size: 14px; font-weight: bold; margin: 0.83em 0; }
h1 { color: #43a558; font-size: 18px; font-weight: bold; margin: 0.67em 0; }
h3 { color: #363c95; font-size: 1.5em; font-weight: bold; margin: 0; padding: 15px 0 0; }
.preload { visibility: hidden; margin: 0; padding: 0; display: none; }
/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 900px;
     padding: 0px;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('../media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('../media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle { color: #000; font-size: 1.5em; padding: 10px 0 4px; margin: 0 0 10px; font-weight: bold; border-bottom: 1px solid #999999; }

#skin_content { width: 880px; padding-left: 10px; }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #59A325;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #999999;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 5px 6px 14px;
     background-image: url('../media/menu_bullet.png');
     background-repeat: no-repeat;
     background-position:  center left;
     border-bottom: 1px dotted #999999;
     }

.skin_fenav ul li a:hover {
     color: #333333;
     background-color: #DDDDDD;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }
#skin_menu_head { text-align: right; width: 901px; float: right; margin-right: 20px; padding-top: 65px; }
#skin_menu_head ul {
     padding: 0 0 4px;
     margin: 0 0 4px;
     list-style: none;
     }
#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a { color: #696969; font-size: 14px; font-weight: bold; text-decoration: none; margin: 0 0 0 10px; padding: 0 0 0 5px; }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 5px;
     border: 1px dotted #999999;
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #FC8E2F;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
#wrapper { width: 901px; margin: 0 auto; padding: 0; }
#header { background-image: url(../media/amsci2_02.jpg); background-repeat: no-repeat; text-align: left; width: 901px; height: 133px; margin: 0; padding: 0; }
#nav { text-align: left; margin: 0; padding: 0; width: 901px; }
#nav li { float: left; margin: 0; padding: 0; }
.nav_home { background-image: url(../media/ASR_02.jpg); background-repeat: no-repeat; position: relative; width: 94px; height: 39px; margin: 0; padding: 0; border-style: none; border-width: 0; display: inline; }
.nav_home:hover { background-image: url(../media/ASR_over_02.jpg); background-repeat: no-repeat; display: inline; margin: 0; padding: 0; position: relative; border-style: none; border-width: 0; }
.nav_about { position: relative; margin: 0; padding: 0; border-style: none; border-width: 0; display: inline; }
.nav_divisions { position: relative; margin: 0; padding: 0; border-style: none; border-width: 0; display: inline; }
.nav_investors { position: relative; margin: 0; padding: 0; border-style: none; border-width: 0; display: inline; }
.nav_press { position: relative; margin: 0; padding: 0; border-style: none; border-width: 0; display: inline; }
.nav_contact { position: relative; margin: 0; padding: 0; border-style: none; border-width: 0; display: inline; }
#main { width: 900px; margin: 0 0 10px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
#footer { background-image: url(../media/footer_back.jpg); background-repeat: no-repeat; background-position: left top; width: 900px; float: left; margin: 0 auto; padding-top: 15px; padding-bottom: 30px; border-top: 1px solid #696969; }
#footertab { width: 750px; margin: 0; padding: 0; border-style: none; border-width: 0; }
.preload { visibility: hidden; }
#footer_info { width: 900px; margin: 0; padding: 0; border-style: none; border-width: 0; }
#footer_info a { text-decoration: none; }
#footer_info ul { margin: 0; padding: 0 0 0 5px; list-style-type: none; }
.footer_info_left { text-align: left; vertical-align: top; width: 150px; }
.footer_info_middle { text-align: left; vertical-align: top; width: 150px; padding-left: 10px; border-left: 1px dotted #4045a0; }
.footer_info_middle2 { text-align: left; padding-left: 10px; width: 150px; vertical-align: top; border-left: 1px dotted #4045a0; }
.footer_info_right { text-align: right; vertical-align: top; width: 450px; }
.footer_title { color: #4045a0; font-weight: bold; }
.bio { margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px dotted #c8c8c8; }
.floatright { text-align: center; float: right; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; }
/* +------------------------------------------------------------+ */
#nav { height: 41px; float:left; padding-left:10px; font-family:Arial, sans-serif; width: 890px; }

#menu { height:41px; position:relative; font-size:11px; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; margin: 0; z-index:1000; float:left; padding-right:20px; }
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li { float:left; }
#menu ul li a { display:block; float:left; padding:0 15px 0 0; text-decoration:none; color:#092a84; font-weight:bold; height:41px; line-height:40px; font-size:15px; background-image: url(multicolumn/tabCenter.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; }
#menu ul li a b { display:block; float:left; padding:0 0 0 10px; text-decoration:none; color:#fff; font-weight:normal; height:41px; line-height:40px; font-size:16px; background-image: url(multicolumn/tabCenter.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; cursor:pointer; }

#menu ul li div.holder { position:absolute; left:-9999px; }

#menu ul li div .leftSide {float:left;background: #eff0f2 url(multicolumn/dropLeft.gif) no-repeat left bottom;}
#menu ul li div .rightSide { background-color: #f6f6f6; background-image: url(../media/dropdownbackground.jpg); background-repeat: repeat-x; background-attachment: scroll; float:left; margin-left:10px; display:inline; padding:0 10px 0 0; border-right: 1px solid #696969; border-bottom: 1px solid #696969; border-left: 1px solid #696969; }

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#ffd500; background-position:right center; white-space:nowrap; position:relative;}
#menu ul li a:hover b {color:#ffd500; background-position:left center;}
#menu ul li a.sub:hover {color:#ffd500; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b {color:#ffd500; background-position:left bottom;}

#menu ul li:hover > a {color:#ffd500; position:relative;}
#menu ul li:hover a.sub {color:#910; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#ffd500; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:44px; left:4px; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:41px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:41px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt { padding:0 10px; margin:0; line-height:20px; background:#363c95; color:#fff; font-size: 13px; font-weight: bold; white-space:nowrap; }
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a { background-image: none; display:block; height: 20px; line-height: 20px; color:#000; font-size: 13px; text-align:left; margin: 0; padding:0 10px; font-weight:normal; white-space:nowrap; float:none; }
#menu ul dd a:hover {color:#c60;}

#menu ul table td {vertical-align:top;}
/* +------------------------------------------------------------+ */
.purchasethisitem { float: right; padding: 10px; }
.centerbutton { margin-right: auto; margin-left: auto; }
/* +------------------------------------------------------------+ */
#innovations_top { background-image: url(../media/innovations/topinnovation.jpg); background-repeat: no-repeat; width: 650px; height: 355px; padding-bottom: 15px; }
.inno_maintitle { font-weight: bold; font-style: normal; text-align: left; width: 375px; padding-top: 20px; padding-left: 20px; }
.inno_title_desc { color: #444; width: 375px; padding-left: 20px; }
#innovations_headlines { background-image: url(../media/innovations/inovationslayout_10.jpg); background-repeat: no-repeat; background-position: 0 top; width: 580px; padding-top: 40px; border: solid thin #474d97; }
.innoimage { float: right; padding: 10px; }
/* +------------------------------------------------------------+ */
.news_splash { background-image: url(../media/news/wp-news.jpg); background-repeat: no-repeat; width: 650px; height: 260px; }
#news_splashul { width: 500px; height: 125px; padding-top: 100px; padding-left: 20px; }
#news_splashul  li { width: 125px; float: left; display: table; }
#news_splashul li a { font-size: 15px; text-decoration: none; }
#splash_left { width: 450px; float: right; }
.recentposts { width: 425px; float: left; padding-top: 0; }
.mainsplash_right { width: 430px; float: right; padding-top: 20px; }
#splashbanner { background-color: #3a2477; margin: 0; padding: 0; border-style: none; border-width: 0; cursor: pointer; }
.kidz { background-image: url(../media/splash/splashbanner-F_01.jpg); background-repeat: no-repeat; width: 249px; height: 350px; margin: 0; padding: 0; border-style: none; border-width: 0; cursor: pointer; }
.kidz:hover { background-image: url(../media/splash/splashbanner-B_01.jpg); background-repeat: no-repeat; cursor: pointer; margin: 0; padding: 0; width: 249px; height: 350px; border-style: none; border-width: 0; }

.dis { background-image: url(../media/splash/splashbanner-F_02.jpg); background-repeat: no-repeat; width: 250px; height: 350px; margin: 0; padding: 0; border-style: none; border-width: 0; cursor: pointer; }
.dis:hover { background-image: url(../media/splash/splashbanner-B_02.jpg); background-repeat: no-repeat; width: 250px; height: 350px; margin: 0; padding: 0; border-style: none; border-width: 0; cursor: pointer; }

.meb { background-image: url(../media/splash/splashbanner-F_03.jpg); background-repeat: no-repeat; width: 401px; height: 350px; margin: 0; padding: 0; border-style: none; border-width: 0; cursor: pointer; }
.meb:hover { background-image: url(../media/splash/splashbanner-B_03.jpg); background-repeat: no-repeat; width: 401px; height: 350px; margin: 0; padding: 0; border-style: none; border-width: 0; cursor: pointer; }

/* +------------------------------------------------------------+ */
.contactleft { width: 425px; float: left; }
.contactright { width: 425px; float: right; }
.title { color: #4045a0; font-size: 14px; font-weight: bold; margin: 0; padding: 0; }
.item { margin: 0; padding: 0; }
#splash_table { text-align: left; width: 430px; margin: 0; padding: 0; border-style: none; border-width: 0; }
#ir-signup { width: 250px; float: right; margin-bottom: 10px; margin-left: 10px; padding: 10px; border: solid 1px #e2e2e2; }

