øƒ DiGatz ƒø
/**
* Generated by www.formstylegenerator.com
**/
/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
border: 1px solid #ffffff;
/** remember to change image path **/
background: url(none) no-repeat #ffffff;
font-family: \'trebuchet ms\', helvetica, sans-serif;
font-style: normal;
font-size: 14px;
color: #454743;
}
/** You can use this style for your LABEL elements **/
.mylabelstyle {
font-family: tahoma, helvetica, sans-serif;
font-style: bold;
font-size: 13px;
color: #82983e;
}
/**
* You can use this style for your INPUT, TEXTAREA, SELECT elements
* for onmousehover event
**/
.myinputstyle:hover {
border: 1px solid #FFFFFF;
/** remember to change image path **/
background: url(none) no-repeat #FFFFFF;
color: #454743;
}