div.Gray,
div.One
{
	margin: 10px 10px;
}
div.One h2
{
	margin: 10px 0px;
}

div.Tarif
{
	width: 122px;
	border: 1px solid #D9D9D9;
	padding: 10px;
	background: White;
	float: left;
	margin-left: 1px;
	overflow: hidden;
}

textarea, input
{
	font: 11px/12px tahoma;
	color: #858585;
}
textarea
{
	width: 216px;
	height: 64px;
	margin: 1px 4px;
	overflow: auto;
	border: 1px solid white;
}
input
{
	overflow: hidden;
	margin: 1px 4px;
	border: 0px solid white;
	width: 170px;
	// height: 10px;
}
div#textarea
{
	width: 226px;
	height: 72px;
	background: url(png/textareaBg.png) no-repeat;
}
div.input
{
	width: 179px;
	height: 18px;
	background: url(png/inputTextBg.png) no-repeat;
}
input.button
{
	width: 78px;
	height: 17px;
	background: url(png/submit.png) no-repeat;
	color: White;
	font-weight: bolder;
	padding-bottom: 2px;
	//padding-bottom: 0px;
	text-transform: uppercase;
}
