html,body{
    margin:0 0 0 0;
}
#container{
    border:20px solid #e4e4e4;
    width:760px;
    float:left;
}
#msgbox{
    border:1px solid gray;
    padding:0 0 0 180px;
    font:12px Arial;
    background:#fff url(/images/logo.gif) no-repeat 0 0;
    float:left;
}
div.row{
    width:580px;
    margin:10px 0 0 0;
    float:left;
}
div.left{
    width:200px;
    padding:0 5px 0 0;
    color: black !important; 
    font-family: Arial !important;
    font-size: 12px !important;
    float:left;
}
div.right{
    width:370px;
    color: black !important; 
    font-family: Arial !important;
    font-size: 12px !important;
    float:left;
}
.error,.required{
	color:red;
}
ul li a{
    text-decoration:none;
    color:gray;
}
ul li a:hover{
    text-decoration:underline;
    color:gray;
}
input.submit{
	background:url(/images/submit.gif) no-repeat 0 0;
    padding:0 20px 20px 0;
	width:70px;
	height:17px;
	float:right;
	display:block;
}

