html, body {
	height: 100%;	
	}

body    {
	margin: 0;
	padding: 0;
        text-align: center; 
	background: #b2a37c url(../../images/body_bg.jpg) repeat;
	color: #3e3928;
	font-family: "lucida grande", "lucida sans", "lucida sans unicode",  verdana, arial, helvetica, sans-serif;	
	/* adjust baseline font size here, no smaller than 75% */  
	/* Safari didn't like a smaller percentage */
	font-size: 100%;        
	}

table  {
	 /* IE 5 doesn't inherit font sizes into tables */ 
 	font-size: 1em; 
 	}
 	
div, td  {
 	vertical-align: top;
 	} 	
 	
img     {
	border: 0; 
	}

.hide   {
	display: none; 
	}

.pre    {
	visibility:hidden;
	}

.block  {
	display: block;
	}

.inline {
	display: inline;
	}
	
br.clear { 
	clear: both; 
	}	

h1, .title, div.content-title   {
	font-size: 1.2em;
	font-weight: bold;
	color: #8d902b;
	text-align: left;
	margin: 0 0 .70em 0;
	}
	
h2  {
	font-size: 1.1em;
	color: #8d902b;
	}
	
h3  {
	font-size: 1em;
	font-weight: bold;
	color: #8d902b;
	margin-bottom: 0.3em;
	}	
	
p       {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.3;
	}

.floatleft {
	float:left; 
	margin-right:15px;
	}
	
.floatright {
	float: right; 
	margin-left: 15px;
	}

.left {
	text-align:left;
	}
	
.ctr {
	text-align:center;
	}
	
.right {
	text-align:right;
	}
	
.justify {
	text-align:justify;
	}

.small {
	font-size:10px;
	}
	
.tiny {
	font-size:6px;
	}	

.notice {
	color: #ef4061;
	font-weight:bold;
	}

.big {
	font-size: 1.6em;
	}
	
.cbutton, .abutton, .wbutton, .button, .submit input, input.submit  {
	color: #fff;
	border: none;
	padding: 5px;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #971b1e;	
	font-family: "lucida grande", "lucida sans", "lucida sans unicode",  verdana, arial, helvetica, sans-serif;		
	}	

.billbutt, div.confirmation-header a, input.cartbutton, .cartbottom a, .cartbottom a:link, .cartbottom a:active, .cartbottom a:hover, .cartbottom a:visited {
	color:  #971b1e;
	padding: 5px;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	border: 1px solid #971b1e;
	font-family: "lucida grande", "lucida sans", "lucida sans unicode",  verdana, arial, helvetica, sans-serif;		
	}	

div.confirmation-header a  {
	display: block;
	width: 100px;
	text-align: center;
	margin: 0 auto 0 auto;
	}

.cartbottom a, .cartbottom a:link, .cartbottom a:active, .cartbottom a:hover, .cartbottom a:visited  {
	display: block;
	padding: 6px;
	}

input.submit  {
	background: #808285;
	font-size: .90em;
	}

/* Floated images */

.imgright {
	display: inline;
    	float: right;
	margin: 0 0 0 15px; 
	}

.imgleft {
	display: inline;	
    	float: left;
	margin: 0 15px 5px 0; 
	}

/* Link style */

a:link  {
	font-weight: normal;
	text-decoration: none;
	color: #808285;
	background: transparent;
	}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #808285;
	background: transparent;
	}	
	
a:hover {
	font-weight: normal;
	font-style: normal;
	color: #ef4061;
	background: transparent;
	}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #808285;
	background: transparent;
	}
	
/* Forms */

form {
	padding:0;
	margin:0;
	}

input, select  {
	margin: 5px;
	}
	
/* The content section of the page */

#content  {
	margin: 20px auto 0 auto;
	width: 970px;	
	text-align: left;
	background: url(../../images/content_bg.gif) center top repeat-y;
	}

#header  {	
	position: relative;
	height: 130px;
	margin: 0 auto 0 auto;
	font-size: .70em;
	letter-spacing: .5px;	
	background: url(../../images/header_bg.gif) center top no-repeat;
	}

#page  {
	padding: 10px 0 25px 0;
	font-size: .70em;
	width: 970px;	
	}	

#leftnav  {
	width: 200px;
	float: left;
	padding: 0;
	margin-left: 25px;
	}
	
#text  {
	float: right;
	width: 700px;	
	margin-right: 25px;
	}	
	
#text-wide {
	width: 925px;
	margin: 0 auto 0 auto;
	}		

