.text1 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0033AB;}

.bg { 
	background-image: url(cc_main_gray.jpg);
	background-repeat: no-repeat;
	background-color: #D3D3D3;
} 

.line1 {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.block1 {
	border-bottom: 3px solid #000000;
	#border-top: 1px solid #000000;
	#border-left: 1px solid #000000;
	border-right: 3px solid #000000;
	background-color: #0033AB;
	color: #FFFFFF;
}


div.adminmessage {
        width: 100%;
        border: 2px dashed #000000;
        padding: 10px;
        margin-bottom: 15px;
        background-color: #E7BE8F;

}

#middle {
    width:960px;
    height:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-300px -480px;/*-Negative margins equal to half the size of the container width and height-*/
}