/* CSS Document */

#Contact {
	z-index: 1;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Contact p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#Contact h2 {
	font-size: 1.4em;
	color: #EE3133;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
#Contact h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #EE3133;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
	padding-top: 5px;
}

/*Forms*/

#title {
	width: 330px;
	height: 26px;
	color: #EE3133;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: transparent url(file:///G5 Hard Disk/Applications/MAMP/www/Securi-Doors/_images2/_form_images/bg_legend.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

form {
	width: 400px;
	float: left;
}

.col1 {
	text-align: right;
	width: 125px;
	height: 31px;
	float: left;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.75;
	background-image: url(../_images/bg_label.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
}

.col2 {
	width: 270px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background-image: url(../_images/bg_textfield.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.col1comment {
	text-align: right;
	width: 125px;
	height: 122px;
	float: left;
	display: block;
	margin-right: 2px;
	background-image: url(../_images/bg_label_comment.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
}
.col2comment {
	width: 270px;
	height: 120px;
	margin: 0;
	display: block;
	float: left;
	background-image: url(../_images/bg_textarea.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.col1verification {
	text-align: right;
	width: 125px;
	float: left;
	display: block;
	margin-right: 2px;
	background-image: url(../_images/bg_label_comment.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
	background-position: left top;
	height: 57px;
}
.col2verification {
	width: 260px;
	margin: 0;
	display: block;
	float: left;
	background-image: url(../_images/bg_textarea.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: right bottom;
	font-size: 10px;
	height: 58px;
}

div.row {
	clear: both;
	width: 435px;
}

.buttons {
	height: 29px;
	padding-top: 5px;
	clear: both;
	background-image: url(../_images/bg_submit.gif);
	background-repeat: no-repeat;
	width: 405px;
	background-position: right 2px;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #3366CC;
}

.textarea {
	border: 1px solid #3366CC;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 4px 0 5px 8px;
}
#Contact img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#error {
	font-family: "Courier New", Courier, monospace;
	display: block;
	padding: 10px;
	border: 1px solid #3366CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 405px;
}
#error a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #3366CC;
}
#error p {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#error h1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #EE3133;
	margin: 0px;
	padding: 0px;
	text-decoration: blink;
}

