table#domainTable {
	margin-left:auto;
	margin-right:auto;
}
#domainTable tr:nth-child(odd) {
background:#eeeeee;
}
#domainTable tr td {
vertical-align:top;
padding:15px; 
} 
#domainTable tr td div {
margin-bottom:5px;
}
#domainTable tr td img {
width:101px;
height:66px;
border:0;
}
#domainTable tr td a:link {
font-size:21px;
color:#0063C6;
}
.contactButton { 
padding:5px;
text-align:center;
border:1px solid #0C8180;
background:#D1FFD4; 
border-radius:5px;
-moz-border-radius:5px; 
cursor:pointer;
}
.contactButton span {
font-weight:bold;
color:#404040;
white-space:nowrap;
}
.nodisp {
display:none;
}
.closeButton {
float:right; 
cursor:pointer;
}
.contactForm {
padding:5px;
border:1px solid #0C8180;
background:#D1FFD4; 
border-radius:10px;
-moz-border-radius:10px;
}
.contactForm div.title { 
text-align:center; 
}
.contactForm div.title span {
font-weight:bold; 
}
.contactForm .tableDiv div { 
	display:table-cell;
	vertical-align:middle;
	padding:5px; 
} 
.contactForm .tableDiv div:first-child {
width:180px;
text-align:right;
} 
.contactForm input {
	width:200px;
}
.contactForm input.submit {
	width:70px;
}
.contactForm textarea {
	width:200px;
	height:75px;
}
.contactForm .errspace {
display:block;
width:100%; 
}