fieldset {
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
}

fieldset legend {
	margin: 0 0 10px 0;
	padding: 0;
	color: #bf3706;
	font-size: 14px;
}

fieldset legend.u {
	font-weight: bold;

	padding-bottom: 2px;
	margin-left: -7px;

	border-bottom: 1px solid #bf3706;
	width: 100%;	
}

fieldset label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

fieldset ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}

fieldset ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

fieldset h3 {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px solid #DDDDDD;
}

input.text,textarea, select {
	border-left: 1px solid #4d83c1;
	border-top: 1px solid #4d83c1;
	border-right: 1px solid #b2ccf1;
	border-bottom: 1px solid #b2ccf1;
	background: #fff url(../img/form/input-bg.png) repeat-x top;
	padding: 3px;
}

textarea {
	height: 4em;
	width: 98.5%;
}

select {
	padding: 0;
	width: 228px;
}

input.text {
	width: 220px;
}

input.wide {
	width: 98.5%;
}

input.short {
	width: 50px;
}


a.button {
	text-decoration: none;
}


input.button, input.button60,input.button100,input.button150,input.button180 {
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0;
	
	cursor: pointer;
}

input.button60, input.button {
	width: 60px;
	background: url(../img/form/button60.png) no-repeat;
}

input.button100 {
	width: 100px;
	background: url(../img/form/button100.png) no-repeat;
}

input.button150 {
	width: 150px;
	background: url(../img/form/button150.png) no-repeat;
}

input.button180 {
	width: 180px;
	background: url(../img/form/button180.png) no-repeat;
}

input.text:focus,select:focus,textarea:focus {
	border-left: 1px solid #4d83c1;
	border-top: 1px solid #4d83c1;
	border-right: 1px solid #b2ccf1;
	border-bottom: 1px solid #b2ccf1;
}

span.required {
	font-weight: bold;
	color: #cd0000;
}

p.error {
	color: #cd0000;
	font-size: .9em;
	
	margin-bottom: 0;
	padding-top: .3em;
	
	font-weight: bold;
}




#quickSearch input.text {
	background: url(../img/form/text-search.png) no-repeat;
	
	width: 200px;
	height: 27px;
	
	border: 0;

	position: absolute;
	right: 30px;

	color: #888;
	
	padding: 0 4px 0 4px;
}

*:first-child+html #quickSearch input.text {
	padding-top: 6px;
}

#quickSearch input.text, x:-moz-any-link, x:default {
	padding-top: 6px;
	
}

#quickSearch button {
	background: url(../img/form/button-search.png) no-repeat;
	
	width: 26px;
	height: 27px;
	line-height: 27px;

	border: 0;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

.h300{
	height: 300px;
}

.contact-form textarea {
	height: 200px;
	width: 75%;
}

div.training-panel-container {
	margin-bottom: 10px;
}

form.training-panel {
	width: 230px;
	height: 175px;
	color: #fff;

	background: #0069B1 url(../img/login-form-bg2.2.jpg) no-repeat;
}

form.training-panel ul {
	margin: 0;
	padding: 5px 0 0 0;
}

form.training-panel fieldset {
	padding: 10px;
	position: relative;
}

form.training-panel fieldset input.text {
	background: #669AC4 none repeat scroll 0 0;
	border: 0 none;
	color: #FFFFFF;
	width: 202px;
}

form.training-panel fieldset label {
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

form.training-panel fieldset input.button {
	background: transparent url(../img/form/login-form-button.gif) no-repeat scroll 0 0;
	color: #000000;
	float: right;
	width: 80px;
	font-size: 0.9em;
	bottom: 10px;
	right: 5px;
}

div#no-account{
	width: 99px;
	height: 34px;
	display: block;
	left: 5px;
	bottom: 10px;
	background: url(../img/form/login-form-bg-btn.gif) no-repeat scroll 0 0
}

div#no-account a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
}

div#no-account a:hover{
	text-decoration: none;
}

