/* GENERAL */


* { margin: 0; padding: 0; outline: 0 }

html {
  margin:0px;
  }

body {
  background-color: #F1EEDA;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: left;
	margin: 0 0 0px 0;
}

/* LINKS */
a, a:visited {	
	color: #2E608E;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 200%;
	color: #858585;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size: 140%;
	font-weight: normal;
	letter-spacing: -0.5px;
}

h1, h2, h3, p {
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
}
ul {
	list-style: none;
}

/* images */
img {
 	background: #fafafa;
}

a img {
 	background: #fafafa;
	border: 1px solid #dcdcdc;
}

#header-links img {
 	background: #F6EFBB;
	border: none;

}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
	border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(img/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 1px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(img/nav.jpg) repeat-x;
	height: 35px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 30px;
}
td {

}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form2 {
	margin:10px; padding: 0 5px;
	border: 1px solid #f1f1f1; 

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	border:1px solid #CFCFCF;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0; 
	color: #FFF;
	background: #8EB50C url(img/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;	
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
  margin-bottom:5px;
	position: relative;
  background: #fff url(img/content-bg2.jpg) repeat-x;
	float: left;	
	width: 1000px;	
}

#header2 {
	position: relative;
	background: #fff url(img/header-bg2.jpg) repeat-x;
	width: 1000px;	
	height: auto;
}

#header {
	position: relative;
	width: 1000px;	
	height: 250px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 35px "MS Trebuchet", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #111;
	text-transform: uppercase;
	text-decoration: underline;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 143px; left: 65px;	
}
#header p#slogan {
	position: absolute;
	margin: 0px; 
	padding: 0px;
	font: normal 23px Arial;
	color: #5b4a29;
	top: 140px; 
	left: 45px;
	letter-spacing:-1px;
}

#header p#info {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #ffffff;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 339px; left: 440px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* Navigation */
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 5px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a.start {
float:left;
background:url(img/tab-left_start.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a.abmelden {
float:left;
background:url(img/tab-left_abmelden.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a.konto {
float:left;
background:url(img/tab-left_konto.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a.warenkorb {
float:left;
background:url(img/tab-left_warenkorb.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a.kasse {
float:left;
background:url(img/tab-left_kasse.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a.kontakt {
float:left;
background:url(img/tab-left_kontakt.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a.sitemap {
float:left;
background:url(img/tab-left_sitemap.gif) no-repeat left top;
margin:0;
padding:10px 0 0 40px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
font: bold 14px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
letter-spacing: 1px;
background:url(img/tab-right.gif) no-repeat right top;
padding:12px 5px 10px 0px;
margin-top:-10px;
color:white;
margin-right:5px;
text-transform:uppercase;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}

/* Main Column */
#content-wrap .spacer {
	float: left;
	width: 20px;
  height:auto;
}

#pay{
  height:30px;
  background: url(img/test-bg.jpg) no-repeat left top;
  width:1000px;
  }
  
#pay p{
  color:#000033;
  margin-left:200px;
  padding-top:6px;
  margin-bottom:0px;
  font-size:130%;
  }



#content-wrap #main {
	float: left;
	width: 690px;
	margin: 0 0 0 0px;
}

#content-wrap #main h2 {
	font-weight:normal;
	color: #895F30;
	margin-bottom:10px;
}

#content-wrap #main h3 {
	color: #3D3D3D;
	margin-bottom:10px;
	margin-top:10px;
}

#content-wrap #main h2 a {
	color: #752C29; 
	text-decoration: none;	
}

#content-wrap #main #datenschutz p{
	font-size:110%;
	text-align:justify;
}

#content-wrap #main #agbs p{
	font-size:110%;
	text-align:justify;
	margin-bottom:10px;
}

#content-wrap #main #widerruf p{
	font-size:110%;
	text-align:justify;
	margin-bottom:10px;
}

#content-wrap #main ul li {
	list-style-image: url(img/bullet.gif);
}

/* Sidebar */	
#content-wrap #sidebar {
	float: left;
	width: 247px;
	margin: 0 0 0 0px;
}

#content-wrap #sidebar .back{
  margin-top:20px;
	background: url(img/versuch2.gif) no-repeat;
}

#content-wrap #sidebar #cart{
  float:left;
  width: 247px;
}	

