div.box {
	background: url(/images/box/box_left.png) left center repeat-y #fafcf4;
}

div.box_corners_top {
	height: 24px;
	background: url(/images/box/box_top.png) center top repeat-x;
	overflow: hidden;
	border-bottom: 1px dotted #E5E3DB;
}

div.box_corners_top .left {
	float: left;
	height: 24px;
	width: 24px;
	background: url(/images/box/box_corner.png) left top no-repeat;
}

div.box_corners_top .right {
	float: right;
	height: 24px;
	width: 24px;
	background: url(/images/box/box_corner.png) right top no-repeat;
}

div.box_corners_bottom {
	height: 24px;
	background: url(/images/box/box_bottom.png) bottom center repeat-x;
	overflow: hidden;
	margin-bottom: 1em;
}

div.box_corners_bottom .left {
	float: left;
	height: 24px;
	width: 24px;
	background: url(/images/box/box_corner.png) left bottom no-repeat;
}

div.box_corners_bottom .right {
	float: right;
	height: 24px;
	width: 24px;
	background: url(/images/box/box_corner.png) right bottom no-repeat;
}

.widget_side div.box_corners_bottom {
	margin-bottom: 1.5em;
}

div.buttons {
	border: 1px solid #E5E3DB;
	margin-bottom: 1em;
	background: #FAF9F2;
	padding: .5em;
	text-align: right;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

div.box fieldset {
	background: url(/images/box/box_right.png) right center repeat-y;
	border-style: dotted;
	border-color: #E5E3DB;
	border-width: 0 0 1px 0;
	padding: .5em 0 .5em .5em;
}

.widget_side div.box fieldset {
	padding: .2em .5em;
}

div.box fieldset.buttons {
	text-align: center;
}

div.box fieldset.note {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	padding: 1.4em;
}

div.box fieldset.note img {
	vertical-align: middle;
}

div.box fieldset dl {
	font-size: .9em;
	clear: left;
	padding: .5em;
}

div.box fieldset dl.rules {
	border-top: 1px solid white;
}

.widget_side div.box fieldset dl {
	padding: 0 .5em;
}

div.box fieldset dt {
	font-weight: normal;
	float: left;
	width: 22em;
	margin-right: 1em;
}

.widget_half div.box fieldset dt {
	width: 12em;
}

.widget_wide div.box fieldset dt {
	width: 18em;
}

.widget_side div.box fieldset dl {
	padding: 0 .5em;
}



.widget_side div.box fieldset dt {
	width: auto;
}

div.box fieldset dt span {
	color: #999;
	font-size: 1em;
	display: block;
	padding: 0em .5em 0em .5em;
	font-weight: normal;
}

div.box fieldset dd {
	float: left;
	margin-right: .5em;
}

/* promote list */

div.promote {
	border-top:	1px solid #c5c777;
	border-bottom: 1px solid #eeebdf;
	padding: 5px;
	background-color: #fbfaf8;
	margin-bottom: -7px;	
}
	div.promote img {
		float: left;
		margin-right: 8px;
	}
	
	div.td img {
	float: none;
	margin-right: 0px;
	}
	
	div.promote h3 {
		display: inline;		
		border: none;
		background: none;
		font-weight: 500;
	}
	
div.foto_up {   
	border-bottom:	3px solid #dae114;	
	padding: 5px;	
	margin-bottom: 1px;
}
	
div.foto_down {
	border-top:	3px solid #dae114;		
	padding: 5px;	
	margin-top: 1px;
	margin-bottom: -7px;	
}
		
	