/* FORMS */

div.mapl_loginform {width: 200px!important;}
div.mapl_logged_in_form {}
div.mapl_logged_in_hint {}
div.mareg_register_form {width: 280px!important;}
div.macud_userdata_form {width: 280px!important;}


/* SUBMIT BUTTONS */

.mapl_loginform_submit, .mapl_loggedinform_submit, .mapl_loginhint_submit, .mareg_submit, .mareg_submit, .macud_submit {
clear: both!important; 
background: #060!important;
color: #fff!important;
border: 1px solid #fff!important;
border-radius: 3px!important;
padding: 2px 9px 3px 9px!important;
margin: 10px 0!important;
}

/* mouseover */
.mapl_loginform_submit:hover, .mapl_loggedinform_submit:hover, .mapl_loginhint_submit:hover, .mareg_submit:hover, .mareg_submit:hover, .macud_submit:hover {
background: #c40!important;
}


/* LOGIN FORM */

div.mapl_loginform .mapl_loginform_input {
width: 90%!important;
background: #fff!important;
color: #333!important;
border: 1px solid #999!important;
border-radius: 3px!important;
padding: 2px 6px 2px 6px!important;
margin: 0 0 6px 0!important;
}


/* REGISTER FORM */

div.mareg_register_form div.mareg_input {
padding: 6px 0 0 0!important;
}

div.mareg_register_form div.mareg_input input {
width: 90%!important; 
background: #fff!important;
color: #333!important;
border: 1px solid #999!important;
border-radius: 3px!important;
padding: 4px 6px!important;
margin: 0 0 6px 0!important;
}


/* CHANGE USERDATA FORM */

div.macud_userdata_form div.macud_input {
padding: 9px 0 0 0!important;
}

div.macud_userdata_form div.macud_input input {
width: 90%!important; 
background: #fff!important;
color: #333!important;
border: 1px solid #999!important;
border-radius: 3px!important;
padding: 4px 6px!important;
margin: 0 0 9px 0!important;
}


/* MESSAGES */

.mapl_message_failed {
background: #c00; 
color: #fff; 
text-align: center; 
font-weight: 700; 
border: 3px solid #fff; 
padding: 6px;
}

.mapl_message_success {
background: #080; 
color: #fff; 
text-align: center; 
font-weight: 700; 
border: 3px solid #fff; 
padding: 6px;
}

.mapl_message_link {
text-align: center; 
font-weight: 700; 
margin-top: 24px;
}


/* BACKEND */

div.mapl_add_user_input {
width: 240px; 
float: left; 
padding: 6px 0;
}

div.mapl_add_user_input input {
width: 86%; 
float: left; 
padding: 2px;
}

.mapl_add_user_select {
width: 90%; 
padding: 1px;
}

.mapl_add_user_option {
padding: 1px 4px;
}

.mapl_submit {
background: #060;
color: #fff;
border: 0px solid #ccc;
border-radius: 3px;
padding: 4px 8px 5px 8px;
}

.mapl_submit:hover {
background: #c50;
}

.mapl_members_textarea {
min-width: 300px; 
height: 320px; 
font-family: courier new, monospace; 
font-size: 14px;
}
