﻿.pcontact{
	width:300px;
	height:70px;
}
.pmessage{
	width:300px;
	height:160px;
}
.psubmit{
	width: 292px;
	height: 40px;
	margin-right: 50px;
}
.LABEL{
    font-family: 'Overlock', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size:20px;
    width: 268px;
	height: 25px;
	margin-left:17px;
	text-align:left;
	line-height:25px;
}
#Name{
    font-family: 'Overlock', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size:20px;
    width: 272px;
	height: 35px;	
}
#E-mail{
    font-family: 'Overlock', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size:20px;
    width: 272px;
	height: 35px;
}
#Message{
    font-family: 'Overlock', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size:20px;
    width: 272px;
	height: 130px;	
}
#container{
	background-size: 500px 800px;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	height: auto;
	background-image: url('CONTACT-US-ILLUSTRATIONS/CONTACT-US-FORM-500x800.jpg');
	background-repeat: repeat;
	box-shadow: 1px 1px 2px 1px #000000;
	padding: 10px;
}
h2, h3, h4, h5, h6{
	font-weight:normal;
}	
h3{          
	font-size:140%;
}
img{
	border:none;
	}			
/* form 2 */

#form2{
	margin: 10px auto;
	color: #fff;
	width: 100%;
	height: 464px;
}
h3{
    font-family: 'Overlock', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    margin-left:auto;
    margin-right:auto;
	background: url('CONTACT-US-ILLUSTRATIONS/form_heading.gif') repeat-x #57a700;
	color: #fff;
	font-size: 25px;
	border: 1px solid #57a700;
	border-bottom: none;
	width: 338px;
	height: 47px;
}
h3 span{
	display: block;
	padding: 10px 20px;
	background: url('CONTACT-US-ILLUSTRATIONS/form_ico.gif') 93% 50% no-repeat;
}
fieldset{
	margin-left:auto;
	margin-right:auto;
	border-top: 3px solid #000;
	background: url('CONTACT-US-ILLUSTRATIONS/form_top.gif') repeat-x #000;
	width: 340px;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	height: 416px;
}
	#form2 legend{display:none;}	
	#form2 p{margin:.5em 20px .5em 20px;
}	
	#form2 label{display:block;}	
	#form2 input, #form2 textarea{
	width: 272px;
	border: 1px solid #111;
	background: url('CONTACT-US-ILLUSTRATIONS/form_input.gif') repeat-x #282828;
	padding: 5px 3px;
	color: #fff;
}
textarea{
	height:125px;
	overflow:auto;
}					
button{
    font-family: 'Overlock', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    width : 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #70ad2e;
	background: url('CONTACT-US-ILLUSTRATIONS/form_button.gif') repeat-x #5aae00;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: central;
	font-size:25px;
}