/*****************************************************************************
 * WISIENA's scripts                                                         *
 * Copyright (c) 2011 wisiena (m.wisniewski@me.com) All rights reserved.     *
 ****************************************************************************/

textarea, input
{
	font-family: 'comic_reliefregular';
	font-size: 10pt;
	color: #343434;
	resize: none;
	border: 1px solid #343434;
	overflow: hidden;
}

div.contact_info_body
{
	margin: 10px auto 0px auto;
	padding: 20px;
	text-align: justify;
	background: transparent;
	background-repeat: repeat-x;
	background-image: url(/templates/main/im/bg_post_green.jpg);
	position: relative;
	z-index: 0;
	border: 1px solid #343434;
}

/* full editor */

div.contact_editor
{
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

/* contact sender */

div.contact_sender
{
	float: left;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	background-color: #343434;
}

textarea.contact_sender_txt
{
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

/* contact message */

div.contact_message
{
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #343434;
}

textarea.contact_message_txt
{
	width: 410px;
	height: 115px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

/* contact captcha */

div.contact_captcha
{
	text-align: center;
	float: right;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

img.contact_captcha_image
{
	margin: 0px 0px 15px 0px;
	display: block;
}

a.contact_captcha_reload
{
	font-size: 8pt;
	color: #343434;
	text-decoration: none;
}

div.contact_captcha_code
{
	padding: 0px;
	margin: 15px 0px 0px 0px;
	background-color: #343434;	
}

textarea.contact_captcha_code_txt
{
	width: 170px;
	height: 20px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

/* contact description */

div.contact_description
{
	padding: 0px;
	margin: 0px;
}

p.contact_description
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
}

/* contact_button */

div.contact_button
{
	padding: 0px;
	margin: 0px;
	width: 80px;
	background-color: #343434;
}

input.contact_button_btn
{
	width: 80px;
	height: 25px;
	margin: 0px;
	background-color: #FFFFFF;
}

/* contact_error */

div.contact_error
{
	text-align: center;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
}

p.contact_error
{
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}

/* EOF */