/* Start of CMSMS style sheet 'wntv_user_forms' */
/*
name: wntv user forms css
site: weathernow.tv
author: patrickgoff
date: april 2009
*/

/* forms */
div#loginForm {
   background: #1F1F23;
   padding: 20px;
}
div.errorMessage {
   background: #fff;
   color: red;
   display: inline-block;
   font-style: italic;
   margin: 0 0 20px 0;
   padding: 3px 5px;
}
div.userInput {
   margin: 0 0 20px 0;
}
div.userInput input {
   border: none;
   padding: 5px;
   width: 245px;
}
label {
   display: inline-block;
   width: 9em;
}
.button,
.submit,
input#cntnt01submit,
input#cntnt01cancel,
input#m4submit {
   background: red;
   border: none;
   color: #fff;
   cursor: pointer;
   font-size: 80%;
   text-decoration: none;
   margin: 0 10px 0 0;
}
.button {
   padding: 3px 5px;
}
.submit {
   padding: 2px 4px;
}
input#cntnt01submit,
input#cntnt01cancel,
input#m4submit {
   padding: 3px 5px;
}
.button:hover,
.submit:hover,
input#cntnt01submit:hover,
input#cntnt01cancel:hover,
input#m4submit:hover {
   background: #fff;
   color: #000;
}
/* End of 'wntv_user_forms' */

