﻿.external-form
{
	border: 0;
	margin: 0;
	padding: 0;
}

#ef-error
{
	display: none;
	border: 2px solid #cc0000;
	color: #cc0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#ef-error h4
{
	margin: 0;
}

#ef-error ul
{
	list-style-type: disc;
	margin: 5px 0 0 20px;
	padding: 0 !important;
}

.external-form ul
{
	list-style: none;
}
.external-form ul,
.external-form ol
{
	margin: 0;
	padding: 0 15px;
}

.external-form ul > li,
.external-form ol > li
{
	padding: 3px 0;
}

.external-form li label
{
	display: block;
	color: #0073AE;
	margin-bottom: 2px;
}

.external-form li input[type="text"],
.external-form li input[type="password"],
.external-form li textarea
{
	border: 1px solid #94B4B9;
	color: #000000;
	width: 100%;
	padding-top: 0;
}

.external-form li input[type="radio"] + label,
.external-form li input[type="checkbox"] + label
{
	display: inline;
}

.external-form li .comment-field
{
	margin-top: 7px;
}

.external-form li.error label
{
	color: #cc0000;
}

.external-form li.error input[type="text"]
.external-form li.error input[type="password"],
.external-form li.error textarea
{
	border: 1px solid #cc0000;
}

.external-form .submit
{
	float: right;
	width: 75px;
	height: 25px;
	margin-top: 5px;
	background: transparent url(/common/template/images/user_bar_button_left.png) no-repeat scroll left center;
}

.external-form .submit input
{
	width: 100%;
	height: 25px;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	background: transparent url(/common/template/images/user_bar_button_right.png) no-repeat scroll right center;
}

