/**** Form Section ****/

form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html form { height: 1%; }
form{ display: block; }
/* End hide from IE-mac */

/* APPLY-IE */
* html form ul {
	width: 99%;
}
form ul {
	font-size: 1.2em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form ul li {
	display: block;
	margin-bottom: 10px;
	padding: 10px 5px 7px 9px;
	border: 1px solid #e9e9e9;
	position: relative;
}

form ul li hr {
	display: block;
	height: 1px;
	padding-bottom: 10px;
	border-width: 0;
	border-top: 1px solid #e9e9e9;
}

* html form ul li hr {
	margin-bottom: 10px;
}

.marginL {
	margin-left: 20px !important;
}

form dl {
	font-size: 1.2em;
	display: block;
	margin-bottom: 20px;
	padding: 10px 5px 7px 9px;
	border: 1px solid #e9e9e9;
}

form dl dt.description {
	border: none;
	color: #0b6500;
	font-weight: 700;
	padding: 0 0 2px 18px;
	margin-bottom: 8px;
	background: url("../common/list_icon_01.gif") center left no-repeat;
}

form dl dd ol li {
	border: none;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 5px 10px 0 0;
	list-style-type: circle;
	list-style-position: outside;
	position: static;
}

p.explanation {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 1.2em;
}

form ul li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.buttons:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.buttons {
	clear: both;
	display: block;
	margin-top: 10px;
}

* html form ul li,
* html form dl {
	height: 1%;
}

* html .buttons {
	height: 1%;
}

* html form ul li div {
	display: inline-block;
}

form ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form ul li {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html form ul li { height: 1%; }
form ul li { display: block; }
/* End hide from IE-mac */

/*************************************   *************************************/

form li div {
	color: #444;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}

form li span {
	color: #444;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}

form li div.left {
	display: inline;
	float: left;
	width: 48%;
}

form li div.left.marginL {
	display: inline;
	float: left;
	width: 38%;
}

form li div.right {
	display: inline;
	float: right;
	width: 48%;
}

form li div.left .medium {
	width: 100%;
}

form li div.right .medium {
	width: 100%;
}

.clear {
	clear: both;
}

/*************************************   *************************************/

form li div label {
	clear: both;
	color: #444;
	display: block;
	margin: 0;
	padding-top: 3px;
}

form li span label {
	clear: both;
	color: #444;
	display: block;
	margin: 0;
	padding-top: 3px;
}

form li div p {
	margin: 0;
	padding-bottom: 2px;
}

form li .datepicker {
	cursor: pointer !important;
	float: left;
	height: 16px;
	margin: .1em 5px 0 0;
	padding: 0;
	width: 16px;
}

form ul li.first {
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/**** Buttons ****/

input.button_text {
	overflow: visible;
	padding: 0 7px;
	width: auto;
}

.buttons input {
	font-size: 1.44em;
	margin-right: 5px;
}

/**** Inputs and Labels ****/

label.description {
	border: none;
	color: #0b6500;
	display: block;
	font-weight: 700;
	padding: 0 0 2px 18px;
	margin-bottom: 8px;
	background: url("../common/list_icon_01.gif") center left no-repeat;
}

em {
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
	color: #f00;
	font-size: 1.0em;
	font-style: normal;
}

span.symbol {
	font-size: 138em;
}

input.text,
p.text {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	color: #333;
	font-size: 1.0em;
	margin: 0;
	padding: 2px 0;
	background-color: #fff;
}

p.text {
	display: inline;
	padding: 2px 0 !important;
}

p.text02 {
	padding: 0 12px;
	margin-bottom: 10px;
}

p.text02 a {
	margin-left: 4px;
	padding-left: 15px;
	color: #ff0000;
	background: url(../common/list_marker_01.gif) no-repeat;
}

input.file,
p.file {
	color: #333;
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
}

textarea.textarea {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	color: #333;
	font-size: 1.0em;
	margin: 0;
	width: 99%;
}

select.select {
	color: #333;
	font-size: 1.0em;
	margin: 1px 0;
	padding: 1px 0 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
}

input.currency,
p.currency {
	text-align: right;
}

input.checkbox,
p.checkbox {
	display: block;
	height: 13px;
	line-height: 1.4;
	margin: 6px 0 0 3px;
	width: 13px;
}

input.radio,
p.radio {
	display: block;
	height: 13px;
	line-height: 1.4;
	margin: 6px 0 0 3px;
	width: 13px;
}

label.choice {
	display: block;
	font-size: 1.0em;
	margin: -1.55em 0 0 25px;
	padding: 4px 0 5px;
	width: 90%;
}

label.ex {
	display: inline;
	font-size: 0.93em;
}

label.ex2 {
	padding-bottom: 5px;
	font-size: 0.93em;
}

label.ex3 {
	margin-top: -8px;
	padding-bottom: 5px;
	font-size: 0.93em;
}

label.ex4 {
	display: inline;
	font-size: 1.0em;
}

select.select[class] {
	margin: 0;
	padding: 1px 0;
}

*:first-child+html select.select[class] {
	margin: 1px 0;
}

.safari select.select {
	font-size: 1.0em !important;
	margin-bottom: 1px;
}

input.small,
p.small {
	width: 25%;
}

select.small {
	width: 25%;
}

input.medium,
p.medium {
	width: 50%;
}

p.medium {
	display: block;
}

select.medium {
	width: 50%;
}

input.large,
p.large {
	width: 100%;
	display: block;
}

p.large {
	
}

select.large {
	width: 100%;
}

textarea.small {
	height: 5.5em;
}

textarea.medium {
	height: 10em;
}

textarea.large {
	height: 20em;
}

/**** Errors ****/

p#error_message {
	background: #fff;
	border: 1px dotted red;
	margin-bottom: 20px;
	padding: 10px;
	color: #DF0000;
	font-size: 1.2em;
}

#error_message_title {
	color: #DF0000;
	font-size: 1.5em;
	margin: 7px 0 5px;
	padding: 0;
}

#error_message_desc {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 .8em;
}

#error_message_desc strong {
	background-color: #FFDFDF;
	color: red;
	padding: 2px 3px;
}

form li.error {
	background-color: #ffdfdf !important;
	border-bottom: 1px solid #eacbcc;
	border-right: 1px solid #eacbcc;
}

form tr.error {
	background-color: #ffece4;
	border-bottom: 1px solid #eacbcc;
	border-right: 1px solid #eacbcc;
	color: #df0000 !important;
}

form li.error p.error {
	color: #df0000 !important;
	background-color: #fff;
}

form .required {
	color: red;
	float: none;
	font-weight: 700;
}

/**** Guidelines and Error Highlight ****/

form li.highlighted {
	background-color: #fff7c0;
}

form .guidelines {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	color: #444;
	font-size: 9.6em;
	left: 100%;
	margin: 0 0 0 8px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 42%;
	z-index: 1000;
}

form .guidelines small {
	font-size: 1.26em;
}

form li.highlighted .guidelines {
	visibility: visible;
}

form li:hover .guidelines {
	visibility: visible;
}

.no_guidelines .guidelines {
	display: none !important;
}

.no_guidelines form li {
	width: 97%;
}

.no_guidelines li.section {
	padding-left: 9px;
}

/*** Success Message ****/

.form_success {
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
	clear: left;
	font-size: 1.92em;
	font-weight: normal;
	margin: 0pt 0pt 3px;
}

/*** Password ****/

ul.password {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.password h2 {
	color: #df0000;
	font-weight: bold;
	margin: 0pt auto 10px;
}

.password input.text {
	font-size: 2.04em !important;
	width: 380px;
	text-align: center;
}

.password label {
	display: block;
	font-size: 1.44em !important;
	padding-top: 10px;
	font-weight: bold;
}

#li_captcha {
	padding-left: 5px;
}

#li_captcha span {
	float: none;
}

