a.form {
    text-decoration: underline;
}

table.form {
    color:#333333;
    border-width: 0px;
    border-color: #666666;
    border-collapse: collapse;
}

table.form tr {
}

table.form td {
    border-width: 0px;
    padding-top: 4px;
}

textarea.form {
    width: 200px;
    height: 60px;
    border: 3px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}

input[type=text].form {
    width: 200px;
    height: 24px;
    border: 3px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}

input[type=password].form {
    width: 200px;
    height: 24px;
    border: 3px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}

input[type=date].form {
    width: 200px;
    height: 24px;
    border: 3px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}

input[type=file].form {
    width: 200px;
    height: 36px;
    border: 3px solid #cccccc;
    padding: 4px;
    margin-bottom: 4px;
    font-family: Tahoma, sans-serif;
}

select.form {
    width: 200px;
    height: 30px;
    border: 3px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}

select[multiple="multiple"].form {
    width: 200px;
    height: 90px;
    border: 3px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}

option.form {
}

text.form {
    width: 200px;
    height: 30px;
    font-family: Tahoma, sans-serif;
}

span.form {
    padding-left: 4px;
    padding-right: 4px;
}

div.formhomecontent {
    margin: auto;
    width: 50%;
    padding: 10px;
}
