

/**************************
Forms 
**************************/
form.emailForm, form.scForm{border:1px solid #E0E0E0;background:#F2F2F2;
font-family:tahoma;font-size:13px;
border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -mso-border-radius:8px;
box-shadow: 4px 3px 6px #e1e1e1; -webkit-box-shadow: 3px 3px 6px #e1e1e1; -moz-box-shadow: 3px 3px 6px #e1e1e1;}
legend {color:#111111;}
legend, label {color: #666;}
.required {color:red}
input, textarea, select {background:#fff url(../../../../common/images/form_bg.gif) repeat-x;border:1px solid #ccc;color:#333333;}
select {background:#fff;color:#333333;border:1px solid #ccc;}

input:focus {background:#e4fefe;color:#333}
input.submit {float:right;background: url(../../../../common/images/submitSliding.gif) no-repeat left top;border:none;color:#fff; }
input.submit:hover  {background: url(../../../../common/images/submitSliding.gif) no-repeat right top;cursor:pointer}

/**************************
Buttons
**************************/
/*Single button*/
p.button {background:url(buttonR.gif) no-repeat right 4px !important;}
p.button:hover{background:url(buttonR-over.gif) no-repeat right 4px !important;}
p.button a:link, p.button a:visited{background:url(buttonL.gif) no-repeat left 4px !important;color:#999 !important;border:none !important;}
p.button a:hover{color:#666 !important;}

/*list of buttons */
ul.buttons li{background:url(buttonR.gif) no-repeat right 4px !important;}
ul.buttons li:hover{background:url(buttonR-over.gif) no-repeat right 4px !important;}
ul.buttons li a:link, ul.buttons li a:visited{background:url(buttonL.gif) no-repeat left 4px !important;color:#999 !important;border:none !important;}
ul.buttons li a:hover{color:#666 !important}
/**************************
Tables
**************************/
TABLE.contentTable th {background:#60874d;color:#fff;}
TABLE.contentTable td {border-right:solid 1px #adc79f;color:#555}
TABLE.contentTable tr {background-color: #ccdec3;border-bottom:2px solid #adc79f}
TABLE.contentTable tr.scAltRow{ background-color: #b1cda3;}
