.wrapper h3 {
	color: #138BC5;
	margin-bottom: 15px;
	text-transform:uppercase;
	font-size:20px;
}
.wrapper p{ display:inline-block; margin-right:7px;}
a {
	text-decoration: none;
}
table.contact-form{ width:100%;}
td.r {
	text-align: left;
	padding-right: 5px;
	width:25%;
}
td {
	vertical-align: top;
	padding-bottom: 5px;
}
.captcha {
	background-image: url(captcha/background/noise-1.png);
	width: 150px;
	height: 35px;
	background-color: #FFCC00;
}
.wrapper input {
	width:98%;
	height:20px;
}
.wrapper textarea {
	height: 150px;
	resize: none;
	width:98%;
}
.submit {
	width: auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #000000;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
}
.input:hover, .textarea:hover, .input:focus, .textarea:focus {
	background-color: #f7f4f4;
}