#footer  {
	background: url(../../images/footer_bg.gif) center top no-repeat;
	text-align: center;
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px 18px 0 0;		
	font-size: .60em;
	letter-spacing: 2px;
	}
	
/* Home page */

#homeimg  {
	width: 686px;
	float: left;	
	margin-bottom: 8px;
	}
	
#hometext  {
	float: right;
	width: 188px;
	height: 285px;
	background: url(../../images/green_bg.gif) center top repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	}	

#hometext a, #hometext a:link, #hometext a:active, #hometext a:visited {
	color: #fff;
	}
	
#hometext a:hover {
	color: #eeebe1;
	}	
	
.featured  {
	width: 686px;
	float: left;
	position: relative;
	height: 230px;
	}

.featured img {
	position: absolute;
	}

.featured #featured1  {
	top: 0;
	left: 0;
	}

.featured #featured2  {
	top: 0;
	left: 231px;
	}	

.featured #featured3  {
	top: 0;
	left: 462px;
	}
	
.featured #featured4  {
	top: 124px;
	left: 0;
	}
	
.featured #featured5  {
	top: 124px;
	left: 346px;
	}	

.homeblog  {
	float: right;
	width: 188px;
	height: 138px;
	color: #3e3928;
	background: #eeebe1 url(../../images/weblog.gif) 15px 10px no-repeat;
	padding: 90px 20px 20px 20px;
	}

.homeblog a, .homeblog a:link, .homeblog a:active, .homeblog a:visited  {
	color: #3e3928;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: .1em;
	font-family: georgia, "times new roman", serif;
	}

.homeblog a:hover {
	color: #e22a53;
	}

/* Header and navigation section */

.currencybox, ul.cartlinks, #contactus   {
	position: absolute;
	top: 36px;
	}

#logo  {
	position: absolute;
	top: 30px;
	left: 33px;
	}
	
#tagline  {
	position: absolute;
	top: 53px;
	left: 62px;
	font-size: 10px;
	color: #3e3928;	
	}	

.currencybox  {
	left: 525px;
	}
	
.currencybox a {
	font-weight: bold;
	color: #3e3928;
	}
	
a.currentcy, a.currentcy:active, a.currentcy:link, a.currentcy:hover, a.currentcy:visited  {
	color: #ef4061;
	}
	
#contactus  {
	left: 275px;
	color: #ef4061;
	letter-spacing: 0;
	}	
	
#contactus a {
	color: #ef4061;
	}	
	
#contactus span {
	padding-bottom: 1px;
	border-bottom: 1px solid #ef4061;
	}	

ul.cartlinks  {
	left: 700px;
	text-transform: lowercase;
	letter-spacing: 1px;		
	font-size: .90em;
	padding: 0;
	margin: 0;
	width: 250px;
	}
	
ul.cartlinks li  {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
	}
	
ul.cartlinks a  {
	font-weight: normal;
	font-style: normal;	
	color: #8f922c;
	}
	
ul.cartlinks a:hover {
	font-weight: normal;
	font-style: normal;
	color: #808285;
	}	
	
ul.cartlinks li.cl_register, ul.cartlinks li.cl_wishlist, ul.cartlinks li.cl_wishsearch, ul.cartlinks li.cl_wish, ul.cartlinks li.cl_orders {
	display: none;
	}
	
.cartitems {
	position: absolute;
	top: 55px;
	left: 710px;		
	font-size: 1em;
	font-weight: bold;
	padding: 3px 0 0 0;
	text-align: right;
	margin: 0;
	width: 220px;
	color: #8d902b;
	border-top: 1px solid #8d902b;
	}	

.cartitems a:active, .cartitems a:link, .cartitems a:visited {
	color: #8d902b;
	font-weight: bold;	
	}
	
.cartitems a:hover {
	color: #808285;
	font-weight: bold;
	}

#shipping, #topnav  {
	position: absolute;
	}
	
#shipping  {
	top: 100px;
	left: 60px;
	}
	
#shipping a {	
	color: #8d902b;
	font-style: italic;
	}
	
#topnav  {
	top: 98px;
	left: 275px;
	font-size: .90em;	
	letter-spacing: 1px;
	}	
	
#topnav a, #leftnav-links a {	
	font-weight: normal;
	color: #3e3928;
	margin-right: 10px;
	text-transform: uppercase;
	}
	
#topnav a:hover, #leftnav-links a:hover {	
	font-weight: normal;
	color: #808285;
	}
	
#topnav img {
	vertical-align: middle;
	}
		
