﻿
/*! 
 Form 
*/

.pnlSimpleForm
{
	padding:10px;
	font-family:Arial;
}

.tblSimpleForm tr td
{
	padding:4px;
}

.tblSimpleForm tr td.tdSimpleFormLabels
{
	vertical-align:top;
}

.tblSimpleForm,
.tblSimpleForm .text-box,
.tblSimpleForm .txtMultiline
{
	width:100%;
}

/* style input fields a bit */
.tblSimpleForm tr td.tdDesignedInputs input,
.tblSimpleForm tr td.tdDesignedInputs textarea
{
	background:url('/Content/IMG/Dummies/inputBg.gif') no-repeat left top;
	border:1px solid #AAAAAA;
}

.tblSimpleForm tr td.tdSendSimpleForm
{
	text-align:right;
}

.tblSimpleForm #IsMale
{
	width:16px;
	border:0;
	background:none;
}

.tblSimpleForm .txtMultiline
{
	height:6em;
	font-family:Arial;
}



