@charset "utf-8";

body.contact h2 {
	width: 860px;
	height: 40px;
}
body.contact p {
	text-indent: 0px;
	text-align: center;
	font-size: 13px;
}
#addressBox {
	background-image: url(../images/background/bkg_contact.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 430px;
	position: relative;
}

div.addresses {
	background-color: #FFFFFF;
	float: left;
	width: 320px;
	padding: 10px;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	height: 400px;
}
body.contact  .img_wrapper  {
	background-image: url(../images/background/drop_shadow.png);
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 13px;
	margin-bottom: 10px;
}

#contactBox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}
form.contact fieldset {
	border: 2px solid #663366;
}
legend.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
}


div.row {
	clear: both;
	padding-top: 8px;
	width: 530px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

div.row span.label {
	float: left;
	width: 230px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
  }

div.row span.formw {
	float: left;
	width: 130px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
  } 
div.row  input {
	border: thin solid #663366;
	height: 20px;
}
div.row textarea {
	border: thin solid #663366;
	}
form input.reset {
	color: #FFFFFF;
	background-color: #663366;
	height: 25px;
	width: 100px;
	float: left;
	margin-left: 260px;
}
form input.submit {
	color: #FFFFFF;
	background-color: #663366;
	height: 25px;
	width: 100px;
	float: left;
	margin-left: 30px;
}
span.v_name {
	font-size: 16px;
	font-weight: bold;
	color: #331833;
	margin-bottom: 5px;
}
small {
	float: left;
}