.searchbox  {
	position: absolute;
	left: 720px;
	top: 97px;
	}	
	
.searchbox input {
	font-size: .95em;
	margin: 0;
	display: inline;
	}	

.searchbox input.tinytxt  {
	width: 150px; 
	}
	
.searchbox input.search-button {
	text-transform: uppercase;
	background: #3e3928;
	color: #fff;
	padding: 2px;
	border: none;
	font-size: .85em;	
	}	
	
.searchbox .bothnavhead, .searchbox div.tinytxt {
	display: none;
	}	
	
/* Left nav content */

.vert-level-0 a:link, .vert-level-0 a:active, .vert-level-0 a:visited, .specialnav a:link,  .specialnav a:active, .specialnav a:visited {
	display: block;
	width: 200px;
	text-transform: uppercase;
	background: #3e3928;
	margin: 7px 0 5px 0;
	padding: 5px 0 5px 10px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: normal;
	font-size: .80em;
	}

.vert-level-0 a:hover, .vert-level-0-on a:hover, .specialnav a:hover, .vert-level-0-on a:link, .vert-level-0-on a:active, .vert-level-0-on a:visited, .specialnav-on a:active, .specialnav-on a:visited {
	display: block;
	width: 200px;	
	text-transform: uppercase;	
	background: #8d902b;
	margin: 7px 0 5px 0;
	padding: 5px 0 5px 10px;
	letter-spacing: 2px;	
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-size: .80em;	
	}

.vert-level-1 a, .vert-level-2 a, .vert-level-1-on a, .vert-level-2-on a  {
	margin-left: 10px;
	font-weight: normal;	
	line-height: 1.7;	
	}
	
.vert-level-1 a, .vert-level-1-on a  {
	color: #636466; 
	letter-spacing: 1px;
	font-weight: normal;	
	}
	
.vert-level-1-on a, .vert-level-2-on a  {
	color: #e22a53;
	}	
	
.vert-level-1 a:hover, .vert-level-1-on a:hover  {
	color: #acc14e; 	
	}
	
.vert-level-2 a, .vert-level-2-on a {
	font-weight: normal;
	padding-left: 10px;	
	}
	
.specialbox .bothnavhead  {
	display: none;
	}
	
#leftnav-links  {
	line-height: 1.8;
	padding: 10px 0 0 10px;
	}
		
/* Product pages  */

#item-info  {
	float: left;
	width: 750px;
	}

#item-left  {
	float: left;
	width: 325px;
	margin-bottom:1em;
	text-align: center;
	}

#item-right  {
	float: right;
	width: 420px;
	text-align: left;
	font-size: 1.1em;	
	}
	
#related  {
	float: right;
	width: 165px;	
	}	
	
.item-top  {
	background: #8e8b81;
	color: #fff;
	font-weight: normal;
	width: 750px;
	margin-bottom: 4px;
	text-align: right;
	height: 25px;
	}	
	
.breadcrumb  {
	float: left;
	text-transform: lowercase;
	font-size: .95em;
	font-weight: normal;
	text-align: left;
	width: 70%;
	padding: 5px 10px 5px 10px;	
	}
	
.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:visited, .breadcrumb a:active, a.backbutton, a.backbutton:visited   {
	font-weight: normal;
	color: #fff;
	}	
	
.backbutton {
	float: right;
	padding: 5px 10px 5px 10px;	
	}	
	
#item-left img.item_image, .related img  {
	border: 1px solid #808285;
	}
	
#item-left img.item_image  {
	text-align: center;
	margin: 0 auto 0 auto;
	}

#item-right h1  {
	clear: both;
	color: #e22a53;
	text-transform: none;
	}	
	
#item-right #productinfo  {	
	padding: 15px;
	border: 1px solid #808285;
	}	
	
#item-right .itemlongdesc  {
	padding-bottom: 10px;
	}

#item-right .itemlongdesc ul {
	padding-left: 15px;
	}	
	
#item-right #buttons, #item-right #sharethis  {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	}
	
#buttons div  {	
	display: inline;
	}	
	
#buttons a  {	
	color: #3e3928;
	}	
	
.additional-info  {
	padding-bottom: 15px;
	}	
	
.item-pager {
	font-size: .90em;
	padding-top: 15px;
	text-align: left;
	}	

.options  {
	border-top: 1px solid #3e3928;
	padding-top: 15px;
	text-align: left;
	}
	
table.opttable  {
	margin: 0;
	padding: 0;
	}

table.opttable td  {
	padding: 3px;
	vertical-align: middle;
	}

td.option1  {
	font-weight: bold;
	}

