#AgentSpace
{
	width: 450px;
	position: relative;
	z-index: 1;
	left: 50px;
	top: 125px;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#formListL
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	/*background-color: #C0DFA3;*/
	text-align: left;
	padding: 4px 0px 3px 0px;
	margin: 0px auto 0px auto;
	width: 49%;
	/*float: left;*/
	font-weight: bold;
	text-align: center;
}
#formListR
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/*background-color: #C0DFA3;*/
	text-align: left;
	padding: 0px;
	width: 50%;
	margin: 0px auto 0px auto;
	/*float: right;*/
	text-align: center;
}
#agentFormL
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
	padding: 3px 0px 0px 0px;
	width: 39%;
	float: left;
}
#agentFormR
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	padding: 2px 0px 2px 0px;
	width: 59%;
	float: right;
}

#agentDispL
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
	padding: 1px 0px 0px 0px;
	width: 40%;
	float: left;
	/*border: 1px solid black;*/
}
#agentDispR
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 1px 0px 0px 0px;
	width: 59%;
	float: right;
	/*border: 1px solid black;*/
}

#agentHD
{
	width: 100%;
	text-align: center;
	/*background-color: #005837;*/
	color: #005837;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	padding: 1px 1px 1px 1px;
	margin: 0 0 5px 0;
	/*vertical-align: middle;*/
	text-transform: inherit;
	letter-spacing: 1px;
	text-indent: 15px;
}

#agentSD
{
	width: 100%;
	text-align: center;
	/*background-color: #005837;*/
	color: #005837;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	padding: 1px 1px 1px 1px;
	margin: 0 0 5px 0;
	/*vertical-align: middle;*/
	text-transform: inherit;
	letter-spacing: 1px;
	text-indent: 15px;
}

#agentFD
{
	width: 100%;
	text-align: left;
	background-color: #C0DFA3;
	/*color: #C0DFA3;*/
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 2px;
	color: white;
	padding: 3px;
	margin: 0px 0 0px 0;
	clear: both;
	position: relative;
	top: 20px;
}
#inList
{
	width: 100%;
	display: table;
	/*background-color: #C0DFA3;*/
	clear: both;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	z-index: 3;
	padding: 3px;
	margin: 75px 0 0 0;
	text-align: center;
	text-transform: inherit;
	font-weight: bold;
}
#outList
{
	display: none;
	clear: both;
}

#formIntro
{
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 0;
	text-align: center;
}