#content-wrap #sidebar #cart #cart_header{
  float:left;
  width: 247px;
  background-color:black;
}	

#content-wrap #sidebar h3 {
	margin-top: 10px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}
#content-wrap #sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#content-wrap #sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#content-wrap #sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 		
}
#content-wrap #sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#content-wrap #sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#content-wrap #sidebar ul.sidemenu ul li { border: none; }

/* footer */

#footertest{
	clear: both;
	width: 1000px;
	height:228px;
	background-color:#F5F1F1;
	margin: 0 auto;
	color: #888;
  font-size: 105%;
	}

#footertest #morebox{
	float:left;
	width: 250px;
	height:228px;
	border-left:20px;
	border-right:5px solid #F1EEDA;
	}

#footertest #information{
	float:left;
	width: 250px;
	height:228px;
	border-right:5px solid #F1EEDA;
	}

#footertest #shopinfo{
	float:left;
	width: 250px;
	height:228px;
	border-right:5px solid #F1EEDA;
	}

#footertest #shopinfo p{
	text-align:justify;
	font-size:90%;
	width:227px;
	margin-left:13px;
	}

#footertest #other{
	float:left;
	width: 227px;
	height:228px;
	}

#footertest #other #newsletter{
	float:left;
	width: 227px;
	height:120px;
	border-bottom:5px solid #F1EEDA;
	}

#footertest #other #newsletter input{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:13px;
	}
	
#footertest #other #newsletter span{
  margin-left:13px;
  margin-top:8px;
  } 
	
#footertest #other #kunden{
	float:left;
	width:227px;
	height:103px;
	}

#footertest #other #kunden p{
	margin-top:8px;
	margin-bottom:3px;
	margin-left:13px;
	}
	
#footertest #other #kunden img{
	margin-bottom:8px;
	border:1px solid #c2c2c2;
	}


#footer-wrap {
	background-color:#F3F1F2;
	clear: both;
	width: 1000px;	
	text-align: left;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footertest a:hover {
	color: #000;	
}
#footertest h3 {
	margin-left:13px;
	margin-top:10px;
	margin-bottom:7px;
	font-size:140%;
	color: #976834;
	text-transform: uppercase;
}

#footertest a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	margin-left:3px;
		margin-top:3px;
	margin-bottom:3px;
}

#footertest ul {
	list-style: none;
	margin: 13px 10px 0px 10px; 
	border-top: 1px solid #e5e5e5;
}
#footertest li {
	border-bottom: 1px solid #e5e5e5;	
}
#footertest li a {
	display: block;
	font-weight: normal;
	width: 96%;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto;
	margin-top:5px;
	width: 870px;
	text-align: center;	
}
#footer-bottom  a {
	color: #976834;
}

/* postmeta */
.postmeta {	
	margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align:center;
}
.parseTime {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align:center;
}
A.copyright {
	color: #000000;
}
A.copyright:hover {
	color: #0000ff;
	text-decoration: underline;
}


.moduleRow {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 11px;
 	line-height: 1.5;
 	background-color: #E6E6E6;
 	border: 1px solid;
 	border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #AEAFB2; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5; 
	}

.moduleRowSelected { background-color: #9CB10E; }

#main #navtrail{
	margin-top:15px;
	margin-bottom:10px;
	height:20px;
}

#main #prodheader{
	float:left;
	width:690px;
	height:auto;
	margin-bottom:10px;
}

#main #prodheader h1{
	font-size:300%;
}


#main #prodheader p{
	margin-bottom:5px;
	text-align:justify;
}

#main #prodheader img{
	margin-left:5px;
	margin-top:10px;
}

#main #special h2{
	font-size:140%;
	color: #755229;
	font-weight:normal;
	margin-left:5px;

}

#main #more_cats{
	float:left;
	width:690px;
	height:auto;
}

#main #more_cats .more_cats_box{
	float:left;
	width:230px;
	height:auto;
	margin-bottom:30px;
}

#main #more_cats #more_cats_header{
	float:left;
	width:690px;
	height:40px;
	border-top:1px solid #d4d4d4;
}

#main #more_cats #more_cats_header p{
	margin-top:5px;
	margin-bottom:5px;
}

#main #more_cats #more_cats_header h3{
	margin-top:10px;
	font-size:140%;
	color: #895F30;
	font-weight:normal;
	margin-left:5px;
}

