﻿/**************************************************************************************/
/*  Recommend
/**************************************************************************************/
.pnlTitle, .pnlMailForm, .pnlField
{
	position : relative;

	width    : 400px;
}

.pnlTitle
{
	background-image    : url('../Assets/dottedLine.jpg');
	background-repeat   : repeat-x;
	background-position : bottom;

	height              : 21px;
}

.pnlMailForm
{
	padding-top : 40px;
}

.pnlField
{
	padding-bottom : 25px;
}

.pnlField input, .pnlField textarea
{
	padding-left  : 4px;
	padding-right : 4px;
	padding-top   : 5px;

	width         : 97%;
	height        : 18px;

	font-family   : Arial;
	font-size     : 11px;
	color         : #222222;

	border        : 1px solid #C0C0C0;
}

.pnlField textarea
{
	height  : auto;
	padding : 4px;
}

.btnSend, .btnCancel
{
	cursor  : pointer;
	outline : none;
}

.btnCancel
{
	padding-left : 10px;
}

.fieldCaption
{
	font-size   : 11px;
	font-weight : bold;

	padding-bottom : 3px;
}

.fieldCaption .hint
{
	font-size    : 10px;
	font-style   : italic;
	font-weight  : normal;

	color        : #999999;

	padding-left : 4px;
}