html, body {
	border: none;
}
body, td, .text, .submit {
	font-family: Tahoma;
	font-size: 0.9em;
}
td {
	padding: 3px 0 0 0;
	vertical-align: top;	
}

.textH {
	border-color: #000;
}
.antispam {
	width: 145px;
	text-align: center;
	letter-spacing: 4px;
}
.textarea {
	height: 80px;
	border: 1px solid #777;
	padding: 1px 3px;
	width: 300px;
	position: relative;
	top: 1px;
	font-size: 15pt;
	background: #f0f0f0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.required {
	font-weight: bold;
	color: #c00;
}
h1 {
	margin: 0 0 10px 0;
	font-size: 16pt;
	border-bottom: 2px solid #ccc;
	line-height: 45px;
	height: 45px;
	background: url('https://www.montecarlomultimedia.com/mcm-2.gif') no-repeat center right;
}
p {
	margin: 5px 0;
	padding: 5px;
}
form {
	margin: 0;
}
p.intro {
	border: 2px solid #eee;
	background: #f9f9f9;
}
p.error {
	border: 2px solid #c00;
	background: #f9f9f9;
}
p.sent {
	border: 2px solid #0c0;
	background: #f9f9f9;
	padding: 15px 5px;
}

.label {
	border-bottom: 1px solid #eee;
	padding-right: 10px;
	padding-top: 5px;
}
.labelH {
	border-bottom: 1px solid #ccc;
}
td table {
	border-collapse: collapse;
}
.antispam1 {
	text-align: left;
	width: 150px;
}
.antispam2 {
	text-align: right;
	width: 150px;
}

input{
	border: 1px solid #777;
	padding: 1px 3px;
	width: 300px;
	position: relative;
	top: 1px;
	font-size: 15pt;
	background: #f0f0f0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	height: 30px;
}

input.submit {
	border: 2px solid #666;
	padding: 0 10px;
	font-size: 10pt;
	background: #027ddc;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	color:#ffffff;
}