/* CSS Document */
body {
    color: #393939;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1em;
	font-size: 0.75em
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
	font-size: 100%;
}

div {
    font-size: 100%;
}

#contact-form {
	width: 257px;
	overflow: hidden;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1em;
	font-size: 0.75em
}

#contact-form label {
	display: block;
	width: 100%;
	height: 58px;
	overflow: hidden;
}

#contact-form b {
	display: block;
	line-height: 18px;
	font-size: 1.083em;
	font-weight: normal;
	color: #060606;
}

#contact-form input {
	background: none repeat scroll 0 0 transparent;
	width: 247px;
	height: 15px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #a4a4a4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
    line-height: 1em;
}

#contact-form textarea {
	background: none;
	width: 247px;
	height: 303px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #a4a4a4;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#contact-form a.link {
	float: left;
	margin: 19px 25px 0 0;
	color: #FA635E;
	text-decoration: none;
	font-size: 1em;
    line-height: 20px;
    text-transform: uppercase;
	outline: medium none;
}

#contact-form a:hover {
	float: left;
	margin: 19px 25px 0 0;
	color: #FA635E;
	text-decoration: underline;
}
	
#contact-form {
    overflow: hidden;
    width: 257px;
}

#formThankYou p {
	color: #393939;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal!important;
	font-style: normal!important;
    line-height: 1em;
	font-size: 0.85em
}

#contact-form .buttonContact {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #FA635E;	
	font-weight: bold;
	font-size: 1em;
	height:28px;
	width: 126px;
}

#contact-form .buttonContact:hover{
	cursor: pointer;
	text-decoration:underline;
}

#resetButtonWrapper {
	display: block;	
	float:left;
	padding: 8px 0px 0px 0px;
}

#submitButtonWrapper {
	display: block;	
	float:right;
	padding: 8px 0px 0px 0px;
}