/* CSS Document */

	
.form_message {
	background: #e6f3f9;
	border: 4px solid #3ab8db;
	}
	
.address h3 strong {
	float: none;
	display: inline;
	}
	
.form {
	background: #eee;
	border: 2px solid #aaa;
	font-size: 13px;	
	}
	
* html .form {
	height: 1px;
	}
	
.form table {
	width: 100%;
	}
	
.form th {
	font-weight: normal;
	}
	
.form th, .form td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px;
	vertical-align: top;
	}
	
.form th {
	padding-top: 14px;
	text-align: right;
	}
	
.form .button {
	padding: 5px;
	width: auto;
	}
	
.form input, .form textarea {	
	float: left;
	width: 300px;
	}	

sup {
  display: block;
  width: 12px;
  height: 16px;
  background: url(images/sup.gif);
  float: left;
  margin: 2px 0 0 -1px;
}

sup * {
	display: none;
	}

.address {
	font-size: 14px;
	}
	
.address p {
	line-height: normal;
	}
	
.address strong {
	text-transform: lowercase;
	display: block;
	float: left;
	width: 50px;
	}


