
/* START - FormFields */

.formfields input[type='text']  {
	border: 1px solid rgb(102, 102, 102); width: 200px; height: 14px; color: rgb(0, 0, 0); background-color: rgb(228, 228, 228); font-family: "Courier New", Courier, monospace, "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 11px;
}

.formfields textarea {
	border: 1px solid rgb(102, 102, 102); width: 200px; height: 80px; color: rgb(0, 0, 0); background-color: rgb(228, 228, 228); font-family: "Courier New", Courier, monospace, "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 11px;
}

.formfields option {
	border: 1px solid rgb(102, 102, 102); width: 204px; height: 18px; color: rgb(0, 0, 0); background-color: rgb(228, 228, 228); font-family: "Courier New", Courier, monospace, "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 11px;
}

.formfields select {
	border: 1px solid rgb(102, 102, 102); width: 204px; height: 18px; color: rgb(0, 0, 0); background-color: rgb(228, 228, 228); font-family: "Courier New", Courier, monospace, "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 11px;
}

.formfields{
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}
/* END - FormFields */


/* START - Agents */
#ContentTable .agents td {
	padding-bottom: 10px;
}
div.agentsWrap {
	width: 100%; margin-top: 10px; float: left;
}
h1 + div.agentsWrap {
	margin-top: 12px;
}
div.last.agentsWrap {
	border: currentColor;
}
div.agentsWrap h2 {
	margin: 0px 0px 15px; padding: 0px; text-transform: none; font-size: 16px; font-weight: normal; border-top-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
div.agentContent {
	margin: 15px 0px 0px 0px;
	width: 360px; padding-bottom: 15px; float: left;
}
div.agentContent ul {
	margin: 0px; padding: 0px 10px 0px 0px; width: 240px; height: 110px; clear: right; float: right; display: block; list-style-type: none;
}
div.agentContent img {
	width: 100px; height: 110px; float: left;
}
div.agentContent a {
	
}
div.agentContent .region {
	font-size: 13px; font-weight: bold;
}
/* END - Agents */

.clear {
	clear: both;