/* CSS Document */

#contentDiv{
	margin-left:0;
	margin-right:30%;
	width:70%;
	background-color:#E6EDFD;
}

#alertDiv{
	margin-left:15%;
	margin-top:5;
	margin-bottom:1%;
}

.rowContent{
	height:22px;
	margin-left:10px;
	background-color:#E6EDFD;
	padding-bottom:5px;
}

.columnContent_1{
	float:left;
	width:250px;
	text-align:right;
	font-weight:bold;
}

.columnContent_2{
	width:150px;
	text-align:left;
	float:left;
}


.header{
	background-color:#A9C1FB;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:7px;
}

