/*
 * Copyright 2008-2009 by escorts-highclass.com
 * All Rights Reserved
 */

form.ehform {
	/*width: 520px;*/
	/*font-size: 1.1em;*/
	color: #333333;
}

form.ehform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #c9dca6;
	/*background: url("/img/ehform-fieldset.gif") left bottom repeat-x;*/
}

form.ehform legend {
	padding: 0 2px;
	padding-left: 0;
	font-weight: bold;
}

form.ehform label.indent {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	min-width: 140px; /* XXX: not cool */
}

form.ehform fieldset fieldset label.indent {
	display: block;
	width: auto;
	margin-left: 123px;
}

form.ehform fieldset li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 1px;
}

form.ehform fieldset li.l {
	list-style: none;
	margin: 0;
	padding: 5px 10px 7px;
	/*background: url("/img/ehform-divider.gif") left bottom repeat-x;*/
}

form.ehform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background: none; /* prevents double underlines for suboptions */
}

form.ehform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.ehform em {
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}

form input[type="submit"] {
	cursor: pointer;
}

form.ehform span.tiny {
	font-size: x-small;
	color: #000000;
}

/* misc */
span.formerror {
	background-color: #ffff9d;
	border: medium #ff0000;
	border-style: solid;
	margin-bottom: 10px;
	padding: 10px;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	width: 470px;
}

span.formerror span {
	font-size: 80%;
	font-weight: normal;
}

a.big {
	font-size: 1.5em;
	font-weight: bold;
}

div.completion span.right {
	float: right;
}

div.completion span.right a {
	cursor: pointer;
}

span.ph { /* highlight */
	display: block;
	background: #0044ff;
	font-weight: bold;
	padding-left: 2px;
}

span.pn { /* completed */
	display: block;
	color: #555555;
	padding-left: 2px;
	border-left: solid 1px #0044ff;
}

span.pi { /* incomplete */
	display: block;
	color: #555555;
	font-style: oblique;
	padding-left: 2px;
}
