/* -- VisualEdit Global CSS Stylesheet -- */

/* CSS Standard form */
 
select {
 margin:6px 5px 0px 0px; /* drop down list */
}
.ve_label {
 text-align:left;
}
textarea{
 width: 200px; /* textarea width */
 height: 150px;
}
input.ve_text
{
 width:200px; /* textbox width */
}
label.ve_label {
 
 display:block;
 float:left;
 width:160px; /* width depends on layout */
 text-align:right;
 margin:6px 5px 0px 0px; /* spacing between form elements */
}
 
/* END CSS Standard form */

.ve_formButtons {
margin: 0 auto;
padding: 10px;
width: 40%;
padding-left:20px;
}

#content input[type="submit"] {
cursor:pointer;
width: 30%;
color: #7E8653;
font-weight:bold;
padding: 0 5px 0 5px;
}


.htmlModule, .formModule, .logoutModule, .loginModule, .ve_forgotPasswordModule { padding-bottom:20px; }

.ve_forgotPasswordModule input.ve_text { margin:0px; margin-top:10px }

.ve_forgotPasswordModule input.ve_formButtons { margin-top:10px; }

.ve_text, .ve_checkbox, .ve_password { margin-bottom:5px; }
