#contact{
	width:470px;
	height:auto;
	float: left;
	padding-left: 10px;
}
#contctinfo{
	width:290px;
	height:300px;
	float: right;
	position: relative;
	margin-bottom: 30px;
}
legend
{
	display: none;
}

ul.comments_error,
ul.zemError
{
	color: #c00;
}

#comment_name_input,
#comment_email_input,
#comment_web_input,
#name,
#email,
#web,
#subject,
#message
{
	background: #ffe;
	border: 1px solid #ccb;
	color: #665;
	font: 11px Verdana, sans-serif;
	padding: 2px 3px;
	width: 300px;
}

#message
{
	height: 100px;
	overflow: auto;
}

#comment_name_input.comments_error,
#comment_email_input.comments_error,
#comment_web_input.comments_error,
#name.zemRequirederrorElement,
#email.zemRequirederrorElement,
#web.zemRequirederrorElement,
#subject.zemRequirederrorElement,
#message.comments_error,
#message.zemRequirederrorElement
{
	border: 1px solid #c00;
}

#comment_name_input:focus,
#comment_email_input:focus,
#comment_web_input:focus,
#name:focus,
#email:focus,
#web:focus,
#subject:focus,
#message:focus,
.search_field:focus
{
	background: #efe;
	border-color: #998;
}

.button
{
	background: #ffe url(/img/th.jpg) repeat-x 0 1px;
	border-color: #ddc #ccb #bba;
	border-style: solid;
	border-width: 1px;
	color: #665;
	cursor: pointer;
	font: bold 11px Arial, sans-serif;
	overflow: visible;
	letter-spacing: 1px;
	margin: 0 5px 15px 0;
	padding: 3px 5px 2px;
	text-transform: uppercase;
	width: auto;
}

.button:hover
{
	border-color: #998 #776 #554;
	color: #221;
}

p#txpCommentInputForm
{
	color: #aa9;
	font: 14px Georgia, serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
}

p#publish
{
	margin-top: -10px;
	margin-bottom: 0;
}
