#dashboard_wrap {
	width: 535px;
	}

#email {
width:251px;
height:130px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#DDDFE2;
border:1px solid #C6C8CB;
float: left;
}

a#email {
	display:block;
	width:231px;
	height:110px;
	background:url(../images/email.jpg) no-repeat top left;
	border:none;
	text-indent:-9999px;

	margin: 10px;
	}

a#email:hover {
	background:url(../images/email.jpg) no-repeat bottom left;
	border:none;
	}

	
	
	
#cms {
width:251px;
height:130px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#DDDFE2;
border:1px solid #C6C8CB;
float: right;
}

a#cms {
	display:block;
	width:231px;
	height:110px;
	background:url(../images/simple_editor.jpg) no-repeat top left;
	border:none;
	text-indent:-9999px;
margin: 10px;
	
	}

a#cms:hover {
	background:url(../images/simple_editor.jpg) no-repeat bottom left;
	border:none;
	}

	
	
	
#analytics {
width:251px;
height:130px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#DDDFE2;
border:1px solid #C6C8CB;
float: left;
margin-top: 30px;
}

a#analytics {
	display:block;
	width:231px;
	height:110px;
	background:url(../images/analytics.jpg) no-repeat top left;
	border:none;
	text-indent:-9999px;
	
	margin: 10px;
	
	
	}

a#analytics:hover {
	background:url(../images/analytics.jpg) no-repeat bottom left;
	border:none;
	}

	
	
	
#web_form {
width:251px;
height:130px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#DDDFE2;
border:1px solid #C6C8CB;
float: right;
margin-top: 30px;
}
	
a#web_form {
	display:block;
	width:231px;
	height:110px;
	background:url(../images/web_form.jpg) no-repeat top left;
	border:none;
	text-indent:-9999px;
	
	margin: 10px;
	
	}

a#web_form:hover {
	background:url(../images/web_form.jpg) no-repeat bottom left;
	border:none;
	}

	
	
	
#email:hover, #cms:hover, #analytics:hover, #web_form:hover {
background-color:#CADFED;
border-color:#B5C8D5;
text-decoration:none;
}

div.clear{clear:both;height:1px;overflow:hidden;font-size:1px;}