/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

/* General Forsm Styles */

label { 
	font-weight: normal;
	vertical-align:top;
	width:160px;
	display:inline-block}

fieldset { 
	padding:1.4em;
	margin: 1em 0 1.5em .2em; 
	border: 1px solid #E6E6E6;}
	
legend  { 
	font-size:1.5em;
	background:#fff;
	color:#777;
	border:1px solid #E6E6E6;
	padding:0.4em 1em 0.3em}

/* Text fields */
.inputbox {
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left bottom, left 1, from(#FFFFFF), color-stop(4%, #F2F2F2), to(#FFFFFF));
	background: -moz-linear-gradient(bottom, #FFFFFF, #F2F2F2 1px, #FFFFFF 16px);
	border: 1px solid #E6E6E6;
	margin:0 0.25em 0 0;
	color: #777;
	padding:3px 5px;}
	.inputbox:hover,
	.inputbox:focus { 
		box-shadow: #E6E6E6 0px 0px 8px;
		-moz-box-shadow: #E6E6E6 0px 0px 8px;
		-webkit-box-shadow:  #E6E6E6 0px 0px 8px;}
	
textarea { 
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left 16, from(#FFFFFF), color-stop(4%, #F2F2F2), to(#FFFFFF));
	background: -moz-linear-gradient(bottom, #FFFFFF, #F2F2F2 1px, #FFFFFF 16px);
	border: 1px solid #999;
	color:#777;
	padding:.7em 1em ;
	margin:0.5em 0.5em 0.5em 0; }
	textarea:hover,
	textarea:focus { 
		box-shadow: #E6E6E6 0px 0px 8px;
		-moz-box-shadow: #E6E6E6 0px 0px 8px;
		-webkit-box-shadow:  #E6E6E6 0px 0px 8px; }


select { 
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left 16, from(#FFFFFF), color-stop(4%, #F2F2F2), to(#FFFFFF));
	background: -moz-linear-gradient(bottom, #FFFFFF, #F2F2F2 1px, #FFFFFF 16px);
	border: 1px solid #E6E6E6;
	color:#777;
	padding:2px 2px 2px 4px!important;
	outline:none;}
	select:focus { 
	background-color: #fff;}

/* Other */
form p img {
	float:none;
	margin:0;
	vertical-align:middle}


/* Success, Notice and Error Form Messages */
.success,
.notice,
.error { 
	padding:.6em 1em 0.6em 3.4em;
	margin-bottom: 2em;}
	.success { 
		border:1px solid #C6D880;
		color: #264409;
		background:#E6EFC2 url(../images/typo_success.png) no-repeat 10px center}
	.notice { 
		border:1px solid #FFD324;
		color: #514721;
		background:#FFF6BF url(../images/typo_note.png) no-repeat 10px center }
	.error { 
		border:1px solid #FBC2C4;
		color: #8A1F11;
		background:#FBE3E4 url(../images/typo_error.png) no-repeat 10px center}


	
/* Buttons 
------------ */
.round {
	cursor:pointer;
	color:#fff;
	text-shadow:0px 1px 1px #222;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:right top;
	background-image:url(../images/button.png);
	padding-right:15px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/}
	
		
.round span { 
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:24px;
	line-height:24px;
	display:block;
	display:inline-block;
	padding-left:15px;}

	
	/*button tag*/	
	button {border:0; border:none; background:transparent; width:auto; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
	button:hover .round {background-position:right bottom; color:#fff;}
	button:hover .round span {background-position:left bottom;}
	
	.round:hover {background-position:right bottom; color:#fff;}
	.round:hover span {background-position:left bottom;}
	

/* enhance button with cart for VM */
.round_cart span {
	padding-left:33px;
	background-image:url(http://ussuriysky.ru/templates/it_healthcare/images/button_cart.png);}
	
.round_coupon,
.round_coupon span {
	background:#DAD38B!important;
	height:25px;
	line-height:24px;
	color:#444;
	text-shadow:0 1px 1px #fff}
	
	.round_coupon {
		border:1px solid #F2F0D7}


