#jihcontactform html, body, h1, form, fieldset, legend, ol, li {
    margin: 0;
    padding: 0;
}
form#jihcontact {
    padding: 10px;
	margin:0 auto;
}
form#jihcontact fieldset {
    border: none;
}
form#jihcontact legend {
    color: #384313;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px #c0d576;
}
form#jihcontact label {
    float: left;
    font-size: 13px;
    width: 150px;
}
form#jihcontact ol li {
    line-height: 30px;
    list-style: none;
    padding: 3px 10px;
    margin-bottom: 2px;
}
form#jihcontact ol ol li {
    background: none;
    border: none;
    float: left;
}
form#jihcontact button {
    background: #CC0000;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font: 14px Georgia;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px 15px;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
}
form#jihcontact button:hover {
    background: #BF8E90;
    cursor: pointer;
}
form#jihcontact input, textarea{ 
    border:none; 
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px; 
    -webkit-box-shadow:0 0 5px #666 inset; 
    -moz-box-shadow:0 0 5px #666 inset; 
    box-shadow:0 0 5px #666 inset; 
    height:25px; 
    line-height:25px; 
    width:250px; 
    text-indent:5px; 
}
form#jihcontact textarea{ 
    height:125px; 
}
form#jihcontact input#sendcopy{
    width:20px;
    cursor:pointer;
	-webkit-box-shadow: none; 
    -moz-box-shadow:none; 
    box-shadow:none; 
} 

