/* Style: Forms
------------------------------------------------------------------------------*/
form {
    clear: none;
    margin: 0;
    padding: 0;
}
.edit_note {
    clear: both;
    margin: 16px 0 16px 0;
    color: #666;
    text-align: left;
}
fieldset {
    margin: 0 auto 0 auto;
    border: none;
    padding: 0;
}
/* fieldset legend is defined in style.css as h1 */
/*
fieldset legend {
    background: #fff;
    color: #e32;
    font-size: 100%;
    font-weight: bold;
}
*/
fieldset fieldset {
    clear: none;
    margin: 10px 0 34px 26px;
    border: none;
    padding: 0;
}
fieldset fieldset legend {
    margin: 0 0 0 20px;
    font-size: 100%;
    font-weight: normal;
}
fieldset fieldset div {
}
form div {
    vertical-align: text-top;
}
form div.input {
    color: #444444;
}
form div.required label {
    font-weight: bold;
}
form div.required label:before {
  content: '*';
}
form div.required input {
}
form div.required textarea {
}
form div.error-message {
    margin: 2px 0 2px 0;
    color: #cc0000;
}
form div.checkbox {
    margin: 4px 0 0 0;
}
form label {
    margin-bottom: 2px;
    padding: 4px 0 2px 2px;
    width: 238px;
	font-family: helvetica,arial,sans-serif;
    font-weight: bold;
    text-align: left;
    font-weight: bold;
    color: #666;
    display: block;
}
form div.checkbox label {
    left: 176px;
    width: 120px;
    margin: 0;
    padding: 2px 6px 2px 0;
    text-align: left;
    display: inline;
}
.gecko form div.checkbox label {
	margin: 0 0 0 2px;
	padding: 0 6px 2px 0;
	vertical-align: 3px;
}
form div.message {
    margin: 0 0 0 40px;
    font-weight: bold;
    color: #cc0000;
}
form div.explanation {
    margin: 20px 0 0 40px;
}
input, textarea {
	font-family: helvetica,arial,sans-serif;
	background: #fff;
	border: 1px #B9BCC1 solid;
	color: #333;
}
.textarea span table {
    margin-bottom: 6px;
}
input, textarea, select {
    padding: 3px;
/*
    width: auto;
*/
    width: 100%;
}
select {
    padding: 0;
    width: 120px;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 100%;
}
input[type="file"] {
    position: relative;
    clear: none;
    margin: 0;
    padding: 2px 0 16px 60px;
    width: auto;
}
input[type="checkbox"] {
    width: auto;
}
.ie6 input[type="checkbox"] {
    width: 16px;
}
input[readonly="readonly"] {
	background-color: #ECECEC;
    color: #333;
}

/* Style: w500 Forms
------------------------------------------------------------------------------*/
form div.input, form div.required, form div.rating_block {
    clear: both;
    width: 500px;
}
form div.input label, form div.required label, form div.rating_block label {
    float: left;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-top: 5px;
    width: 124px;
    text-align: right;
}
form div.input input, form div.input textarea, form div.required input {
    float: right;
    width: 360px;
    text-align: left;
}
form div.input input.w80, form div.required input.w80 {
    float: left;
    width: 80px;
    text-align: left;
}
.w500 div.error-message {
    margin: -2px 0 6px 134px;
    color: #cc0000;
}
form div.input select {
    float: right;
    width: 120px;
    text-align: left;
}
form div.select select {
    float: left;
    margin-left: 0;
    width: auto;
    text-align: left;
}
form div.rating {
    float: right;
    margin-bottom: 8px;
    width: 360px;
    text-align: left;
}
.w500 form div.input input[type="checkbox"] {
    float: left;
    margin-left: 132px;
    width: auto;
    text-align: left;
}
.w500 form div.checkbox label {
    float: left;
    margin-left: 4px;
    padding-top: 0;
    width: 124px;
    text-align: left;
}
.gecko .w500 form div.checkbox label {
    padding-top: 5px;
}
/* Style: w400 Forms
------------------------------------------------------------------------------*/
.w400 form div.input, .w400 form div.required {
    clear: both;
    width: 400px;
}
.w400 form div.input label, .w400 form div.required label {
    float: left;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-top: 5px;
    width: 124px;
    text-align: right;
}
.w400 div.error-message {
    margin: -2px 0 6px 134px;
    color: #cc0000;
}
.w400 form div.input input, .w400 form div.input textarea, .w400 form div.required input {
    float: right;
    width: 260px;
    text-align: left;
}
.w400 form div.input input.w80, .w400 form div.required input.w80 {
    float: left;
    width: 80px;
    text-align: left;
}
.w400 form div.input select {
    float: right;
    width: 120px;
    text-align: left;
}
.w400 form div.select select {
    float: left;
    margin-left: 0;
    margin-right: 140px;
    width: 120px;
    text-align: left;
}
.w400 form div.input input[type="checkbox"] {
    float: left;
    margin-left: 132px;
    width: auto;
    text-align: left;
}
.w400 form div.checkbox label {
    float: left;
    margin-left: 4px;
    padding-top: 1px;
    width: 124px;
    text-align: left;
}

/* Style: Login & Register Fors
------------------------------------------------------------------------------*/
#login_form {
	margin: 160px auto 0 auto;
	height: 300px;
	width: 400px;
}

#register_form {
    margin: 120px auto 0 auto;
    padding-top: 24px;
    width: 400px;
}
.login_link {
    clear: both;
    margin-left: 132px;
}
.login_link p {
    margin-bottom: 6px;
}
#login_form legend {
    margin-bottom: 22px;
}

/* Style: Form Button Bar
------------------------------------------------------------------------------*/
form div.form_button_bar {
    z-index: 100;
    clear: both;
    bottom: 6px;
    margin: 10px 0 10px 0;
    float: right;
}
form div.login_form_button_bar {
    position: relative;
    margin: 10px 0 10px 0;
    float: right;
    padding: 0;
}
li div.form_button_bar {
    margin-top: 6px;
}
li img {
    border: 1px #ccc solid;
}



.w500 form div.clients_users {
    float: left;
    margin-top: 0px;
    margin-bottom: 11px;
    padding-left: 132px;
    margin-right: -132px;
}
.w500 form div.clients_users div.input {
    float: left;
}
.w500 form div.clients_users div.input label {
    margin-left: -132px;
}
.w500 form div.clients_users .checkbox {
    margin-left: 0;
    padding-left: 0;
    width: 180px;
    float:left;
}
.w500 form div.clients_users .checkbox input {
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.w500 form .clients_users div.input .checkbox label {
    float: left;
    margin-left: 0;
}
