
#form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}
	#form > .end {
		display: block;
		clear: right;
	}

	#form .item {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	#form .item.last {
		border-bottom: 0px;
	}
	#form .item.error {
		background-color: #FFEAEA;
	}
		#form .item .name {
	width: 120px;
	float: left;
	text-align: left;
	color:#333333;
	font-weight:normal;
	clear:both;
		}
		#form .item .error {
	color:#990000;
		}		
		#form .item .nameSearch {
			width: 100px;
			float: left;
			text-align: left;
			color:#AE9962;
			font-weight:bold;
			font-stretch:expanded;
			font-style: normal;
			font-variant: normal;			
			font-size:1.3em;
		}		
			#form .item .name .mark {
	color: #656565;
			}
		#form .item .value {
	margin-left: 120px;
	text-align: left;
	xfloat: left;
	xwidth: 200px;
		}
		#form .item > .end {
			display: block;
			clear: right;
		}
		#form .text {
			width: 300px;
			height: 18px;
			border: 1.5px solid #CFCFD1;
			color: #333333;
		}
		#form .textarea {
			width: 200px;
			height: 100px;
			border: 1px solid #CFCFD1;
			
			color: #333333;
		}
		#form .submit {
			display: block;
			background-color:#FFFFFF;
			color:#FFFFFF;
			border:none;
			overflow: hidden;
			width: 141px;
			padding-left:150px;
			margin-left:5px;
			height: 45px;
			background-image:url('/img/register_btn.jpg');
			background-repeat:no-repeat;
			float:left;
			text-align: center;					
			cursor: pointer;
		}
		#form .submit:hover {
			
		}

	#form .errors {
	xcolor: #FF0000;
	xmargin: 10px 50px 10px 50px;
	}
		#form .errors ul {
	xlist-style-type: disc;
	xmargin: 0px;
		}
		#form .errors li {
		}

.importantMessageRed {
	color:#990000;
}

.importantMessageGreen {
	color:#BBA87D;
	font-weight:bold;
}


h4 {
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#333333;
}

tr {
	padding-top:20px;
}

.whiteLine {
	height:20px;
}

.desc {
	color:#676767;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 1em;
	font-weight:normal;
	text-align:left;
	left:0px;	
}


#list {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	#list .titles {
	margin-top: 5px;
	margin-bottom: 10px;
	width:550px;
	}

	#list .titles ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	}
	#list .titles li {
	padding: 0;
	margin: 0;
	display: block;
	width:550px;	
	
	}
	#list .titles a,
	#list .titles a:link,
	#list .titles a:visited {
	display: block;
	color: #383838;
	text-decoration:none;
	font-weight:bold;
	background-image: url(/img/arrow_gold.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom:20px;	
	
	}
	#list .titles a:hover {
	color: #AE9962;
	}

	#list .title .icon {
		display:block;
		position:relative;
		width:30px;
		float:left;
		left:0px;
	}
	
	#list .title .rowTitle {
		display:block;
		position:relative;
		width:500px;
		float:right;
		
	}	

#list .break {
	display: block;
	border-bottom:1px solid #BEC0C2;
	height: 0px;
}

#list .details {
	margin-bottom: 10px;
	margin-top: 10px;
}
	#list .details .item {
	display: block;
	border-bottom:1px solid #BEC0C2;
	padding: 0;
	color:#AE9962;
	margin: 0px 0px 5px 0px;
	}
	#list .details .item.last {
		xborder-bottom: 0px;
	}
		#list .details h3 {
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 0px;
	font-size: 1em;
		}
		#list .details .desc {
	padding-left: 20px;		
	color:#383838;
		}
		#list .details .back {
	display: block;
	text-align: right;
	padding-bottom: 5px;
		}
		#list .details .back a:link,
		#list .details .back a:visited {
	color: #383838;
	text-decoration:none;
	font-weight:bold;
	xbackground-image: url(/img/arrow_up.gif);
	xbackground-position: center right;
	xbackground-repeat: no-repeat;
	padding-right: 10px;
		}
		#list .details .back a:hover {
	color: #AE9962;
		}


