/* Start of CMSMS style sheet 'FrontEndUsers' */
.loginform {
font-size: 9px;
}
.loginform input {
width: 150px;
}

.logoutform {
font-size: 9px;
}

.signupform {
font-size: 12px;
width: 495px;
}

.signupform input {
width: 280px;
border: 1px dotted #999999;
background: transparent !important;
padding: 3px 6px 3px 6px;
color: white;
}
.signupform textarea {
width: 485px;
border: 1px dotted #999999;
background: transparent !important;
padding: 3px 6px 3px 6px;
color: white;
margin-top: 4px;
}
.signupform input:hover, .signupform textarea:hover {
background: #333333 !important;;
}

.submit input {
font-size: 14px;
padding: 4px;
width: 120px;
border: 1px solid #999999;
background: #ffffff !important;
color: black;
}
.submit input:hover {
background: #ff0000;
color: white;
}
/* End of 'FrontEndUsers' */