.agentUpdateInput
{
	color: #515151;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
.selectBox
{
	font-size: 10px;
	color: #4B4B4B;
	border: 1px #005837 solid;
}
.optionPad
{
/*	*/
	padding: 1px 0px 0px 2px;

	border-bottom: #C0DFA3;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;

}
/* Styles for the login page */
#known
{
	background-image: url(../images/0login.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#welcome
{
	color: #005837;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-indent: 30px;
	text-align: left;
	text-transform: inherit;
	width: 100%;
}
#login
{
	background-image: url(../images/0logBox.gif);
	background-repeat: no-repeat;
	width: 635px;
	height: 120px;
	padding: 20px 0 0 0;
	clear: both;
	position: relative;
	left: 17px;
}
#loginL
{
	width: 49%;
	float: left;
	display: table;
	color: #005837;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	text-transform: inherit;
	clear: left;
}
#loginR
{
	width: 50%;
	float: right;
	display: table;
}
.caption
{
	color: #4C4C4C;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	width: 195px;
	padding: 10px 1px 10px 1px;
	font-weight: bold;
}
.loginAction
{
	color: #005837;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: inherit;
	margin: 0px 5px 0px 5px;
}
.loginBox
{
	color: #005837;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border-color: #005837;
	border-width: 1px;
	border-style: solid;
	margin: 5px 0px 5px 0px;
}

#zipresult {
	/*margin-top: 100px;*/
}
/* END Styles for the login page */

/* Styles for the agent main page */
.agentDivider
{
	background-color: #C0DFA3;
	height: 25px;
}

.leftNav
{
	color: #005837;
	font-family: arial, helvetica, sand-serif;
	font-size: 14px;
	background-color: #C0DFA3;
}

#welcomeMain
{
	color: #005837;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	text-transform: inherit;
	width: 320px;
}
#welcomeMainText
{
	color: #4C4C4C;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 320px;
	text-align: left;
	text-transform: inherit;
}
#mainDivider
{
	background-color: #005837;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 320px;
	padding: 2px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	text-transform: inherit;
}

.mainLinks
{
	color: #4C4C4C;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	text-align: left;
	width: 320px;
	line-height: 24px;
}
a:link.mainLinks { color: #4C4C4C; }
a:hover.mainLinks { color: #005837; }
a:visited.mainlinks {color: #4C4C4C;}
/* END Styles for the agent main page */
/* styles for the login page */
#mainBody
{
	width: 763px;
	height: 594px;
	margin: 22px auto 0px auto;
	background-image: url(../images/marketopiaBK.jpg);
	position: relative;
	z-index: 0;
	text-align: left;
	background-repeat: no-repeat;
}
#layerBody
{
	width: 763px;
	height: 594px;
	top: -594px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 10;
}
#needHelp
{
	color: white;
	font-family: Clarendon Text, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	left: 110px;
	top: 120px;
}
.standardLink
{
	color: blue;
	font-weight: normal;
}
#ButtonSpace
{
	width: 200px;
	position: relative;
	z-index: 1;
	left: 90px;
	top: 120px;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#buttons
{
	position: relative;
	z-index: 22;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
.textField
{
	border-color: #005837;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px 0 2px 0;
	color: #333;
	font-size: 11px;
}
#form1
{
	position: relative;
	z-index: 11;
	left: 300px;
	top: -310px;
	width: 190px;
	height: 195px;
	display: none;
	background-image: url(../images/formBack1.png);
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	
	float: left;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
	*/
}

#form2
{
	position: relative;
	z-index: 12;
	left: 300px;
	top: -250px;
	width: 190px;
	height: 125px;
	display: none;
	background-image: url(../images/formBack2.png);
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#form3
{
	position: relative;
	z-index: 13;
	left: 300px;
	top: -180px;
	width: 190px;
	height: 125px;
	display: none;
	background-image: url(../images/formBack2.png);
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#loginError
{
	position: relative;
	z-index: 13;
	left: 300px;
	top: -180px;
	width: 190px;
	height: 125px;
	display: none;
	background-image: url(../images/formBack2.png);
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#formElements1
{
	position: relative;
	z-index: 14;
	left: 0px;
	top: 20px;
	width: 190px;
	height: 195px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: none;
	/*
	float: left;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#formElements2
{
	position: relative;
	z-index: 15;
	left: 0px;
	top: 30px;
	width: 190px;
	height: 125px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: none;
}
#formElements3
{
	position: relative;
	z-index: 15;
	left: 0px;
	top: 20px;
	width: 190px;
	height: 125px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: none;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#errorElement
{
	position: relative;
	z-index: 15;
	left: 0px;
	top: 40px;
	width: 190px;
	height: 125px;
	color: #F00;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
.element1
{
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#form4
{
	width: 163px;
	height: 141px;
	position: relative;
	z-index: 3;
	background-image: url(../images/marketopia_login.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	padding: 5px 0px 0px 20px;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#video
{
	width: 249px;
	height: 2px;
	position: relative;
	top: -20px;
	left: 514px;
	z-index: 25;
}
#showVid
{
	width: 249px;
	height: 1px;
	position: relative;
	top: -330px;
	left: 514px;
	background-image: url(../images/marketopia_videoSoon.png);
	display: none;
}
.nav3_Link:hover {
font-family: Verdana, Helvetica, Arial;
font-size: 12px;
text-decoration: underline;
color: #5F4829;
text-align: center;
white-space: nowrap;
display: block;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
border-right: thin solid #957A55;
}

.nav3_Link_on {
font-family: Verdana, Helvetica, Arial;
font-size: 12px;
text-decoration: underline;
color: #5F4829;
text-align: center;
white-space: nowrap;
display: block;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
border-right: thin solid #957A55;
}

.nav3_Link {
font-family: Verdana, Helvetica, Arial;
font-size: 12px;
text-decoration: none;
color: #957A55;
text-align: center;
white-space: nowrap;
display: block;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
margin: 0px;
border-top: none;
border-right: thin solid #957A55;
border-bottom: none;
border-left: none;
}
#footer
{
	width: 100%;
	padding-top: 0px;
}
#footL
{
	width: 265px;
	float: left;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #957A55;
	white-space: normal;
	text-align: left;
	text-transform: inherit;
	clear: right;
}
#footR
{
	background-color: #e6d0b0;
	float: right;
	width: 496px;
	height: 25px;
	text-align: center;
	text-transform: inherit;
}
#FR1
{
	/*width: 114px;*/
	margin-left: 0px;
	float: left;
	position: relative;
	top: 5px;
	left: 20px;
}
#FR2
{
	/*width: 114px;*/
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#FR3
{
	/*width: 114px;*/
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#FR4
{
	/*width: 114px;*/
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#FR5
{
	/*width: 114px;*/
	float: left;
	position: relative;
	top: 5px;
	left: 25px;
}
#footHold
{
	width: 763px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 25;
	clear: both;
	display: table;
}

#footHold2
{
	width: 955px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 25;
	clear: both;
	display: table;
}


/* end styles for the login page */
/* Marketopia Main Page */
#marketMainBody
{
	width: 763px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 0;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#marketContentBack
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	background-image: url(../images/marketMainBodBack.gif);
	display: table;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
}
#marketMainHeader
{
	padding: 0px;
	text-align: center;
	text-transform: inherit;
	position: relative;
	z-index: 0;
}
#marketMainNav
{
	position: relative;
	z-index: 0;
	float: right;
	width: 248px;
	background-image: url(../images/marketMain_17.gif);
	/*border: 1px 1px 1px 0 solid black;*/
}
#marketMainContentArea
{
	width: 100%;
	background-image: url(../images/marketMainBodBack.gif);
	/*border: 1px solid black;*/
	display: table;
}
#marketMainContent
{
	float: left;
	width: 500px;
	text-align: left;
	padding: 0px 0px 0px 15px;
	font-family: arial, helvetica, sans-serif;
	/*
	border-color: #4C4C4C;
	border-width: 1px;
	border-style: solid;
	*/
	color: #4C4C4C;
	font-size: 12px;
}
#marketContent
{
	margin: 10px 10px 0px 195px;
}
#marketContentNav
{
	width: 183px;
	float: left;
	margin: 0px 0px 20px 0px;
	clear: left;
}
#marketNew
{
	width: 100%;
	clear: both;
}
#showVideo
{
	width: 249px;
	height: 0px;
	position: relative;
	top: 126px;
	left: 514px;
	/*background-image: url(images/marketopia_videoSoon.png);*/
	display: none;
	z-index: 5;
}
#header
{
	width: 100%;
	text-align: center;
	color: #005837;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	padding: 1px 1px 1px 1px;
	margin: 0 0 5px 0;
}
/*a:link.headerlink
{
	color: #000;
	font-size: 12px;
}
a:visited.headerlink
{
	color: #000;
	font-size: 12px;
}*/
#splashBox
{
	width: 248px;
	height: 0px;
	position: relative;
	top: -175px;
	right: -500px;
	z-index: 7;
	/*border: 1px solid black;*/
}
#explanation
{
	padding: 1px;
	color: #333;
	font-size: 10px;
}
#topError
{
	text-align: center;
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 10px 0;
	position: relative;
	width: 450px;
	z-index: 7;
	left: 500px;
	top: 0px;
	height: 1px;
}
#WelcomeIntro
{
	background-color: #AEDC98;
	color: #4C4C4C;
	font-family: arial, helvetica, verdana, san-serif;
	font-size: 12px;
	margin: 20px 10px 20px 5px;
	padding: 15px;
	text-transform: inherit;
}
#WelcomeIntroText
{
	color: #4C4C4C;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 15px 0;
}
#WelcomeIntroBoy
{
	color: #4C4C4C;
	font-family: arial, helvetica, verdana, san-serif;
	font-size: 12px;
}
#showFormBut
{
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}
showFormLink
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
a:link.showFormLink
{
	text-decoration: none;
}
a:hover.showFormLink { color: #C0DFA3; }
.marketopiaHome
{
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 10px; /*0px 10px 10px 10px;*/
}
.BodyInner
{
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-transform: inherit;
}
.alert
{
	color: #F00;
	font-weight: bold;
}
.MarketWelcome
{
	/*margin: 20px 10px 20px 5px;*/
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}
.MarketWelcomeBody
{
	border-left: gray;
	border-width: 0 0 0 1px;
	border-style: none none none dashed;
	padding: 10px;
}
.stimulusWelcome
{
	margin: 20px 10px 20px 5px;
	background-color: #C0DFA3;
	color: #005837;
}
.bodyBold { font-weight: bold; }
a:link.bodyBold { color: #000; }
a:visited.bodyBold { color: #333; }

#accountProfile
{
	color: #4C4C4C;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 10px 5px 15px 5px;
}

#accounts
{
	width: 100%;
	position: relative;
}

#personalAccount
{
	width: 49%;
	position: relative;
}

#companyAccount
{
	width: 51%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

#accountDesc
{
	width: 37%;
	position: relative;
	float: left;
	color: #000;
	font-weight: bold;
	padding-top: 0px;
	line-height: 20px;
	clear: left;
}

#accountInfo
{
	width: 61%;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	display: inline;
	z-index: 10;
	line-height: 20px;
	overflow: visible;
}

#clear
{
	clear: both;
	margin: 5px;
	position: relative;
}

.accountForm
{
	color: #666;
	font-size: 11px;
	border-color: #eaeaea;
	border-width: 1px;
	border-style: solid;
	margin: 2px 0 2px 0;
}

.accountFormFile
{
	color: #666;
	font-size: 9px;
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
}

.accountFormSubmit
{
	color: #666;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#accountWarning
{
	color: #F00;
	font-size: 12px;
	text-align: center;
	text-transform: inherit;
}

#stimulus
{
	position: absolute;
	top: 50px;
	right: -240px;
}
.stimulusLink
{
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:link.stimulusLink{ color: #FFF; }
a:hover.stimulusLink { color: #005837; }
a:visited.stimulusLink { color: #FFF; }
a:visited:hover.stimulusLink { color: #005837; }

.stimulusIntroBody
{
	color: #4C4C4C;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a:link.stimulusIntroBody { color: #005837; }
a:hover.stimulusIntroBody { color: #fff; }
a:visited.stimulusIntroBody { color: #005837; }
a:visited:hover.stimulusIntroBody { color: #fff; }

#stimulusIntroText
{
	color: #005837;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#imgWarning
{
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;

}
/* image border */

img.openHouse  {
	border: 1px solid #666666;
}

/* assets library */
h1 {
	color: #005837;
	font-size: 14px;
	font-weight: normal;
}

#assets a {
	color: #666666;
	text-decoration: underline;
}

#assets {
	width: 650px;
	margin: 20px;
	position: relative;
}
#assets .col {
	text-align: center;
	float: left;
	width: 120px;
	padding-bottom: 10px;
}
#assets .col img {
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
#customCol {
	width: 500px;
	clear: both;
}
#customCol .col {
	text-align: center;
	float: left;
	width: 120px;
	padding: 0px 20px 10px 0px;
}
#acctexe {
	width: 500px;
	margin: 20px;
	line-height: 18px;

}
.acctexeBody {
	line-height: 18px;
}
#acctexe .col {
	text-align:left;
	float: left;
	width: 150px;
	padding: 10px;
}
#acctexe .col2 {
	float: left;
	width: 300px;
	padding: 10px;
}
.clear {
	clear: both;
}
#form_71, #form_72, #form_73, #form_74, #form_75 {
	margin: 20px;
}
#form_71 td, #form_72 td, #form_73 td, #form_74 td, #form_75 td {
	padding: 5px;
}

#AgentSpace form {
	padding: 120px 0px 0px 0px;
}
#imgWarning
{
	color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;

}
/* image border */

img.openHouse  {
	border: 1px solid #666666;
}

/* assets library */
h1 {
	color: #005837;
	font-size: 14px;
	font-weight: normal;
}

#assets a {
	color: #666666;
	text-decoration: underline;
}

#assets {
	width: 650px;
	margin: 20px;
	position: relative;
}
#assets .col {
	text-align: center;
	float: left;
	width: 120px;
	padding-bottom: 10px;
}
#assets .col img {
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
#customCol {
	width: 500px;
	clear: both;
}
#customCol .col {
	text-align: center;
	float: left;
	width: 120px;
	padding: 0px 20px 10px 0px;
}
#acctexe {
	width: 500px;
	margin: 20px;
	line-height: 18px;

}
.acctexeBody {
	line-height: 18px;
}
#acctexe .col {
	text-align:left;
	float: left;
	width: 150px;
	padding: 10px;
}
#acctexe .col2 {
	float: left;
	width: 300px;
	padding: 10px;
}
.clear {
	clear: both;
}
#form_71, #form_72, #form_73, #form_74, #form_75 {
	margin: 20px;
}
#form_71 td, #form_72 td, #form_73 td, #form_74 td, #form_75 td {
	padding: 5px;
}

#AgentSpace form {
	padding: 0px 0px 0px 0px;
}

