body {
	font-family: arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
    color: #585858;
}

input.box {
	width: 94%;
	border: #cfcfcf 1px solid;
    color: #585858;
}

table.invisible, table.invisible tr, table.invisible tr td   {
	border: none;
    padding: 0px
}

a.button, a.button:visited {
	text-decoration: none;
    color: #585858;
	border: solid gray 1px; 
    background-image: url(../images/back/button19gray.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.messageBox {
    background-color: #FF8080;
    color: white;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    border-width: 2px;
    border-color: red;
    border-style: solid;
    display: block;
}





