label { https://cp.sweb.ru/files/editFile/?dir=/tatler_moda/public_html/templates/it_theshop/css/&file=forms.css
	font-weight: normal;
	vertical-align:top;
	width:160px;
	display:inline-block}

fieldset { 
	padding:1.4em;
	margin: 1em 0 1.5em .2em;
}
	
legend  { 
	font-size:1.5em;
	color:#000000;

	padding:0.3em 1em 0.3em}

div.registration, div.login, div.profile-edit, div.edit, div.profile {
padding-left: 10px;
}
#user-registration {
padding-left: 10px;
padding-right: 10px;
}
/* Text fields */
.inputbox,
input[type="text"],
input[type="email"], 
input[type="password"]  {
	color:#000000;

	border:1px solid #d2b05e;
	box-shadow:inset -1px -1px 0 #fff, inset 1px 1px 0 #fff ;
	margin:0 0.25em 0 0;
	padding:4px 7px;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;}
	.inputbox:hover,
	.inputbox:focus,
	input[type="text"]:hover,
	input[type="text"]:focus,
	input[type="email"]:hover,
	input[type="email"]:focus,
	input[type="password"]:hover,
	input[type="password"]:focus  {
		background:#fff}
#jshop_search {
width: 615px;
}
.jshop h1 {
width: 710px;
background: url(../images/bg.png);
position: relative;
font-size: 1.25em;
margin: 0;
padding: 5px 10px 6px;
text-shadow: 1px 1px 1px 
rgba(0, 0, 0, 1);
color: 
white;
}
	

		
		
textarea {
	color:#777;
	
	border:1px solid #d2b05e;
	box-shadow:inset -1px -1px 0 #fff, inset 1px 1px 0 #fff ;
	margin:0 0.25em 0 0;
	padding:7px;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in; }
	textarea:hover,
	textarea:focus { 
		background:#fff;}


select {
	color:#777;
	background:#eee url(../images/stripe.png) repeat;
	border:1px dotted #ccc;
	box-shadow:inset -1px -1px 0 #fff, inset 1px 1px 0 #fff ;
	padding:3px 2px 3px 2px;
	outline:none;}
	select option {
		color:#555;
		background:#fff;}
	select:focus { }

form p img {
	float:none;
	margin:0;
	vertical-align:middle}



div.success,
p.success,
div.notice,
p.notice,
div.error,
p.error { 
	padding:.6em 1em 0.6em 3.4em;
	box-shadow:inset -1px -1px 0 #fff, inset 1px 1px 0 #fff ;
	border:1px solid #fff;
	margin-bottom: 2em;}
	div.success,
	p.success { 
		color: #264409;
		background:#E6EFC2 url(../images/typo_success.png) no-repeat 10px center;
		border:1px solid #CEE086;}
	div.notice,
	p.notice { 
		color: #514721;
		background:#FFF6BF url(../images/typo_note.png) no-repeat 10px center;
		border:1px solid #FFDE24;}
	div.error,
	p.error { 
		color: #8A1F11;
		background:#FBE3E4 url(../images/typo_error.png) no-repeat 10px center;
		border:1px solid #F5B7B8;}





button,input.button,a.button  {
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	text-shadow: 1px 1px 1px 
 
rgba(0, 0, 0, 1);
color: 
white;padding: 5px 10px 6px;
	text-shadow: inset 1px 1px 1px #000;
	display:inline-block;

	cursor:pointer;
	
	font-size:1.1em;
	margin:0 .25em;
	white-space:nowrap;
	text-decoration:none;
              background: url(../images/bg.png);
	 }
	
	button:hover,
	input.button:hover,
	a.button:hover {
		box-shadow:inset -1px -1px 0 rgba(255,255,255,.5), inset 1px 1px 0 rgba(255,255,255,.5);}
		
		button:focus,
		input.button:focus,
		a.button:focus { background: url(../images/bg1.png);}
	
	
	
	a.cart,
	button.cart {		
		background:#A44322;
		background: -moz-linear-gradient(top, #CE552A, #A44322);
		background: -webkit-linear-gradient(top, #CE552A, #A44322);
		background: -ms-linear-gradient(top, #CE552A, #A44322);
		background: -o-linear-gradient(top, #CE552A, #A44322);
		background: linear-gradient(top, #CE552A, #A44322);
		border-color:#A44322}
		a.cart:focus,
		button.cart:focus { background:#A44322;}
	
	.cart span {
		display:inline-block;
		background-image:url(../images/cart.png);
		background-repeat: no-repeat;
		background-position: 3% 50%;
		margin:-1px 0 -1px -10px ;
		padding:1px 0 1px 26px;}
		
		a.cart span {
			margin-left:-2px}
		
		
		
	
	input.grey,
	a.grey {
		display:inline-block;
		padding:2px 10px;
		background:#eee;
		color:#555!important;
		border-radius:3px;
		text-decoration:none;
		box-shadow:inset -1px -1px 0 rgba(255,255,255,.9), inset 1px 1px 0 rgba(255,255,255,.9);
		border:1px solid #D9D9D9;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;}
		
		input.grey:hover,
		a.grey:hover {
			border-color:#ccc;}			