#main #prod_list{
	float:left;
	width:690px;
	height:140px;
	border-top:1px solid #d4d4d4;
}

#main #prod_list #bild{
	float:left;
	width:110px;
	height:120px;
	margin-top:10px;
}

#main #prod_list #bild img{
	margin-top:5px;
	margin-bottom:5px;
}

#main #prod_list #short{
	float:left;
	width:450px;
	height:120px;
	margin-top:10px;
}

#main #prod_list #short p.headline{
	margin-left:5px;
	margin-right:5px;
}

#main #prod_list #short p.shortdesc{
	margin-left:5px;
	margin-right:5px;
}

#main #prod_list #preis{
	margin-top:10px;
	/* border-left:1px solid #d4d4d4; */
	float:left;
	width:129px;
	height:120px;
}

#main #prod_list #preis #blabla{
	float:right;
	height:55px;
	width:129px;
	text-align:left;
	margin-top:10px;
}

#main #prod_list #preis #blabla p{
	margin-left:4px;
	margin-top:43px;
}

#main #prod_list #preis #blabla2{
	float:right;
	height:90px;
	width:129px;
	text-align:right;
	margin-top:0px;
}

#main #prod_list #preis p.button{
	margin-right:4px;
}

#main #prod_list #preis p.shipping{
	margin-top:40px;
	margin-right:4px;
	font-size:102%;
	margin-bottom:-8px;
}

#main #prod_list #preis p.shipping strong{
	font-size:102%;
}

#main #prod_list #preis #blabla2 p{
	margin-left:4px;
}

#main #prod_list #preis #blabla2 img{
	margin-top:10px;
}

#main #prod_list #preis p{
	margin-right:4px;
}

#main #prod_list #preis strong{
	font-size:110%;
}

#main #prod_list #eraser{
	clear:left;
	height:0;
	width:0;
}

#main #prodfooter{
	float:left;
	width:690px;
	height:auto;
	border-top:1px solid #d4d4d4;
}
#prod_info{
  float:left;
  width:690px;
  }
  
#prod_header{
  border-top:1px solid #c2c2c2;
  float:left;
  width:690px;
  margin-bottom:20px;
  border-bottom:1px solid #c2c2c2;
  }
  
#oben{
	margin-top:10px;
	float:left;
	width:690px;
	height:auto;
	}

#links{
	float:left;
	width:200px;
	height:auto;
	margin-bottom:10px;
}

#rechts{
	float:left;
	width:490px;
	height:54px;
	margin-bottom:10px;
}

#rechts p{
	text-align:right;
  margin-top:18px;
}

#rechts strong{
	color:#26321A;
  float:right;
	font-size:140%;
	letter-spacing:-1px;
}

#rechts span{
	float:right;
}

#product_details h1{
	font-size:180%;
	letter-spacing:0px;
	font-weight:normal;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:5px;
}

#product_details h2{
	font-size:140%;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}

#product_details h3{
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}

#product_details h4{
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}

#product_details p{
	font-size:110%;
	margin-bottom:10px;
	margin-left:5px;
	text-align:justify;
	margin-right:5px;
}

#prod_info h1.prod_name{
	font-size:190%;
	color: #663333;
	letter-spacing: -1px;
	line-height:1;
	margin-right:5px;
}

#prod_info ul li{
	margin-left:30px;
}

#prod_info ul{
	margin-left:10px;
	margin-bottom:10px;
}

#main #new_products{
	width:581px;
	height:auto;
	}

#main #new_products #products_container{
	float:left;
	width:690px;
	height:auto;
	border-bottom:1px dashed #C7C7C7;
	border-left:1px dashed #C7C7C7;
}

#main #new_products #products_container .detailed{
	float:left;
	width:344px;
	height:160px;
	border-top:1px dashed #C7C7C7;
	border-right:1px dashed #C7C7C7;
}

#main #new_products #products_container .detailed .img_preview{
	float:left;
	width:120px;
	height:150px;
	margin-bottom:10px;
}

#main #new_products #products_container .detailed .img_preview img{
	margin-top:10px;
}

#main #new_products #products_container .detailed .info{
	float:left;
	width:215px;
	height:150px;
	margin-bottom:10px;
	font-size:110%;
	text-align:right;
}

