a:link {
	color: #636361;
}
a:visited {
	color: #636361;
}
a:hover {
	color: #BE0707;
}
a:active {
	color: #636361;
}




div.box {
	background: url(../images/box_left.png) left center repeat-y #FAF9F2;
}

div.box_corners_top {
	height: 24px;
	background: url(../images/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_corner.png) left top no-repeat;
}

div.box_corners_top .right {
	float: right;
	height: 24px;
	width: 24px;
	background: url(../images/box_corner.png) right top no-repeat;
}

div.box_corners_bottom {
	height: 24px;
	background: url(../images/box_bottom.png) bottom center repeat-x;
	overflow: hidden;
	margin-bottom: 1em;
}

.widget_side div.box_corners_bottom {
	margin-bottom: 1.5em;
}


div.box_corners_bottom .left {
	float: left;
	height: 24px;
	width: 24px;
	background: url(../images/box_corner.png) left bottom no-repeat;
}

div.box_corners_bottom .right {
	float: right;
	height: 24px;
	width: 24px;
	background: url(../images/box_corner.png) right bottom no-repeat;
}

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_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: 0.5em;
	width: 150px;
}

p.info {
	color: #886;
	font-size: .9em;
	border: 1px solid #CCB;
	padding: .3em .5em .3em 2.2em;
	margin: 0 .5em .5em 0 !important;
	background: url(../images/icon_info.png) no-repeat .4em .4em #FFE;
}

div.box fieldset.advanced {
}

div.box fieldset.expert {
}

ul.select li {
	display: inline;
}

/* form elements */
input, select {
	color: #64584C;
	width: 20em;
	margin-bottom: 1px;
	vertical-align: middle;
}

.widget_side input, .widget_side select {
	width: 15em;
}

.widget_half input, .widget_half select {
	width: 18em;
}

select {
	margin-bottom: 2px;
}

option.selected {
	background: #FF9;
}

option.mark {
	background: #CFF;
}

input.text, select.text, textarea.text, iframe.text {
	color: #64584C;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid;
	border-color: #B7B6B0 #E5E3DB #E5E3DB #B7B6B0;
	background-color: #FFF;
	padding: .2em .3em .2em .3em;
}

input.text_err, select.text_err, textarea.text_err, iframe.text_err {
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #BE0707;
	background-color: #BE0707;
	padding: .2em .3em .2em .3em;
}

input:focus, textarea:focus, select:focus {
	color: #64584C;
	background: #FFE;
}

input.check {
	width: auto;
}

textarea.text, textarea.text_err {
	width: 30em;
	height: 16em;
}

.widget_side textarea.text, .widget_side textarea.text_err {
	width: 15em;
	height: 8em;
}

.widget_half textarea.text, .widget_side textarea.text_err,
.widget_narr textarea.text, .widget_narr textarea.text_err {
	width: 18em;
	height: 10em;
}

input.button {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #B7B6B0;
	background: #E5E3DB;
	width: auto;
	margin-top: .5em;
	padding: 0 .5em;
}

button {
	color: #333;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	border: 0px;
	background: none;
	padding: .5em 0em;
	width: 7em;
	height: 7em;
	margin: 0em .15em;
}

button:hover {
	background: #f9f9f1;
}
a.hr:link{
	color:#BE0707;
}
button.small {
	width: 13em;
	height: 3em;
	padding: .0em;
	border-width: 1px;
	margin: 0em 0em 0em .1em;
}

div.tools button {
	padding: 0;
	width: 27px;
	height: 27px;
	margin-bottom: 2px;
	border: 1px solid #E5E3DB;
}

div.tools img {
	margin: 0;
}

input.main, button.main {
	font-weight: bold;
}

/* media upload */

div.media_details {
	font-size: .9em;
	padding: .3em .5em;
	background: #FFD;
	margin-bottom: .5em;
}

div.media_details input,
div.media_details select {
	width: 12em;
}
