/* Form css*/
form {
	font-family:Arial, Helvetica, sans-serif;
}
form input, form textarea, form select {
	padding:3px;
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	background: #fff;
}
form input.checkbox {
	border:none;
	padding:0;
	background:none
}
form optgroup {
	color:#6D6D6D;
	font-style:normal;
	padding:6px 0
}
form option {
	color:#1D1D1D;
	padding-left:12px
}
form .submit input {
	border:none;
	width:130px;
	height:32px;
	color:#FFFFFF;
	font-size:12px
}
form .submit input:hover {
	color:#FFF;
}
form .submit a {
	padding:0 3px
}
input:focus, textarea:focus, select:focus {
	background: #F5F5F5
}
#container #messagebox {
	background-color: white;
	border:1em solid #BEE8F0;
	color:#1D1D1D;
	width: 40em;
	margin:2em auto;
	font-size:0.8em;
	line-height:1.4em;
	padding:2em
}
#container #header {
	font-family:Arial, Helvetica, sans-serif;
	width: 80em; height:70px;
	margin:0 auto;
	color:#006600;
}
#container #theform { font-size:80%;
	color:#000;
	width: 60em;
	margin:0 auto;
}
#container #theform fieldset {
	width: 12em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left
}
#container #theform fieldset legend {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	display: none;
	}
#container #theform fieldset legend span {
	display: none
}
#container #theform fieldset h3 {
	height: 1.8em;
	font-size: 1em;
	color:#000;
}
#container #theform fieldset div.help {
	font-size: 0.9em;
	font-weight: bold;
	height: 3em;
	color:#666666}
#container #theform fieldset label {
	font-size: 1em;
	display: block;
	line-height: 1.5em;
	color:#000;
	padding-top:0.2em
}
#container #theform #disclaimer { font-size:1em;}
#container #theform fieldset input {
	font-size: 0.8em
}
#container #url-example {
	font-size: 0.7em;
	padding-top:0.5em;
	color:#aaa
}
#container #theform #pt4 {
	clear: both;
	width: 35em;
	height: 5em;
	border: 0;
	position:relative;
	top: 5px;
}
#container #theform #pt4 legend {
	display: none
}
#container #theform #pt4 h3 {
	dispaly:none;
}
#container #theform #pt4 #disclaimer { display:none;

	width: 14em;
	float: left;
	color:#6D6D6D
}
#container #disclaimer span {
	font-size:1em
}
.submit input {
	height: 2em;
	font-size: 1em;
	width: 14em;
	color: #FFFFFF;
	float:right;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #006600; margin-right:40px; margin-top:30px;
}
#container #theform #pt4 .submit input {
	height: 2em;
	font-size: 1em;
	width: 14em;
	color: #FFFFFF;
	float:right;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #006600;
}
#container #copyrightmain {
	clear: both
}
.validation-advice {
	margin: 0.4em 0 0.3em 0
}
.validation-advice p {
	font-size:0.6em;
	padding: 6px 5px 4px 5px;
	background:#FF8215;
	color : #FFF;
	font-weight: bold;
	display:inline
}
/* End form CSS */