/*---------------------------------------------------------------- 
  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;}

fieldset { 
	padding:1.4em;
	margin: 1em 0 1.5em .2em;
	border:1px dotted #BBEAF9;}
	
legend  {
	background:#E7F7FD;
	background: -webkit-linear-gradient(top, #F3FBFE, #E7F7FD);
	background: -moz-linear-gradient(top, #F3FBFE, #EBEBEB);
	background: -ms-linear-gradient(top, #F3FBFE, #EBEBEB);
	background: -o-linear-gradient(top, #F3FBFE, #EBEBEB);
	background: -o-linear-gradient(top, #F3FBFE, #EBEBEB);
	font-size:1.5em;
	color:#39BFF1;
	margin-bottom:20px;
	border:1px solid #BBEAF9;
	padding:0.3em 1em 0.4em}


/* Text fields */
.inputbox,
input[type="text"],
input[type="email"],
input[type="password"]  {
	color:#999;
	border-radius:5px;
	background:#E9F8FD;
	border:1px solid #BBEAF9;
	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  {
		color:#555;
		background:#fff;
		box-shadow:0 0 12px #BBEAF9}

	
		
textarea {
	color:#999;
	border-radius:5px;
	background:#E9F8FD;
	border:1px solid #BBEAF9;
	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; }
	textarea:hover,
	textarea:focus { 
		color:#555;
		background:#fff;
		box-shadow:0 0 12px #BBEAF9}


select {
	color:#555;
	background:#E9F8FD;
	padding:4px 2px 4px 7px!important;
	border:1px solid #BBEAF9;
	outline:none;}
	select option {}
	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;
	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,
input[type="submit"],
p.readmore a{
	font-family:Verdana, Geneva, sans-serif;
	background:#128AAF;
	background-color: -webkit-linear-gradient(top, #359FBD, #128AAF);
	background-color: -moz-linear-gradient(top, #359FBD, #128AAF);
	background-color: -ms-linear-gradient(top, #359FBD, #128AAF);
	background-color: -o-linear-gradient(top, #359FBD, #128AAF);
	background-color: linear-gradient(top, #359FBD, #128AAF);
	border:1px solid #fff;
	border-radius:5px;
	color:#fff!important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	display:inline-block;
	padding:4px 12px 6px; 
	cursor:pointer;
	font-size:1em;
	margin:0 .25em;
	white-space:nowrap;
	text-decoration:none;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out; }
	
	button:hover,
	input.button:hover,
	a.button:hover,
	input[type="submit"]:hover,
	p.readmore a:hover {
		border-color:#fff;
		box-shadow:0 0 12px #8DDCF5}
		
		button:focus,
		input.button:focus,
		a.button:focus,
		input[type="submit"]:focus { }
	
	
	a.button {
		padding:1px 12px}
	
	
	a.greenbutton {
		background:#71af05!important;
		background: -webkit-linear-gradient(top, #84bb0a, #71af05)!important;
		background: -moz-linear-gradient(top, #84bb0a, #71af05)!important;
		background: -ms-linear-gradient(top, #84bb0a, #71af05)!important;
		background: -o-linear-gradient(top, #84bb0a, #71af05)!important;
		background: linear-gradient(top, #84bb0a, #71af05)!important;
		border-color:#71af05!important;}
		
		