font,
td,
p,
.maintext,
.main-fw,
.main-fw2,
.form,
.form-button,
.bold-grey,
.bold-red{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

h1, h2 {
    font-size: 18px;
    margin: 0 0 8px 0;
}

h2 {
    *margin-top: 8px;
}

font.maintext {
    color: #666 !important;
    display: block;
    font-size: 10px !important;
    line-height: 12px;
    margin: 0 0 10px 0;
}

h2 font.maintext {
    color: #333 !important;
}

font.maintext table {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}

font.maintext table td {
    padding: 4px 0;
}

font.maintext table td p {
    margin: 0;
}


td input,
td select,
td textarea{
    border: 1px solid #999;
    padding: 2px;
}

td option {
    cursor: pointer;
}

td input[type="checkbox"] {
    -moz-appearance: none;
    -moz-border-bottom-colors: #999 #FFF;
    -moz-border-left-colors: #999 #FFF;
    -moz-border-right-colors: #999 #FFF;
    -moz-border-top-colors: #999 #FFF;
}

.required {
    color: #900;
}

.main-fw2 {
	white-space: nowrap;
}

.bold-grey {
	font-weight: bold;
	color: #666666;
}

.bold-red {
	color: #900 !important;
	font-weight: bold;
}

.error {    
    border: 2px solid #900;
    color: #900 !important;
    -moz-border-radius: 6px;
    padding: 8px;
}

.bad {
    -moz-appearance: none;
    background-color: #FA8072 !important;
    border: 1px solid #900;
}

input:focus[type="text"].bad {
    background: #FFF !important;
    border: 1px solid #999 !important;
}

span.bad {
    padding-top: 2px;
    padding-right: 3px;
    border: 2px solid #FA8072;
}

a img {
    border: 0;
}

table.friend {
    border-bottom: 0 !important;
    padding: 8px 0;
    width: 500px;
}

.form-button {
    cursor: pointer;
    padding: 4px 8px;
}

#webpass-content p {
    width: 500px;
}

#summary table {
    border: 1px solid #999;
    padding: 8px;
}
