form.css label { display: inline-block; width: 150px; font-weight: 600; text-align: right; margin: 5px 0px; vertical-align: top; padding-top: 4px; padding-right: 5px; }
form.css.wAuto label { width: auto; }
form.css.w100 label { width: 100px; }
form.css label.small { padding-top: 0px; }
form.css label span { font-weight: 400; font-size: 12px; color: #666; }
form.css div.text { display: inline-block; padding-top: 9px; margin-bottom: 10px; }
/*form.css button { margin-left: 155px; }*/
/*form.css div.selector { display: inline-block; }*/
form.css div.buttons {
    border-top: 1px solid #ccc;
    margin-top: 7px;
    padding-top: 6px;
    text-align: center;
}

form.css input { outline: 0; }

form.css textarea { height: auto; font-size: 14px; }

form.css span.req { color: #c00; }

textarea,iframe { outline: 0; }

input[disabled] {
    opacity: 0.8;
    border: 1px solid #ccc!important;
}

input[type="text"],input[type="password"],input[type="email"], textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 3px 3px 2px 6px;
	line-height: 16px;
	font-size: 10pt;
	outline: 0px;
	margin: 2px;
	/*min-width: 100px;*/
	}

input[type="text"]:hover,input[type="password"]:hover,input[type="email"]:hover,textarea:hover {
	box-shadow: inset 1px 2px 3px #eee;
	border-color: #b0b0b0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
	box-shadow: inset 1px 2px 3px #ccc;
}

button {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	padding: 3px 10px;
	margin: 3px;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

button.green {
	background: rgb(51,187,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(51,187,0,1) 0%, rgba(51,153,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,187,0,1)), color-stop(100%,rgba(51,153,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,187,0,1) 0%,rgba(51,153,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,187,0,1) 0%,rgba(51,153,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,187,0,1) 0%,rgba(51,153,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(51,187,0,1) 0%,rgba(51,153,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bb00', endColorstr='#339900',GradientType=0 ); /* IE6-9 */
	border: 1px solid #090;
	color: #fff!important;
}

button.green:hover {
	background: rgb(0,187,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,187,0,1) 0%, rgba(0,170,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,187,0,1)), color-stop(100%,rgba(0,170,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,187,0,1) 0%,rgba(0,170,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,187,0,1) 0%,rgba(0,170,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,187,0,1) 0%,rgba(0,170,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,187,0,1) 0%,rgba(0,170,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bb00', endColorstr='#00aa00',GradientType=0 ); /* IE6-9 */
}

button.red {
	background: rgb(170,51,34); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,51,34,1) 0%, rgba(102,0,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,51,34,1)), color-stop(100%,rgba(102,0,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(102,0,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(102,0,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(102,0,17,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(102,0,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa3322', endColorstr='#660011',GradientType=0 ); /* IE6-9 */

	border: 1px solid #660011;
	color: #fff!important;
}

button.red:hover {
	background: rgb(170,51,34); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,51,34,1) 0%, rgba(136,34,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,51,34,1)), color-stop(100%,rgba(136,34,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(136,34,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(136,34,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(136,34,51,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(170,51,34,1) 0%,rgba(136,34,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa3322', endColorstr='#882233',GradientType=0 ); /* IE6-9 */
}

button.orange,button.orange:hover {
	background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
border: 1px solid #f90;
color: #fff!important;
}

button.purple, button.purple:hover {
	background: rgb(165,26,156); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(165,26,156,1) 0%, rgba(114,19,113,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,26,156,1)), color-stop(100%,rgba(114,19,113,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(165,26,156,1) 0%,rgba(114,19,113,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(165,26,156,1) 0%,rgba(114,19,113,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(165,26,156,1) 0%,rgba(114,19,113,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(165,26,156,1) 0%,rgba(114,19,113,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a51a9c', endColorstr='#721371',GradientType=0 ); /* IE6-9 */

border: 1px solid #660011;
	color: #fff!important;
}

button.blue {
	background: rgb(0,102,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,102,204,1) 0%, rgba(0,68,170,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,204,1)), color-stop(100%,rgba(0,68,170,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,68,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,68,170,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,68,170,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,68,170,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#0044aa',GradientType=0 ); /* IE6-9 */

	border: 1px solid #04a;
	color: #fff!important;
}

button.blue:hover {
	background: rgb(0,102,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,102,204,1) 0%, rgba(0,85,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,204,1)), color-stop(100%,rgba(0,85,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,85,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,85,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,85,187,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(0,85,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#0055bb',GradientType=0 ); /* IE6-9 */
}

button:hover {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	cursor: pointer;
}

button:active {
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.4);
}

form.css label { font-size: 13px; font-weight: 400; line-height: 14px; }

form.css select {
    margin: 3px;
    margin-right: 0px;
    margin-top: 7px;
    min-width: 221px;
    height: 18px;
    line-height: 1;
    font-size: 12px;
}

form.css input {
    margin-top: 5px;
    width: 211px;
}