body {
	font-family:sans-serif;
	background-color:black;
}
td {
	width:100px;
}
th:first-child {
	text-align:left;
}
tr:odd td {
	background-color:green;
}
td.serviceUsed, td.serviceNotUsed, td.siteOk, td.siteNOk {
	color:rgba(0,0,0,0);
	text-align:center;
	background-repeat: no-repeat;
	background-position: center center;
	padding:10px;
}
td.serviceUsed {
	background-image:url('check.png');
}
td.siteOk {
	background-image:url('ok.png');
}
td.siteNOk {
	background-image:url('X.png');
}
div.main {
	width:800px;
	margin:100px;
	padding:50px;
	background-color:#cfcfcf;
}
input, textarea {   
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 500px;  
    background: #FFFFFF;  
    }  
  
textarea {   
    width: 400px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {   
    border-color: #E9E9FF;   
    }  
  
.form label {   
    margin-left: 10px;   
    color: #999999;   
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    }  
	
.submit input:disabled {
	background:red;
}
	
a:link {
	text-decoration:none;
	color:#001010;
}
a:visited {
	text-decoration:none;
	color:#303040;
}
a:hover {
	text-decoration:underline;
}
table {
	border-collapse: collapse;
}
tr.extrasite td {
	border:collapse;
	background-color:#9f9fcf;
}