/* ----------- Form ----------- */

DIV.form-container {
	PADDING-BOTTOM: 5px; MARGIN: 10px; PADDING-LEFT: 40px; PADDING-RIGHT: 50px; PADDING-TOP: 5px; DISPLAY: BLOCK !IMPORTANT;
}
P.legend {
	MARGIN-BOTTOM: 1em
}
P.legend EM {
	FONT-STYLE: normal; COLOR: #fc6
}
DIV.errors {
	BORDER-BOTTOM: #fc6 1px solid; BORDER-LEFT: #fc6 1px solid; PADDING-BOTTOM: 5px; BACKGROUND-COLOR: #ffc; MARGIN: 0px 0px 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: #fc6 1px solid; BORDER-RIGHT: #fc6 1px solid; PADDING-TOP: 5px
}
DIV.errors P {
	MARGIN: 0px
}
DIV.errors P EM {
	FONT-STYLE: normal; COLOR: #c00; FONT-WEIGHT: bold
}
DIV.form-container FORM P {
	MARGIN: 0px
}
DIV.form-container FORM P.note {
	COLOR: #333; MARGIN-LEFT: 170px; FONT-SIZE: 90%
}
DIV.form-container FORM FIELDSET {
	BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; PADDING-BOTTOM: 10px; MARGIN: 10px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid; PADDING-TOP: 10px
}
DIV.form-container FORM LEGEND {
	COLOR: #fff; FONT-WEIGHT: normal; background-image:url(https://www.atcomm.com/uploads/images/backgrounds/legend-bg.png)
}
DIV.form-container FORM FIELDSET DIV {
	PADDING-BOTTOM: 0.25em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0.25em
}
DIV.form-container LABEL {
	POSITION: relative; TEXT-ALIGN: right; WIDTH: 180px; PADDING-RIGHT: 10px; DISPLAY: block; FLOAT: left; MARGIN-RIGHT: 10px
}
DIV.form-container SPAN.label {
	POSITION: relative; TEXT-ALIGN: right; WIDTH: 180px; PADDING-RIGHT: 10px; DISPLAY: block; FLOAT: left; MARGIN-RIGHT: 10px
}
DIV.form-container LABEL.error {
	COLOR: #c00
}
DIV.form-container SPAN.error {
	COLOR: #c00
}
DIV.form-container LABEL EM {
	POSITION: absolute; FONT-STYLE: normal; COLOR: #c00; FONT-SIZE: 120%; RIGHT: 0px
}
DIV.form-container SPAN.label EM {
	POSITION: absolute; FONT-STYLE: normal; COLOR: #c00; FONT-SIZE: 120%; RIGHT: 0px
}
DIV.form-container INPUT.error {
	BORDER-BOTTOM-COLOR: #c00; BACKGROUND-COLOR: #fef; BORDER-TOP-COLOR: #c00; BORDER-RIGHT-COLOR: #c00; BORDER-LEFT-COLOR: #c00
}
DIV.form-container INPUT:focus {
	BORDER-BOTTOM-COLOR: #fc6; BACKGROUND-COLOR: #ffc; BORDER-TOP-COLOR: #fc6; BORDER-RIGHT-COLOR: #fc6; BORDER-LEFT-COLOR: #fc6
}
DIV.form-container SELECT:focus {
	BORDER-BOTTOM-COLOR: #fc6; BACKGROUND-COLOR: #ffc; BORDER-TOP-COLOR: #fc6; BORDER-RIGHT-COLOR: #fc6; BORDER-LEFT-COLOR: #fc6
}
DIV.form-container INPUT.error:focus {
	BORDER-BOTTOM-COLOR: #fc6; BACKGROUND-COLOR: #ffc; BORDER-TOP-COLOR: #fc6; BORDER-RIGHT-COLOR: #fc6; BORDER-LEFT-COLOR: #fc6
}

DIV.form-container TEXTAREA {
width: 300px; height: 5em;

}

DIV.form-container TEXTAREA:focus {
	BORDER-BOTTOM-COLOR: #fc6; BACKGROUND-COLOR: #ffc; BORDER-TOP-COLOR: #fc6; BORDER-RIGHT-COLOR: #fc6; BORDER-LEFT-COLOR: #fc6; FONT-STYLE: normal; COLOR: #c00; FONT-SIZE: 100%; RIGHT: 0px
}
DIV.form-container DIV.controlset LABEL {
	DISPLAY: inline; FLOAT: none
}
DIV.form-container DIV.controlset INPUT {
	DISPLAY: inline; FLOAT: none
}
DIV.form-container DIV.controlset DIV {
	MARGIN-LEFT: 170px
}
DIV.form-container DIV.buttonrow {
	MARGIN-LEFT: 190px
}

.submit {
  MARGIN-LEFT: 214px;
  margin-top: 0.9em;
  background: transparent url(https://www.atcomm.com/uploads/images/icons/) no-repeat left top;

	}

.captcha img {
	border: 1px solid #DDD;
	margin-bottom: 0.5em;
	margin-left: 214px
}
.captcha input {
	width: 150px;
	margin-top: 0.5em;
	margin-left: 214px

}



/* ------------ Header - Search ------------ */
div#search {
	width: 100%;
	height: 28px;
        margin-left: 765px;
	margin-right: 0px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(https://www.atcomm.com/uploads/images/icons/search-background.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(https://www.atcomm.com/uploads/images/icons/search-background.png) no-repeat right top;
}
/* ------------ END Header - Search ------------ */