.frm_table
{
	border: 1px solid #f6f6f6;
	margin: 5px 0;
}

.frm_table td
{
	border-bottom: 1px solid #f6f6f6;
	padding: 2px 5px;
	vertical-align: top;
}

fieldset
{
	border: 1px solid #CCC;
	padding: 10px;
}

legend
{
	font-weight: bold;
	color: #5a5a5a;
	background: #d7d7d7;
	border: 1px solid #b1b1b1;
	padding: 1px 6px;
}

table.frm_table label
{
	line-height: 25px;
	margin-top: 3px;
	float: left;
	display: block;
	color: #666666;
}

.form
{
	margin: 0;
	padding: 0;
	overflow: auto;
}

.leftSide
{
	width: 430px;
	padding-top: 30px;
	float: left;
	border: 1px solid red;
}
#rightSide
{
	background-color: #fff;
	width: 150px;
	padding: 5px;
	margin-top: 40px;
	float: right;
	border: 1px solid #CCC;
	font: normal 12px Arial;
	color: #666666;
}

.clear
{
	clear: both;
}

.holder
{
	background-color: #fff;
}

.textbox:focus, .textbox:hover
{
	background-color: #F0FFE6;
}

table.frm_table .username, table.frm_table textarea, table.frm_table select
{
	color: #999999;
	margin-top: 7px;
	padding: 1px 5px 1px 3px;
	border: 1px solid #bdd7e9;
}


.username:focus, .username:hover
{
	background-color: #F0FFE6;
}

.button_div, .user_input .button_div
{
	float: right;
	background-color: #fff;
	text-align: right;
	height: 35px;
	margin-top: 3px;
	padding: 10px 3px 3px;
}
.buttons, .user_input .buttons
{
	background-color: #155684 !important;
	font-family: Tahoma;
	border: none;
	font-weight: bold;
	color: #ffffff !important;
	cursor: pointer;
	padding: 1px 4px 2px;
}

.buttons1
{
	margin-top: 8px !important;
}


