@charset "UTF-8";
/* ReadyType Contact Form Style CSS. */


/* Contact Form Containers */
#contactContainer {
	width:466px;
	height:290px;
	margin:10px 0 20px 0;
	color:#58595B;
	background-color:#DCDDDE;
	border:1px solid #6D6F71;
}
#contactHeader {
	background-color:#F0F0F1;
	border-bottom:1px solid #6D6F71;
	height:11px;
	padding:5px 5px 7px 5px;
	width:456px;
	font-size:10px;
}

/* The actual Contact Form */
#contactForm {
	margin:5px 20px;
	width: 426px;
	font-size: 10px;
	text-align: left;
}
#contactForm a {
display: inline;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
	width:100%;
}

/* Shared COntact Form Div */
#contactFormLeft {
	width:48%;
}
#contactFormRight {
	width:49%;
	margin-left:2%;
}
/* Split Name Section */
#contactFormLeftL {
	width:50%;
}
#contactFormLeftR {
	width:50%;
}
/* Split Address Section */
#contactFormRightL {
	width:115px;
}
#contactFormRightC {
	width:35px;
}
#contactFormRightR {
	width:55px;
}


/* ------------- Form CSS for jQuery PhP form  */
/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

/*  Rmv'd by MR  
html, body  { padding: 0; border: 0px none; } */

.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 90%
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
}

.button {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	margin:5px 0 0 0;
	background: #FFFFFF;
	color: #333333; 
	font-size: 11px;
	width:25%;
}
.reset {
	margin-right:47%;
}


/* Label */
label  { 
	width:100%; 
	padding: 0; 
	margin: 0; 
	font-size:11px;
}
.message {
	height:80px;
}

/* Input, Textarea */
input, textarea, select {
	margin:0 5px 5px 0;
	padding:0px;
	border:#939598 1px solid;
	border-bottom-color:#6D6F71;
	border-top-width:2px;
	border-left-width:2px; 
	font-size:11px;
	font-family:inherit;
}
input, select {
	color:#333333;
}
textarea {
	color:#cccccc;
	resize:none;
}
.textareaBlur {
	color:#CCCCCC;
}
.textareaFocus {
	color:#333333;
}
.labelFull {
	width:198px;
}
.labelMid {
	width:48px;
}
.labelSmall {
	width:28px;
}
.labelName {
	width:95px;
}
.labelCity {
	width:108px;
}
.labelPhone {
	width:88px;
}