/*$Id: formstyles.css 547 2008-02-27 15:35:35Z erion $*/
p.vcard .labeltxt {
display: block;
text-align: left;
width: 100px;
float: left;
}
p.vcard .fn {
font-weight:bold;
}
fieldset {
    padding: 2px;
    border: 1px solid #000;
    margin: 20px 0;
    padding: 10px;
}
legend, label, #contactForm input, #contactForm textarea, #frmpassword input, #frmlogin input {
    font-size: 80%;
    color: #000;
} 
legend {
    font-weight: bold;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 2px 4px 2px 4px;
}
label  {
    line-height: normal;
    text-align: right;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 80px;
}

#frmpassword label, #frmlogin label {
    width: 150px;
}

input.formInputText, #contactForm textarea  {
    background-color: #efefef;
    padding: 2px;
    border: solid 1px #c6c6c6;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 200px;
}

#frmpassword input.formInputText, #frmlogin input.formInputText {
    width: 150px;
}
input.formInputButton  {
    vertical-align: middle;
    font-weight: bolder;
    text-align: center;
    padding: 1px;
    border: solid 1px #c6c6c6;
    width: 100px;
}
input.formInputText:hover, #contactForm textarea:hover {
    background-color: #f8f8f8;
    border: solid 1px #cfcfcf;
}
p.error {
color: #c00;
font-weight:bold;
background: #fff0f0;
padding: 10px;
}

p.success {
color: #080;
font-weight:bold;
background: #f0fff0;
padding: 10px;
}
