.signup{
    font-family: Arial;
    font-size: 8pt;
}
.signuptable{
    margin-left: 50px;
}
.signupbuttons{
    font-family: Arial;
    font-size: 8pt;
    margin-left: 100px;
}
.heading{
    margin-left: 20px;
}
.newMessage{
    font-family: Arial;
    font-size: 9pt;
    margin-left: 50px;
    margin-top: 20px;
}
.errorPane{
    font-family: Arial;
    font-size: 8pt;
    color: #FF3300;
    margin-left: 50px;
}
.errorMessage{
    font-family: Arial;
    color: #FF3300;
}

.mainTable{
    margin-left: 30px;
    margin-right: 30px;
    border-style: solid;
    border-width: 1px;
}
.mainHeader{
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    background-image: url(/images/b1.JPG);
    background-repeat: repeat;
}
.bold{
    font-weight: bold;
}
.collapseable{
    display: none;
}
.mailEntry tr:hover {
	color: #508FAE;
}
.item{
    font-family: Arial;
    font-size: 8pt;
    margin-left: 20px;
    cursor: hand;
}
.header{
    margin-left: 30px;
}
.newMessageButtons{
    margin-right: auto;
    margin-left: 300px;
}
.dlgTable{
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse:collapse;
}
.dlgTop {
	background-image: url('http://localhost/images/dlgTitle.png');
	background-repeat: no-repeat;
	background-position: center top;
        height: 32px;
	text-align:left;
	font-size:12px;
        border-width: 0px;
}
.dlgBody {
	background-image: url('http://localhost/images/dlgBody.png');
	background-repeat: repeat-y;
	background-position: center top;
        padding: 0px 10px 0px 15px;
	text-align: center;
	font-size:12px;
        border-width: 0px;
}
.dlgBottom {
	background-image: url('http://localhost/images/dlgBottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:left;
	font-size:12px;
        height: 32px;
	border-width: 0px;
}
.dlgBtn {
	text-align:center;
	font-size:12px;
        margin-left: auto;
        margin-right: auto;
}
.dlg{
	text-align:center;
	font-size:12px;
        margin-left: auto;
        margin-right: auto;
}