﻿.ContentRightPane .ContainerHolder div div
{
	clear: both;	
	width: 100%;
}
.ContentRightPane .ContainerHolder div div div 
{
    width: auto;    
}
.ContentRightPane .ContainerHolder div div label
{
	width: 100px;
	font-weight: bold;
	font-family: Arial;
	margin: 15px 20px 0 0px;
	text-align: right;
}

.ContentRightPane .ContainerHolder div div div
{
	clear: none;
}
/*
div.imie, div.nazwisko, div.email, div.temat, div.tresc
{
	aclear: both;
	height: 30px;
	border: 0px;
}
*/
.ContentRightPane .ContainerHolder input
{
	background-color: #dde0c1;
	border: 0px;
	width: 300px;
	height: 23px;
	margin-top: 10px;
	font-family: Arial;
	color: #962222;
} 
.ContentRightPane .ContainerHolder textarea
{
	background-color: #dde0c1;
	border: 0px;
	width: 300px;
	height: 130px;
	margin-top: 10px;
	font-family: Arial;
	font-size: 13px;
	color: #962222;
}
.ContentRightPane .ContainerHolder .send input
{
	background-color: Black;
	border: 0px;
	width: 187px;
	height: 29px;
	/*background-image: url('../Images/send_button.jpg');*/
	position: absolute;
	bottom: 0px;
	left: 370px;
	color: White;
	cursor: pointer;
}
