/*---------------------------------------------------------------- 
  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 dotted #ccc}
	
legend  { 
	font-size:1.5em;
	color:#777;
	border:1px dotted #ccc;
	padding:0.3em 1em 0.3em}


/* Text fields */
.inputbox,
input[type="text"],
input[type="password"]  {
	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 ;
	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="password"]:hover,
	input[type="password"]:focus  {
		background:#fff}

	/* inside the columns modules because they have a dark background color  */

		
		
textarea {
	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 ;
	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:4px 2px 4px 2px!important;
	outline:none;}
	select option {
		color:#777;
		background:#eee;}
	select:focus { }

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



/* Success, Notice and Error Form Messages */
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;}




/* Buttons 
------------ */
button,
input.button,
a.button  {
	font-family:Verdana, Geneva, sans-serif;
	background:#584F52;
	background: -moz-linear-gradient(100% 100% 90deg, #584F52, #6D6467);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6D6467), to(#584F52));
	border:1px solid #584F52;
	box-shadow:inset -1px -1px 0 rgba(255,255,255,.4), inset 1px 1px 0 rgba(255,255,255,.4);
	color:#fff!important;
	text-shadow: inset 1px 1px 1px #000;
	display:inline-block;
	padding:2px 12px 4px; 
	cursor:pointer;
	font-size:1.1em;
	margin:0 .25em;
	text-decoration:none;
	-moz-transition: box-shadow .3s ease-out;
	-o-transition: box-shadow .3s ease-out;
	-webkit-transition: box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out; }
	
	button:hover,
	input.button:hover,
	a.button:hover {
		box-shadow:inset -1px -1px 0 rgba(255,255,255,.9), inset 1px 1px 0 rgba(255,255,255,.9);}
		
		button:focus,
		input.button:focus,
		a.button:focus { background:#584F52;}
			
	
	a.button {}
		
		
				