/* ---------------------------------------------- form  */
fieldset {
	background:#fff;
	color:#333;
	border:none;
}

input, textarea, select{
	color: #004489;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebebeb 0%, #ebebeb 0%, #fcfcfc 21%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(0%,#ebebeb), color-stop(21%,#fcfcfc), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#ebebeb 0%,#fcfcfc 21%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#ebebeb 0%,#fcfcfc 21%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#ebebeb 0%,#fcfcfc 21%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#ebebeb 0%,#fcfcfc 21%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	font-size:1.1em;
	height:30px;
}
input:focus, textarea:focus, select:focus{

}
input [type='checkbox'], input [type='radio'] {
	height:auto;
}
.form-error {font-size:13px; font-weight:bold; color:red;}

.button, button, .btn{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	*line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.button:hover, button:hover, .btn:hover {
	color:#333;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	background: #dfebc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfebc1 0%, #bad4a8 44%, #7bc777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfebc1), color-stop(44%,#bad4a8), color-stop(100%,#7bc777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfebc1 0%,#bad4a8 44%,#7bc777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfebc1 0%,#bad4a8 44%,#7bc777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfebc1 0%,#bad4a8 44%,#7bc777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfebc1 0%,#bad4a8 44%,#7bc777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfebc1', endColorstr='#7bc777',GradientType=0 ); /* IE6-9 */
}


input .full {
	width:100%;
}