@font-face {
	font-family: rockwell-bold-ttf;
	src: url('rockwell-bold.ttf');
}

@font-face {
	font-family: rockwell-bold;
	src: url('rockwell-bold.eot');
}

#contactform {
	width:620px;
	-moz-border-radius:5px;
	margin:30px auto auto;
	color:#000
}
#contactform form {
	font-family: rockwell-bold, rockwell-bold-ttf; /* no .ttf */
	font-size:16px;
	margin:0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
}

#contactform fieldset legend {
	font-family: rockwell-bold, rockwell-bold-ttf; /* no .ttf */
	font-size:18px;
	margin:0 0 0 10px;
}
#contactform fieldset legend span {
	/*font:normal 10px/18px Arial,Verdana,Tahoma;*/

	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:280px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:260px;
	/*font:normal 11px/18px Verdana,Tahoma;*/
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('../graphics/required.gif') center right no-repeat;
}
#contactform textarea.required {
	background:#f5f5f5 url('../graphics/required.gif') center right no-repeat;
	background-position:top right;
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				/*font-size:10px;*/
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }
