/*----myforms-----*/



.myforms{
}

.myforms div {

}

.myforms li{
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
}

.break{
	clear: both;
	padding: 0px;
	margin-top: 0px;
}

.break:hover{
      background: #fff;
}

.myforms ul{
	padding: 0;
	display: inline-block; 
	width: 100%;
}

.myforms label{
	font-size: 85%;
	line-height: 1.6em;
	color: #666;
	clear: both;
}

.myforms li submit{clear:both;}



li:focus {
      background: #eee;
}

input{
	background-color: #eee;
	font-size: 1em;
	color: #333;
	padding: 6px;
	border: 1px solid #ccc;
}

textarea{
	background-color: #eee;
	font-size: 1em;
	color: #333;
	padding: 6px;
	border: 1px solid #ccc;
}

input:focus{
	background-color: #fff;

}

textarea:focus{
	background-color: #fff;
}

.buttons{
	clear: both;
	}
	
.buttonTxt { display: inline-block; 
	border: none; 
	font-family: sans-serif; 
	font-size: 0.9em; 
	color: #fff; 
	text-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	cursor: pointer;
	background-color: #035C90;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#60afda), to(#035C90));
	background: -moz-linear-gradient(top, #60afda, #035C90);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
	-moz-box-shadow:    inset 0 0 0 1px rgba(0,0,0,0.1); 
	float: right;
	padding: 8px 12px;
}

.buttonSmall { display: inline-block; 
	border: none; 
	font-family: sans-serif; 
	font-size: 0.7em; 
	color: #fff; 
	cursor: pointer;
	background-color: #035C90;
	border-radius: 5px; 
	float: right;
	padding: 4px 8px;
}
