
#services-form { 

	background:#f7f7f8;
	border: #807b6a dotted 1px;
	border-collapse: collapse;
	width:90% !important;	
	width:571px;
	margin:auto;
	font-size: 12px;
}

#services-form p{ 
	text-align: left;
	font-weight: bold;
	background:#dedacd;
	padding:2px;
	border-bottom:  #807b6a dotted 1px !important;
	border-bottom:  #807b6a solid 1px;
	margin:0px
}
#services-form div{ padding:4px;}
#services-form div span{ font-style:italic;font-size: 11px;}
label {margin-bottom:10px; padding-bottom:10px;}

 
#services-domain, #services-keyword  {
	font-size: 12px; margin:2px;

}  
#services-keyword {margin-left:3px} 
  

#services-error {
	margin: 0.5em 0;
	color: red;
	font-weight: bold;
}

#services-table {
	width: 90%;
	margin:auto;
	border-collapse: collapse;
	font-size: 11px;
	}

#services-table td,
#services-table th {
	/*border: 1px solid #333;*/
	border: #807b6a dotted 1px !important;
	border: #807b6a solid 1px;
	padding: 2px;
}

#services-table td.hidden {
	border: none;
}


#services-table tr.head {
	text-align: center;
	font-weight: bold;
	background:#dedacd;
	padding:5px;
}

#services-table .loading {
	color: #EFAD3B;
}

#services-table .finished {
	color: #007F05;
	}

#services-table .error {
	color: #DF3B1B;
	}
	
#services-submit {
margin-left:30%;
text-align:center;
background:#AA0715;
font-size:11px;
font-weight: bold;
color: #fff;
border:#fff 3px solid;
cursor:pointer;
padding:1px
}
#services-submit:hover {background-color:#58585a;color: #fff;}
#services-calls {font-size:11px; margin-top:10px; font-weight:normal !important;}