/** Embedded Form **/

.embed #form_container {
	border: none;
}

.embed #top, .embed #bottom, .embed h1 {
	display: none;
}

.embed #form_container {
	width: 100%;
}

.embed #footer {
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success {
	text-align: center;
}

.embed form.appnitro {
	margin: 0px 0px 0;
}

/* BUTTONS */

p.buttons {
	padding-left: 10px;
}

.buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;/* Links */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 8px 10px 3px 7px;/* IE6 */
}

.buttons button[type] {
	padding: 5px 10px 5px 7px;/* Firefox */
line-height: 17px;/* Safari */
}

*:first-child+html button[type] {
	padding: 3px 10px 3px 7px;
/* IE7 */
}

.buttons button img {
	margin: 0 3px 2px 0 !important;
	padding: 0;
	border: none;
	width: 13px;
	height: 12px;
}

/* STANDARD */

button:hover {
	background-color: #f9f1d9;
	border: 1px solid #efdfc2;
	color:#fe7b1a;
}

/* POSITIVE */

*:first-child+html button.positive {
	padding: 5px 10px 5px 7px;
}

button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}

/* confirmation */

table.confirmation {
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

table.confirmation th {
	width: 32%;
	padding: 8px;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}

table.confirmation td {
	padding: 8px;
	border: 1px solid #ddd;
	vertical-align: top;
	background-color: white;
}
