/* Forms
---------------------------------------------------------------------*/
.noborder {
	border:0;
}

form {
	overflow:auto;
	display:inline;
}
textarea {
	line-height:18px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	font-size: 12px;
	color: #000000;
	border: solid 1px #C0C0C0;
}

.radio {
	border:none;
	background-color: transparent;
}

select, option {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}


fieldset {
	border:0 none;
	border-top:1px solid #ddd;
	margin:10px 0;
	padding:10px 0;
	position:relative;
}
legend {
	background:#fff;
	color:#93BB3A;
	font-weight:bold;
	padding:0 6px 0 0;
}
label {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
label.required:before {
	content:"*";
	color:red;
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
label.ok {
	background:url("../img/valid.gif") no-repeat;
	padding-left:16px;
}
label.error {
	color:#d00;
	text-transform:none;
	margin-left:6px;
}
label.choice {
	vertical-align:middle;
	font-weight:normal;
	text-transform:none;
}
fieldset small {
	color:#999;
	font-size:11px;
	display: block;
}
/*for marking error fields*/
.redtext{
	color: #d12f19;
	display:inline;
}

/* BUTTONS */.form_commands a, .form_commands button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.form_commands button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.form_commands button[type]{
    padding:4px 10px 4px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.form_commands button img, .form_commands a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	display:inline;
	float:left;
}

/* STANDARD */.form_commands button:hover, .form_commands a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.form_commands a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/* POSITIVE */.form_commands button.positive, .form_commands a.positive{
    color:#529214;
}
.form_commands a.positive:hover, .form_commands button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.form_commands a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}/* NEGATIVE */.form_commands a.negative, .form_commands button.negative{
    color:#d12f19;
}
.form_commands a.negative:hover, .form_commands button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.form_commands a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}