html
{
	height:100%;
}

body
{
	color: #555;
	margin: 0px;
	height:100%;
	padding: 0px;
	font-size: 11px;
	cursor: default;
	font-family: 'tahoma';
	background-color: #e5e3e3;
}

a
{
	color: #787048;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
}

a:hover
{
	color:#AF1B1B;
}

a img
{
	border: 0px;
}
p, form
{
	margin: 0px;
	padding: 0px;
}

embed, object, input, select
{
	outline: none;
}

cite
{
	font-style: normal;
}

.clear
{
	clear: both;
}

.clear-right
{
	clear: right;
}

.clear-left
{
	clear: left;
}

.left-float
{
	float: left;
}

.right-float
{
	float: right;
}

.rtl
{
	direction: rtl;
}

.ltr
{
	direction: ltr;
}

.right-align
{
	text-align: right;
}

.left-align
{
	text-align: left;
}

.center-align
{
	text-align: center;
}

.hidden
{
	display: none !important;
}

.w262
{
	width: 100%;
}


/*
** form styles
*/
.input-text ,.input-number
{
	color: #666;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 10px 5px; 
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}


.form-topic
{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.form-row
{
	border-bottom: 1px solid #e7e7e7;
}

.form-row-description
{
	width: 57%;
	padding: 0px;
}

.form-row-description
{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.form-row-inputfield
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.form-row-inputfield span
{
	padding-right: 3px;
}

.form-row-inputfield
{
	width: 37%;
	background-color: #F3F3F3;
}

.form-button
{
	padding: 7px 5px 5px 0px;
}
