
#errors {
    border: 1px dotted #DD7266;
	border-left: none;
	margin-bottom: 15px;
	padding:10px 10px 10px 10px; 
    text-align: center;
    background-color: #F3EBDB;
    color: red;
	font-size:12pt;
}

#errors h1{ 
font-size:16pt;
color: #DD7266;
font-weight:bold;
}

.regtable input,textarea,select, radio {
    background-color: #F3EBDB;
    color: #736242;
    font-weight: bold;
}

#errorlist{
text-align:left;
padding-left:30px;
}

li {
    list-style-type: disc;
}

#capcha{
text-transform:uppercase;
}


.regtable{
width:100%;
}

.fbusy{
display:none;
color: #c00;
}