.header { z-index:3000; width:100%; height:20px; font-size:90%; padding:10px 0; text-align:center; background:#111; color:#ff3; }
	.header a:link, .header a:visited {color:#ddd;}
	.header a:hover, .header a:active {color:#fff;}
	
	.header select {font-size:11px; width:130px; border:none;}
	
	.lefty {float:left; text-align:left; width:49%; margin-left:1%;}
	.righty {float:right; text-align:right; width:49%; margin-right:1%;}
	
.container{ background:none;}	
	
#uploadbar { z-index:2000;display:none;width:100%; font-size:130%; padding:20px 0; text-align:center; background:#39b421; color:#222; position:absolute; top:200px; }


#blackout{
   z-index:1000;
   display:none;
   position:absolute;
   top:0px;
   left:0px;
   background:#000;
   height:100%;
   width:100%;
   filter:alpha(opacity=80);-moz-opacity: 0.8; opacity: 0.8;
}


form {color:#888;}
	form p {margin-top:15px;}

	.validateinfo{display:none; background:#e8d8b0; font-size:75%; color:#222; padding:5px; border:solid 2px #cb9; margin: 5px 0; width:215px;}

	input, select, textarea { border:solid 3px #ddd; width: 325px; font:normal 17px Arial, Helvetica, sans-serif; color:#111;}
	select {width:225px;}
	textarea { height:80px; font-size:14px;}
	label, .inputtitle {font-size:130%; font-weight:bold; color:#111;}

	.topleft, #templatepreview {width:50%; float:left;}
	
	input#affiliatelink {width:40px; }
	input#inputSubmit {background:#39b421; color:#fff; }
	input#deleteBtn {background:#ebc; }
	input.check{width:16px; height:16px;}
	input.price{width:100px;}
	input.price{font-size:150%;}
	
	select.timer {width:60px; float:left;}
	.timecolon {font-size:150%; font-weight:bold; color:#000;float:left;}
	
	.form-item {width:325px;}

	
	.lesser {font-size:80%; color:#888; font-weight:normal;}
	
	
	.hidethese {display:none;}
	#urlsuccess {color:#396;}
	#urlerror {color:#934;}
	#checking {color:#999;}
	
	
	/* mysterioso */
	
	
	
	.form-header {width:100%; height:100px; background:#000;position:relative; }
		.allwomens .form-header {background:#839aba;}
		.form-header label, .form-footer label {color:#fff;}
	
		.form-header .form-item {float:left; margin-right:20px; width:225px;}
		.form-header a.editproduct {position:absolute; top:27px; right:25px;}
		
		
		input#productname {width:525px}
		
	
	.padit {padding:10px;}
	
	.form-body {width:100%; height:640px;}
		.product-image { height:100%; width:480px; float:left; background:#fff;}
		.product-image a {font-size:150%; font-weight:bold; color:#fff; background:#39b421; padding:8px;}
		.product-info { height:100%; width:480px; float:left; background:#ffb;}
			textarea { height:120px; font-size:14px;}
			.product-info .form-item.price {float:left;  margin-right:20px; width:80px}
				input#productprice {width:50px;}
			.product-info .form-item.selectid {float:left; width:225px;}
			.product-info .form-item.check {float:left; width:200px;}
			
	.form-footer {width:100%; height:310px; background:black;}
		.form-footer .recbox {float:left; margin-right:10px; width:225px;}
		
		
	.message { color:#fff; font-weight:bold; font-size:21px; padding:10px;}
	.message a {color:#fff; font-size:11px;}
	.message a:hover {color:#ff0;}

