/*--------------- Messages ---------------*/
.message-yellow	{
	margin-bottom: 5px;
	background:#fff4cc;
	border:2px solid #f8e3ac;
	border-radius:8px;
	}
.yellow-left	{
	background: url(../images/table/message_yellow.gif) top left no-repeat;
	color: #e79300;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.yellow-left a	{
	color: #e79300;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.yellow-right a	{
	cursor: pointer;
	}
.yellow-right	{
	width: 55px;
	}
.message-blue	{
	margin-bottom: 5px;
	background:#e4edf5;
	border:2px solid #d8e1e9;
	border-radius:8px;
	}
.blue-left	{
	background: url(../images/table/message_blue.gif) top left no-repeat;
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.blue-left a	{
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.blue-right a	{
	cursor: pointer;
	}
.blue-right	{
	width: 55px;
	}
.message-red	{
	background:#fbd3b1;
	border:2px solid #f5c69a;
	margin-bottom: 5px;
	border-radius:8px;
	}
.red-left	{
	color: #ce2700;
	font-family: Tahoma;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	}
.red-left a	{
	color: #ce2700;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.red-right a	{
	cursor: pointer;
	}
.red-right	{
	width: 55px;
	}
.message-green	{
	margin-bottom: 5px;
	background:#e0f2cb;
	border:2px solid #ccebac;
	border-radius:8px;
	}
.green-left	{
	color: #6da827;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding: 5px 0 5px 20px;
	}
.green-left a	{
	color: #6da827;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.green-right a	{
	cursor: pointer;
	}
.green-right	{
	width: 55px;
	}	
	
/*------------------ Select Boxes -----------------*/
.styled-select{
	background:url(../images/select-bg.gif) no-repeat left top;
	padding:5px;
	display:block;
	padding:8px 10px;
	overflow:hidden;
	height:15px;
	/*min-width:120px;*/
	cursor:pointer;
	text-align:left;
}
.mini-sel{
	background:url(../images/select1-bg.gif) left top no-repeat;
	width:65px;
	float:left;
	margin-left:15px;
}
.select-div-wrapper{
	border:1px solid #d4d3d3;
	width:auto;
	background:#fbfbfb;
	border-bottom:none;
	border-top:none;
	z-index:100000;
}
.select-div-wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
	max-height:300px;
	overflow:auto;
}
.select-div-wrapper ul li{
	list-style:none;
	margin:0;
	padding:0;
	color:#666;
	display:block;
	padding:6px 10px;
	border-bottom:1px solid #d4d3d3;
	text-align:left;
}
.select-div-wrapper ul li.hover{
	background:#f1efef url(../images/selecthover.png) repeat-x center top;
}
.normal-select{width:160px;}
.rent-sel{width:252px;}
.mini-sel-wrap{width:83px;}

/*--------------------- Radio and Checkboxes ----------------*/
fieldset { 
	padding: 0 15px 3em;
	border: 0;
}

legend {
	font-weight: bold;
	padding: .2em 5px;
}

	
/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; float:left; max-width:620px; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
	display:none;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 25px;
	margin: 0 0 .3em;
	cursor: pointer;
}

	
/* states */
.custom-checkbox label { background: url(../images/checkbox.png) no-repeat; }

.custom-radio label { background: url(../images/radio.png) no-repeat; }

.custom-checkbox label, .custom-radio label {
	background-position: -16px -33px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -16px -33px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -17px -213px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -16px -213px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}