@import url( ../../../stylesheets/base.css );

table.contact {
	width: 385px;
	margin-top: 20px;
	margin-bottom: 20px;

	background-color: #EEEEEE;

	padding: 0 0 0 35px;
	margin: 0 20px 0 35px;
}

table.contact tr td.links {
	text-align: right;
	width: 45%;
	padding-right: 10px;
	font-weight: bold;
}

fieldset#form { border: 0px; padding: 3px 10px 3px 35px;  }
fieldset#form input, textarea { border: 1px solid #CCCCCC; padding: 2px; margin-bottom: 10px; }
fieldset#form legend { margin-left: -8px; margin-bottom: 10px; }
fieldset#form em { font-style: normal; color: #F00; }
fieldset#form label { font-weight: bold; display: block; }
