@charset "UTF-8";
/* CSS Document */

/*Contact Form */
#address p {
        padding: 5px 0px;
        margin: 0;
        }

#contact_form, #thank_you {
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 70px;
	margin-top: 20px;
	}

#thank_you #hi {
	font-size: 120%;
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
#mid p.contact_title {
        padding: 0;
        margin-bottom: 10px;
        color: #88AAA3;
        }

#contact_form p{
        padding: 0;
        margin: 0;
        }

#contact_form div.contact-form-box {
	display: block;
	clear: both;
	width: 630px;/*582*/
        }

.contact-form-box span {
	display: block;
	color: #717171;
        }

.contact-form-item {
	display: block;
	clear: both;
	height: 2.4em;
	line-height: 2.4em;
	color: #717171;
        }

.contact-form-column-two {
	display: block;
	float: left;
	width: 50%;
        }

.form-row {
	display: block;
	clear: both;
	overflow: auto;
	height: auto;
        }

.form-row label {
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.4em;
	color: #717171;
        }

.form-row span {
	display: block;
	float: right;
	text-align:left;
	height: 2.4em;
	line-height: 2.4em;
        }

.clear-flow {
	display: block;
	clear: both;
        }

.contact-form-textbox {
	color: #717171;
	margin: 0px;
	padding: 2px;
	border: 1px solid #B1B3B4;
	background: white !important;
    }

.contact-form-textarea {
	color: #717171;
	margin: 0px;
	padding: 2px;
	border: 1px solid #B1B3B4;
	background: white !important;
	width: 560px;
	height: 100px;
    margin-bottom: 10px;
	}	
	