#main #new_products #products_container .detailed .info .info_link{
	margin-top:10px;
  float:left;
	width:215px;
	height:55px;
	text-align:left;
}

#main #new_products #products_container .detailed .info .info_link a{
	font-size:105%;
	color:#8F4724;
}

#main #new_products #products_container .detailed .info .info_shipping{
	float:left;
	width:215px;
	height:55px;
	text-align:right;
}

#main #new_products #products_container .detailed .info .info_shipping strong{
	color:#575757;
	font-size:90%;
}

#main #new_products #products_container .detailed .info .button{
	float:left;
	width:215px;
	height:22px;
	text-align:right;
}

t:left;
	width:120px;
	height:150px;
	margin-bottom:10px;
}

#main #new_products #products_container .detailed .img_preview img{
	margin-top:10px;
}

#main #new_products #products_container .detailed .info{
	float:left;
	width:215px;
	height:150px;
	margin-bottom:10px;
	font-size:110%;
	text-align:right;
}

#main #new_products #products_container .detailed .info .info_link{
	margin-top:10px;
  float:left;
	width:215px;
	height:55px;
	text-align:left;
}

#main #new_products #products_container .detailed .info .info_link a{
	font-size:105%;
	color:#8F4724;
}

#main #new_products #products_container .detailed .info .info_shipping{
	float:left;
	width:215px;
	height:55px;
	text-align:right;
}

#main #new_products #products_container .detailed .info .info_shipping strong{
	color:#575757;
	font-size:90%;
}

#main #new_products #products_container .detailed .info .button{
	float:left;
	width:215px;
	height:22px;
	text-align:right;
}

#product_details{
  float:left;
  width:690px;
  height:auto;
  }
  
#product_details #preview_images{
  float:left;
  width:100px;
  height:auto;
  text-align:center;
  }
  
#product_details #preview_images img{
  margin-bottom:10px;
  }
  
#product_details #product_description{
  margin-left:15px;
  border-left:1px solid #c2c2c2;
  float:right;
  width:565px;
  }
#product_details #cart{
  float:right;
  width:565px;
  border-left:1px solid #c2c2c2;
  text-align:right;
  }
#product_details .options{
  float:right;
  width:565px;
  border-left:1px solid #c2c2c2;
  text-align:center;
  }
#favoriten{
  float:left;
  width:690px;
  height:20px;
  text-align:right;
  }
  
#favoriten a{
  margin-left:2px;
  }
  
#favoriten img{
  margin-left:2px;
  }

/* Sidebar */

/* Shopping Cart */

#sidebar #box_cart{
  float:left;
  width:267px;
  height:auto;
  margin-bottom:0px;
  }
  
#sidebar #box_cart_header{
  float:left;
  width:247px;
  height:30px;
  margin-top:20px;
  margin-bottom:5px;
  border-bottom:1px solid #c2c2c2;
  }
  
#sidebar #box_cart_header h3{
  margin:0px;
  }
  
#sidebar .box_cart_content{
  float:left;
  width:247px;
  height:auto;
  }
  
#sidebar .box_cart_content .box_cart_qty{
  float:left;
  width:30px;
  height:auto;
  text-align:right;
  }
  
#sidebar .box_cart_content .box_cart_multiplyer{
  float:left;
  width:15px;
  height:auto;
  text-align:center;
  }
  
#sidebar .box_cart_content .box_cart_prodname{
  float:left;
  width:202px;
  height:auto;
  text-align:left;
  }
  
#sidebar .box_cart_footer{
  margin-top:5px;
  border-top:1px solid black;
  text-align:right;
  float:left;
  width:247px;
  height:auto;
  }
  
#sidebar #cats #cat_box_header{
  float:left;
  width:247px;
  height:30px;
  margin-top:20px;
  margin-bottom:5px;
  border-bottom:1px solid #c2c2c2;
  }
  
#sidebar #cats #cat_box_header h3{
  margin:0px;
  font-size:150%;
  }

#sidebar #cats{
  font-size:120%;
  }
  
#sidebar #cats li{
  font-size:100%;
  }
#account input{
  margin-left:5px;
  }
  
#account select{
  margin-left:5px;
  }
#account span.inputRequirement{
  color:#FF4000;
  }