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

.form {
	font-size: 1.2em;
}
input, textarea, select{
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	border: solid #ccc 1px;
	color: #004489;
	margin:5px;
	padding: 3px 0;
	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{
	border: solid #55AAFF 1px;

}
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-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	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: #fdfff9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfff9 0%, #ebeee6 70%, #cfd6cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfff9), color-stop(70%,#ebeee6), color-stop(100%,#cfd6cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfff9 0%,#ebeee6 70%,#cfd6cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfff9 0%,#ebeee6 70%,#cfd6cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfff9 0%,#ebeee6 70%,#cfd6cc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfff9 0%,#ebeee6 70%,#cfd6cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfff9', endColorstr='#cfd6cc',GradientType=0 ); /* IE6-9 */
}
.button:active, button:active, .btn:hover{
	color:#666;
	-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: #dbdfcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbdfcf 0%, #bfc2bc 70%, #9c9f9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdfcf), color-stop(70%,#bfc2bc), color-stop(100%,#9c9f9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbdfcf 0%,#bfc2bc 70%,#9c9f9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbdfcf 0%,#bfc2bc 70%,#9c9f9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbdfcf 0%,#bfc2bc 70%,#9c9f9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbdfcf 0%,#bfc2bc 70%,#9c9f9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdfcf', endColorstr='#9c9f9b',GradientType=0 ); /* IE6-9 */
}

input .small {
	width:100px;
}
input .medium {
	width:150px;
}
input .large {
	width:200px;
}
input .full {
	width:100%;
}