td.option1 a {
	text-decoration: underline;
	}

.product-form input.sm-button  {
    	float: right;
    	vertical-align: middle;
    	display: inline;
	}
	
div.product-form  {
	text-align: left;
	}

div.itemprice  {
	color: #ef4061;
	font-weight: bold;
	font-size: 1.1em;
	margin: 15px 0 15px 0;
	}

.q-discount-msg{
    padding-top: 10px;
    font-weight: normal;
    font-size: 0.9em;
}


.q-discount-table{
    color: #3e3928;
    font-weight: normal;
    font-size: 0.9em;
    padding-bottom: 20px;
}


.item-message   {
	font-weight: bold;
	font-size: 1.1em;
	color: #808285;
	}

div#quantityorder  {
	text-align: left;
    vertical-align: middle;
	}
	
div#quantityorder input {
	vertical-align: middle;
	}		
	
table.related-table  {
	margin-top: 25px;
	}	

table.related-table td {
	padding-top: 10px;
	}

#related .item-top  {
	background: #bbbc3c;
	width: 165px;
	}

#related h1  {
	color: #fff;
	text-transform: uppercase;
	font-size: .80em;	
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	padding: 6px 0 5px 0;
	}
	
.related  {
	text-align: center;
	margin-bottom: 10px;
	}
	
#reviews  {
	margin-top: 15px;
	border: 1px solid #808285;
	padding: 15px;	
	}

.reviews-head, .review-section b, .review-section a     {
	font-size: 1.2em;
	text-align: left;
	margin: 0 0 .70em 0;
	font-weight: normal;
	}

.review-content, .review-author  {
	color: #808285;
	font-size: 1.1em;
	}

.catcode  {		
	/* Don't display catalog codes anywhere */
	display: none;
	}	
	
/* Footer */
	
#footertop  {
	margin: 0 20px 0 40px;
	}
	
#footertop p, #footertop #newsletter {
	float: left;
	text-align: left;
	color: #3e3928;
	}
	
#footertop p  {
	margin-right: 100px;
	}
	
#footertop a  {
	color: #3e3928;	
	}	

#footertop #newsletter form, #footertop #newsletter p {
 	margin: 0;
	display: inline;
	}
	
#footertop #newsletter input, #footertop #newsletter p {
 	vertical-align: top;
 	margin-top: 0;
	}	

#footerbottom  {
	clear: both;
	padding-top: 20px;
	color: #fff;
	text-align: center;	
	}

#footerbottom p  {
	text-align: center;
	}	

#footerbottom p a  {
	color: #fff;
	font-weight: normal;
	}
	
#footerbottom p.footerlinks  {
	text-transform: uppercase;
	}	

/* Galleries on product page */

img.item_image  {
	}

div.gallery_nav {
	width: 85%;
	margin: auto;
	padding-bottom: 10px;
	}

.gallery {
	margin-bottom: 15px;
	}
	
.gallery img  {
	border: 1px solid #808285;
	vertical-align:top;
	}	

.gallery td  {
	text-align: center;  
	vertical-align:top;
	padding: 2px;
	}		

.gallery table  {
	text-align:center; 
	margin-top: 3px;
	}
	
div.galimage {
	}

/* Category page */

div.items {
	/* This is to make the new icon behave */
	position: relative;
	padding: 8px 8px 15px 8px;
	}

.newicon  {
	position: absolute;
	bottom: 5px;
	right:5px;
	}
	
.itemtable {
	margin: 15px auto 0 auto;
	}
	
td.itemcell, .items {
	text-align: left;
	width: 160px;
	}
	
td.itemcell .itemname a {
	font-size: 1.1em;
	color: #3e3928;
	}
	
td.itemcell .itemname, td.itemcell .price {
	display: inline;
	vertical-align: middle;
	}	

td.itemcell .price {
	font-weight: bold;
	}	
	
.item-count  {		
	/* Don't display category counts */
	display: none;
	}
	
img.item_thumb_image, img.category_thumb_image  {
	display: block;
	margin: 0 auto 3px auto;
	text-align: center;
	border: 1px solid #808285;
	}
	
img.item_thumb_image  {
	}

#category-header  {
	position: relative;
	}

img.category_thumb_image  {
	margin-bottom: 5px;
	}

img.category_large_image  {
	text-align: center;
	margin: 0 auto 0 7px;
	}

.categorylongdesc  {
	position: absolute;
	top: 5px;
	left: 17px;
	}
	
.other .categorylongdesc  {
	width: 70%;
	}
	
