html {
	background: #ebebeb;
}
body {
	font: 10px/20px Arial;
	color: rgb(34,34,34);
}
a {
	text-decoration: none;
	color: rgb(0,66,118);
}
a:hover {
	color: rgb(0,0,0);
}
.errorlist {
	color: rgb(250,90,40);
	font-size: 11px;
	line-height: 13px;
}

/*

*/

#modal_wrapper {
	width: 360px;
	overflow: hidden;
}

#modal_content {
	background: #ebebeb;
	overflow: hidden;
	font-size: 12px;
	padding: 20px 20px 20px;
}

#modal_content.white {
	background: #fff;
}
#modal_content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
#modal_content.white h2 {
	line-height: 16px;
/*	margin-bottom: 20px;*/
}


/* FORMS */
form {
	overflow: auto;	
}	

fieldset {
	border: 0;
}
label {
	clear: both;
	display: block;
	padding-top: 15px;
	text-transform: uppercase;
	white-space: normal;
	font-size: 10px;
}
label.required {
	font-weight: bold;
}
input {
	border: 0;
	padding: 5px;
	width: 310px;
}

input[type="file"] {
/*	width: 100px !important;*/
	padding: 0px;
	margin-bottom: 10px;
}

select {
	margin-bottom: 10px;
	width: 310px;
}
.size1of2 select {
	margin-bottom: auto;
	width: 50px;
}
.size1of2 input {
	margin-right: 10px;
	width: 140px;
}
.size1of5 {
	width: 25px;
}
.size1of5 input,
.check input {
	width: auto;
}
.size4of5 label {
	display: inline;
}
.check label {
	display: block;
	float: left;
	margin: 20px 10px 0;
}
.check input {
	margin-top: 37px;
}
.check a {
	display: block;
	margin: 17px 0 0 10px;
	text-transform: uppercase;
}

hr {
	border-top: 1px dotted #bebebe;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#submit,
a.button {
	background: url(/img/submit.png) no-repeat;
	color: #fff !important;
	height: 24px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 110px;
}
#reset,
a.button {
	background: url(/img/button.png) no-repeat;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0 10px 0 0;
	text-decoration: none;
}
a.button.blue {
	background-image: url(/img/submit.png);
}
a.button.orange {
	background-image: url(/img/orange-button.png);
}
div.module {
	line-height: 24px;
	overflow: auto;
}

p strong {
	font-weight: bold;
	text-transform: uppercase;
}

div.module ul {
	margin: 10px 0 20px;
}
div.module ul li {
	font-size: 12px;
	line-height: 10px;
	list-style: disc inside;
	margin-bottom: 5px;
}

p.confirm {
	font-size: 12px;
	line-height: 16px;
	/**/
	padding: 20px 0 20px 0;
}

#id_body { height:60px; width:318px; }

/* captcha */
div.captcha { display:block; height:40px; margin:15px 0 0; }
	div.captcha div { display:block; height:26px; width: 320px; white-space:nowrap; overflow:hidden; }
	img.captcha { float:left; height:26px; }
	#id_captcha_1 { width: 221px; margin: 0 0 0 5px;}
