/*---------------------------------------------------------------- 
  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 { 
	-moz-border-radius:15px;
	border-radius:15px;
	padding:1.4em;
	margin: 1em 0 1.5em .2em; 
	border:1px solid #dedede;}
	
legend  { 
	font-size:11px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
	border:1px solid #dedede;
	padding:0.3em 1em 0.4em}

/***** contact form custom css *****/
div.contact-form
input[type="text"],
input[type="email"],
input[type="password"] {
	height: 30px !important;
}

/* Text fields */
.inputbox,
input[type="text"],
input[type="email"],
input[type="password"] {
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #fff;
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #fff);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	border:1px solid #DEDEDE;
	margin:0 0.25em 0 0;
	color:#666;
	padding:3px 5px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;}
	.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  {
		-moz-box-shadow:0px 0px 8px  rgba(0,0,0,.3);
		-webkit-box-shadow:0px 0px 8px  rgba(0,0,0,.3);
		box-shadow:0px 0px 8px  rgba(0,0,0,.3);}
		
	
textarea { 
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #fff;
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #fff);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	border:1px solid #dedede;
	margin:0 0.25em 0 0;
	color:#666;
	padding:3px 5px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;} 
	textarea:hover,
	textarea:focus { 
		-moz-box-shadow:0px 0px 8px  rgba(0,0,0,.3);
		-webkit-box-shadow:0px 0px 8px  rgba(0,0,0,.3);
		box-shadow:0px 0px 8px  rgba(0,0,0,.3);}
		


select {
	color:#666;
	background-color: #fff;
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #fff);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	border:1px solid #dedede;
	outline:none;}
	select:focus { }

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


/* Success, Notice and Error Form Messages */
.success,
.notice,
.error { 
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:5px;
	box-shadow: 0 0 8px rgba(255,255,255,.2);
	-moz-box-shadow: 0 0 8px rgba(255,255,255,.2);
	-webkit-box-shadow: 0 0 8px rgba(255,255,255,.2);
	border:1px solid #333;
	border: 1px solid rgba(255,255,255,.2);
	padding:.6em 1em 0.6em 3.4em;
	margin-bottom: 2em;
	color:rgba(255,255,255,.5);}
	.success { 
		background:#041003 url(../images/typo_success.png) no-repeat 10px center;}
	.notice { 
		background:#131304 url(../images/typo_note.png) no-repeat 10px center;}
	.error { 
		background:#120304 url(../images/typo_error.png) no-repeat 10px center;}
		
	
/* Success, Notice and Error Form Messages */
.success,
.notice,
.error { 
	-moz-border-radius: 5px;
	border-radius:5px;
	padding:.6em 1em 0.6em 3.4em;
	border:1px solid #fff;
	margin-bottom: 2em;}
	.success { 
		
		color: #264409;
		background:#E6EFC2 url(../images/typo_success.png) no-repeat 10px center;
		-moz-box-shadow: 0 0 8px #4D8912;
		-webkit-box-shadow: 0 0 8px 4D8912;
		box-shadow: 0 0 8px #4D8912;}
	.notice { 
		color: #514721;
		background:#FFF6BF url(../images/typo_note.png) no-repeat 10px center;
		-moz-box-shadow: 0 0 8px #877736;
		-webkit-box-shadow: 0 0 8px 877736;
		box-shadow: 0 0 8px #877736;}
	.error { 
		color: #8A1F11;
		background:#FBE3E4 url(../images/typo_error.png) no-repeat 10px center;
		-moz-box-shadow: 0 0 8px #B82917;
		-webkit-box-shadow: 0 0 8px B82917;
		box-shadow: 0 0 8px #B82917;}





	
/* Buttons 
------------ */
	
button,
input.button,
a.button {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	background-color: #255121;
	background: -moz-linear-gradient(100% 100% 90deg, #255121, #78851E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78851E), to(#255121));
	color: #fff;
	color: rgba(255,255,255,.8);
	display: inline-block;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .2em 1em .25em;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
	margin: 0 .25em;
	font-size: 1.1em;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-moz-box-shadow: 0px 0px 10px rgba(17,54,65,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(23, 65, 17, 0.5);
	box-shadow: 0px 0px 10px rgba(23, 65, 17, 0.5); }

	button:hover,
	input.button:hover,
	a.button:hover {
		-moz-box-shadow:0px 0px 10px  rgba(17,54,65,1);
		-webkit-box-shadow:0px 0px 10px  rgba(17,54,65,1);
		box-shadow:0px 0px 10px rgba(17,54,65,1);
		text-decoration:none;}
	
	
	a.button {
		padding:1px 15px}
	

/* used ont the icetabs */
#icetabs a.button {
	border-color:#5BBCD6;
	padding:.4em 1em .35em;
	margin-top:.7em;
	color:#fff;
	font-size:1.4em;}
	
#icetabs a.dark {
	background-color: #2e2b2b;
	background: -moz-linear-gradient(100% 100% 90deg, #2e2b2b, #484343);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484343), to(#2e2b2b));