.familybirthstone .categorylongdesc  {
	width: 505px;
	}	

.birthday .categorylongdesc  {
	width: 505px;
	}	
	
.thankyou .categorylongdesc  {
	width: 354px;
	}
	
.weddingparty .categorylongdesc  {
	width: 447px;
	}
	
.forher .categorylongdesc  {
	width: 452px;
	}	

.forhim .categorylongdesc  {
	width: 424px;
	}	

.forteens .categorylongdesc  {
	width: 417px;
	}
	
.formoms .categorylongdesc  {
	width: 461px;
	}	
	
.fordads .categorylongdesc  {
	width: 410px;
	}	

.monsters .categorylongdesc  {
	width: 468px;
	}	

.forfriends .categorylongdesc  {
	width: 422px;
	}	

table.catitemoutertable, table.mainnew, table.subcatoutertable  {
	margin: auto;
	text-align: center;
	}

table.subcattable  {
	width: 100%;
	}	

.subcatcell  {
	padding-bottom: 10px;
	}
	
th.feat-head  {
	background: url(../../images/greendot.gif) left 7px repeat-x;
	padding: 4px;
	text-align: left;
	}
	
th.feat-head div {
	display: inline;
	color: #acc14e;
	font-style: italic;
	background: #fff;
	margin: 0 0 0 5px;
	padding: 0 3px 0 3px
	}
	
.reviews-thumb-stars, .reviews-thumb-text  {
	display: inline;
	vertical-align: middle;
	font-size: .95em;
	}	
	
/* Information pages */

/* Home page */

#homecats {
	clear: both;
	position: relative;  
	background: #f9f9f9 url(../../images/homecats_bg.gif) center top no-repeat;	
	margin: 15px 0 15px 0;
	width: 570px;
	height: 205px;
	}
	
#homecats #jewelry  {
	position: absolute;
	top: 55px;
	left: 290px;
	}
	
#homecats #accessories  {
	position: absolute;
	top: 50px;
	left: 55px;
	}
	
#homecats #beauty {
	position: absolute;
	top: 120px;
	left: 185px;
	}
	
#homecats #papergoods{
	position: absolute;
	top: 120px;
	left: 350px;
	}
	
/* Popups */

div.emailpop  {
	margin: 20px 10px 20px 10px;
	background: #fff;
	width: 90%;
	padding: 15px;
	font-size: .80em;
	}	
	
div.emailpop table td {
	padding: 5px;
	text-align: left;
	}

/* User, cart and checkout pages */

.login-register, .login  {
	width: 30%;
	float: left;
	}

.login-register {
	margin-left: 200px;
	}
	
.register  {
	width: 50%;
	margin: auto;
	}

table.register-form  {
	text-align: left;
	}

table.register-form td {
	vertical-align: middle;
	}	
	
.field-req {
	text-align:right;
	padding:1px;
	}

.cart-name {
	font-style:italic;
	}

.head {
	font-size:18px;
	font-weight:bold;
	padding:2px;
	}

/* Wishlist user page */

.wlistpage .emailfriend  {
	text-align: center;
	font-size: 1.1em;
	margin: 10px;
	}

#wishlistsearch  {
	margin-top: 15px;
	}
	
table.wishlisttable th {	
	text-align: left;
	}

.map-level-0 {margin:10px 20px 10px 20px; font-weight:bold; font-size:12pt; }
.map-level-1{margin-left:35px; font-weight:bold; font-size:10pt;}
.map-level-2{margin-left:45px; font-size:9pt;}
.map-content-link {margin-left:20px; font-weight:bold; font-size:12pt;}
.map-content-link-on{margin-left:20px; font-weight:bold; font-size:12pt;}

/* Formmailer */

.ddfmwrap {
	
	}

.ddfmwrap input {
	margin: 0;
	padding: 0;
	
	}

.ddfmwrap p.fieldwrap {
	padding: 0;
	margin: 0;
	line-height: 1;	
	}
	
form.ddfm {
	text-align: left;
	width: 400px; 
	}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
	}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;
	}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: left;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
	font-weight: bold;
	}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 5px;  
	padding: 3px; 
	}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 5px;
	}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 5px;
	}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
	}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
	}
	
form.ddfm .fmradio input {
	margin: 0 5px 0;
	}	

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 5px;
	padding: 3px;
	}
	
form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
	}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
	}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
	}

form.ddfm img {
	margin: 1px 0 0 10px; 
    	float: left;
	}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 5px;  
	padding: 3px;
	}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
	}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
	}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
	}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
	}
