/*---------------------------------------------------------------- 
  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 solid #E6E6E6;}
	
legend  { 
	font-size:1.5em;
	background:#fff;
	color:#777;
	border:1px solid #E6E6E6;
	padding:0.2em 1em}

/* Text fields */
.inputbox {
	margin:0 0.25em 0 0;
	border: 1px solid #E6E6E6;
	color: #555;
	background:#F2F2F2;
	line-height:18px;
	padding:3px 5px;}
	.inputbox:hover,
	.inputbox:focus { background:#fff; border-color:#D9D9D9;}
	
textarea { 
	width: 90%; 
	height: 200px; 
	border: 1px solid #E6E6E6;
	background:#F2F2F2;
	color: #555;
	padding:5px 8px;
	margin:0.5em 0.5em 0.5em 0;
	overflow:hidden; }
	textarea:hover,
	textarea:focus { background:#fff;  border-color:#D9D9D9;}


select { 
	border:1px solid #E6E6E6;
	color: #555;
	background:#fff;
	padding:2px 2px 2px 4px!important;
	outline:none;}
	select:focus { 
		background:#fff}

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


/* Success, Notice and Error Form Messages */
.success,
.notice,
.error { 
	padding:5px 10px 5px 40px;
	margin-bottom: 1.5em;}
	.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 
-------------------------------------------------------------- */
.buttonarea {
	border:1px solid #E6E6E6;
	margin:0 0 2em .2em; 
	padding:15px;}

.round {
	cursor:pointer; 
	color:#ccc;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	line-height:27px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	background-position:right top; 
	padding-right:15px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/}
	
	.round a {
		color:#ccc!important;
		text-decoration:none;}
		
.round span { 
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	background-position:left top; 
	height:29px;
	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;}
	


