input,
select,
option
{
    width: 100%;
}
th{
    font-weight: normal;
    text-align: center;
}
.table > tbody > tr > th,
.table > tbody > tr > td{
    background:white !important;
    vertical-align:middle;
}
form {
    font-size: 150%;
}
.reset-link,
.message{
    text-align: right;
    width: 100%;
    display: block;
	margin-bottom:10px;
}
.reset-link{
    font-size: 90%;
	margin-top:10px;
}
.error-message{
    display: block;
    text-align: center;
    color: red;
}
.errorlist{
    color: red;
    font-size: 90%;
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
}
.custom-form {
    font-size:1.1em;
    font-weight: bold;
    font-family: sans-serif;
}
.custom-form select {
    width: 100%;
    padding: 8px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    background: url(../images/arrow01.png) right 60% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: url(../images/arrow01.png) right 60% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 40px, 100%;
}
