/* CSS Document */


a {
	color: #E66616;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}





body {
	background-image: none !important;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	height: auto;
	line-height: 16px;
	padding: 8px;
}


select, input {
	font-size: 11px;
	letter-spacing: 0.5px;
}



div.spacer {
	display: block;
	height: 50px;
	width: 100%;
}



a#close {
	display: none;
}


.dezrez-body {
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
}


.dezrez-heading {
	background-color: #979606;
	color: white;
	font-size: 18px;
	font-weight: normal;
	height: 24px;
	margin: 0px;
	padding: 4px 0px 4px 2px;
}


.dezrez-tip {
	padding: 8px;
}




.dezrez-table {
	margin-left: 8px;
}


.dezrez-table tr td, .form-table tr td {
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 16px;
}


td.dezrez-data input, td.dezrez-data select {
	margin: 4px 0px 4px 2px;
}


p.dezrez-item {
	margin: 0px;
	padding: 0px;
}



.dezrez-headingrow {
	background-image: url(../i/dezrez_css/fade.gif);
	color: black;
	font-weight: bold;
	height: 22px;
	margin-top: 12px;
	padding-left: 8px !important;
	padding-right: 8px !important;
}



.picture-cell1, .picture-cell2, .picture-cell3, .picture-cell4 {
	border-width: 0px !important;
}



.dezrez-compulsory {
	color: #E66616;
	font-weight: bold;
}


#submit1 {
	background-color: #E66616;
	border: 1px solid #505050;
	color: white;
	display: block;
	font-weight: bold;
	margin: 12px auto;
	padding: 4px;
	width: 180px;
}


#reset1, #Cancel {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	color: #333333;
	display: block;
	margin: 4px auto;
	padding: 2px;
	width: 100px;
}



/************************/
/*		Request CSS		*/
/************************/


/*  Login or register page  */

form#register, form#login {
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	height: 167px;
	margin: 2px auto;
	text-align: center;
	width: 337px;
}

form fieldset {
	border-width: 0px;
	display: block;
	width: 337px;
}


form#register {
	background-image: url(../i/dezrez_css/new_user_bg.gif);
}

form#register fieldset {
	margin: 0px;
	padding: 80px 0px 0px 0px;
}


form#login {
	background-image: url(../i/dezrez_css/existing_user_bg.gif);
}

form#login fieldset {
	margin: 0px;
	padding: 60px 0px 0px 0px;
}


form .form_field span {
	display: block;
	float: left;
	margin-bottom: 2px;
}



form .form_field span.label {
	text-align: right;
	width: 137px;
}

form .form_field span.input {
	text-align: left;
	padding-left: 8px;
	width: 180px;
}


form .form_field span.submit {
	padding: 6px;
	width: 337px;
}


form .form_field span.submit input {
	padding: 2px;
}