@charset "UTF-8";

div.content fieldset ol li {
	list-style-type:none;
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
	padding: 10px 0;
}

div.content fieldset label {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #333;
	display: block;
	float: left;
	width: 125px;
	padding: 4px 15px 3px 0;
	text-align: right;
}

div.content fieldset input.text,
div.content fieldset textarea {
	background-color: #fff;
	background-image:url(/assets/images/panel_ltrx.png);
	background-position:left -20px;
	background-repeat:repeat-x;
	display: block;
	border: solid 1px #ccc;
	border-top-width: 2px;
	padding: 4px 5px;
	width: 450px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

div.content fieldset textarea {
	height: 150px;
}

div.content fieldset select {
	display: block;
	border: solid 1px #ccc;
	border-top-width: 2px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	color: #333;
	width: 200px;
}

input.submit {
	border: none;
	background-color: transparent;
	background-position: left top;
	margin: 15px 0 0 140px;
	width: 150px;
	height: 36px;
	float: left;
	clear: both;
	display: block;
	color: #fff;
	font-size: 1.2em;
	line-height: 36px;
	cursor: pointer;
}

input.submit:hover {
	background-position: left bottom;
}

li.details select {
	float: left;
}

li.details a.button {
	clear: none;
	margin: 0 0 0 15px;
}

div.details {
	overflow: hidden;
	background-color: #e8e8e8;
}

div.content div.right li {
	padding:6px 0 14px 9px;
}

div.content div.right li strong {
	font-weight: bold;
}

optgroup option {
	color: #888;
	font-style: italic;
}

li.captcha p {
	margin: 0 0 2px 140px;
	font-size: 1.1em;
	color: #666;
}

li.captcha img {
	padding: 0;
	margin: 0 15px 0 0;
	background: none;
	float: left;
	display: block;
}

li.captcha input {
	width: 295px !important;
}
