/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/

/* Header */
div#header {
	background:transparent url(../images/header_contact.jpg) right top no-repeat;
}

div#content p {
	line-height:1.8em;
}
div#content p strong {
	color:#555;
}
div#sidebar div.padding {
	margin:10px 10px 0 0;
	padding:0px 0 20px 20px;
	background-color:#e0e4eb;
}



div#sidebar h1 {
	color:#677c9b;
	margin:0 0 10px 0;
	padding:20px 0 0 0;
	border-bottom:solid 1px #c3d2e0;
}

/* Contact Form */
form {
	padding:10px 0 0 0;
}
form input,
form textarea {
	border:solid 1px #b8b3cf;
	width:244px;
	margin-bottom:10px;
}

form input.bttn {
	text-align:left;
	color:#3d4c78;
	background:transparent url(../images/bttn_submit.png) left top no-repeat;
	width:124px;
	height:23px;
	border:none;
	margin-left:120px;
	cursor:pointer;
}

form label {
	color:#555;
}
