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



.myforms{
	width: 600px;
}
.myforms li{
	padding: 10px;
	list-style-type: none;
	display: inline;
	float: left;
	display: block;
}

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

}
.break:hover{
      background: #fff;
}

.myforms ul{
	padding: 0;
	display: inline-block; 
	margin-left: -10px;
}

.myforms label{
	font-size: 85%;
	line-height: 1.2em;
}

.myforms li submit{clear:both;}

.myforms li:hover {
      background: #e8f1fa;
}

li:focus {
      background: #eee;
}

input{
	background-color: #eee;
	font-size: 1em;
	color: #666;
	padding: 2px;
}

textarea{
		background-color: #eee;
	font-size: 1em;
		color: #666;
	padding: 2px;
}

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

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

.buttons{
	clear: both;
	}
	
.buttonTxt { display: inline-block; padding: 4px 8px 5px; border: none; font-family: sans-serif; font-size: 1.6em; 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); }
