/* CSS Document */

form {
padding: 15px;
}
#contactform table {
border-collapse: collapse;
background-color:#FFCF73;
}
#contactform table td {
padding-top: 5px;
padding-bottom: 5px;
}
#contactform table tr {
border-bottom: 2px solid #fff;
}
.labelcell {
font: 12px Arial; 
color: #05296E;
width="125px";
padding-left:5px;
}
.fieldcell {
background-color:#6B8FD4;
}

form {
padding: 15px;
}
#contactform table {
border-collapse: collapse;
background-color:#FFCF73;
}
#contactform table td {
padding-top: 5px;
padding-bottom: 5px;
}
#contactform table tr {
border-bottom: 2px solid #fff;
}
.labelcell {
font: 12px Arial; 
color: #05296E;
width="125px";
padding-left:5px;
}
.fieldcell {
background-color:#FDB800;
color: #FFA700;
text-align: right;
margin-right: 0px;
padding-right: 3px;
}

.fieldcell input {
width: 200px;
font: 11px Arial;
background-color: #FFFEA1;
color: #000;
border: 1px solid #05296E;
margin-right: 0px;
}

.fieldcell select {
font: 11px Arial;
background-color: #FFFEA1;
color: #000;
border: 1px solid #05296E;
margin-right: 0px;
}

.fieldcell textarea {
width: 300px;
font: 11px Arial;
background-color: #FFFEA1;
color: #000;
border: 1px solid #05296E;
margin-right: 0px;
}
input.radiobutton {
width: 50px;
height: 25px;
padding: 0 5px 0 0;
background-color: #6B8FD4;
display: block;
text-align: right;
font: 11px Arial;
color: #05296E;
}
/*For submit button*/
.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
};
color: #FFA700;
text-align: right;
margin-right: 0px;
padding-right: 3px;
}

.fieldcell input {
width: 200px;
font: 11px Arial;
background-color: #FFFEA1;
color: #000;
border: 1px solid #05296E;
margin-right: 0px;
}

.fieldcell select {
font: 11px Arial;
background-color: #FFFEA1;
color: #000;
border: 1px solid #05296E;
margin-right: 0px;
}

.fieldcell textarea {
width: 300px;
font: 11px Arial;
background-color: #FFFEA1;
color: #000;
border: 1px solid #05296E;
margin-right: 0px;
}
input.radiobutton {
width: 50px;
height: 25px;
padding: 0 5px 0 0;
background-color: #6B8FD4;
display: block;
text-align: right;
font: 11px Arial;
color: #05296E;
}
/*For submit button*/
.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}