fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:none;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}

textarea {
	width:295px;
	height:95px;
	padding: 5px 10px 5px 5px;
	overflow: auto;
	border:none;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #ddd;
}
.error, .notice, .success {
	margin-bottom:1em;
}
.error {
    display: none;
	background: url(../../images/buttons.png) -2px -149px no-repeat;
	color:#fff;
	border-color:#FBC2C4;
	height: 39px;
	line-height: 39px;
	width: 273px;
	padding: 0 5px
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.errors {
	margin: 2px 0;
}
.errors li {
	font-size: 10px;
	line-height: 11px;
	color: #FF4411;
}
/* end errors msg*/

.textfield {
	border: 1px solid #ddd;
	font-family: Tahoma;
	font-size: 12px;
	height: 28px;
	line-height: 30px;
}
.search_form {
	clear: left;
	margin: 20px 0 0 0;
	position: relative;
}
.search_form .textfield {
	background: url(../../images/textfield.png) repeat-x;
	height: 31px;
	width: 210px;
	padding: 0 0 0 5px;
	border: none;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;	
}
.search_button {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../images/buttons.png) no-repeat -86px 0;
	display: block;
	width: 57px;
	height: 31px;
	line-height: 28px;
	padding: 0 0 0 19px;
	color: #fff;
	font-size: 13px;
	
}

.c_form {
	padding: 18px 8px 8px;
}

.c_form_forum {
    padding: 10px 0;
}
.c_form .textfield{
	width: 270px;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0 0 9px;
	/*display: block;*/
	background: url(../../images/vertical_bg.png) 0 -354px repeat-x #fff;
}
.c_form textarea{
	width: 750px;
	height: 41px;
	float: left;
	padding: 5px 10px;
	
	background: #F2F2F2;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F2F2F2)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #F2F2F2); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #F2F2F2); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #F2F2F2); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #F2F2F2);
	background: linear-gradient(#fff, #F2F2F2); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #F2F2F2);
}
.c_form .send, .add_new_comment_send, .add_new_forum_send, .report_abuse {
	border: none;
	background: url("../../images/buttons.png") no-repeat scroll -86px 0 transparent;
    color: #FFFFFF;
    font-size: 13px;
    width: 134px;
    height: 31px;
	margin: 12px 0 0 7px;
	padding: 0 0 4px 10px;
	font-family: Tahoma;
	overflow:visible;
	cursor: pointer;
}

.td_add_new_comment_send {
    text-align: right;  
}
.add_new_comment_send
{
    padding: 6px 6px 9px 17px;
}

.add_new_forum_send {
    margin-left: 0;   
}

.report_abuse {
    margin-left: 0;  
    padding: 0 0 4px 11px; 
}

#modaldialog .contact-success-message
{
    padding-top:40px;
    text-align:center;
}

.code .refreshButton 
{
    background: url(../../images/captcha_refresh.png) 0 0 no-repeat;
    width:32px;
    height:50px;
    display:inline-block;
    margin-left:-3px;
}

.contact input
{
    margin-bottom:10px;
}

.contact {
	float: left;
	padding: 0 20px;
}
.contact > div,
.registgration > div,
.restore_password > div,
.login_form  > div {
	margin: 0 0 6px;
}
.contact label,
.registgration label,
.restore_password label,
.login_form label{
	display: block;
	color: #265685;
	margin: 0 5px 3px 0;
}
.contact .textfield,
.registgration  .textfield,
.restore_password .textfield,
.login_form  .textfield{
	width: 276px;
	padding: 0 0 0 5px;
	
	background: #E2E2E2;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E2E2E2)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #E2E2E2); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #E2E2E2); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #E2E2E2); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #E2E2E2);
	background: linear-gradient(#fff, #E2E2E2); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #E2E2E2); /*PIE*/
	behavior: url(PIE.htc);
	position: relative;
}
.contact .button,
.registgration .button,
.login_form .button,
.restore_password .button,
.newsletter_form .button{
	float: left;
	border: 1px solid #E5E5E5;
	margin: 20px 10px 0 0;
}
/*.contact .send ,
.registgration .send,
.login_form .send,
.newsletter_form .send,*/
.send{
	border: none;
	color: #fff;
	height: 30px;
	padding: 0 30px;
	cursor: pointer;
}
.send{
	background: #3A6CAD;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3F82A9), to(#3A6CAD)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #3F82A9, #3A6CAD); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #3F82A9, #3A6CAD); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #3F82A9, #3A6CAD); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #3F82A9, #3A6CAD);
	background: linear-gradient(#3F82A9, #3A6CAD); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#3F82A9, #3A6CAD); /*PIE*/
	behavior: url(PIE.htc);
	position: relative;
}
.contact .send:hover ,
.registgration .send:hover,
.login_form .send:hover,
.reg_link:hover,
.newsletter_form .send:hover,
.list_document .send:hover
/*.send:hover*/  {
	background: #1D3C60;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3E80B7), to(#1D3C60)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #3E80B7, #1D3C60); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #3E80B7, #1D3C60); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #3E80B7, #1D3C60); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #3E80B7, #1D3C60);
	background: linear-gradient(#3E80B7, #1D3C60); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#3E80B7, #1D3C60); /*PIE*/
	behavior: url(PIE.htc);
	color: #fff;
	text-decoration: none;
}
.contact textarea,
.registgration  textarea {
	width: 267px;
	height: 72px;
	margin: 0 0 20px;
	
	background: #F2F2F2;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F2F2F2)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #F2F2F2); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #F2F2F2); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #F2F2F2); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #F2F2F2);
	background: linear-gradient(#fff, #F2F2F2); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #F2F2F2);
	behavior: url(PIE.htc); 
	position: relative;
}
.code {
	float: left;
	margin: 0 6px 0 0;
	border: 1px solid grey;
	height: 50px;
}
.code + label{
    line-height: 12px;
    margin: 0 0 6px;
}
#security_code {
	width: 119px;
}

.column_wrapper_main #log_in /*login view confirmation message*/
{
    padding: 40px 0 0 20px;
	height: 100px;
	font-size: 1.4em;
}

.registgration,
.login_form {
	padding: 0 7px;
}
.registgration textarea{
	height: 89px;
}
.registgration label,
.restore_password label,
.login_form label{
	color: #fff;
	font-size: 13px;
	margin: 0 0 5px;
}
.registgration a{
	font-size: 13px;
	color: #5DB7EB;
	text-decoration: underline;
}
.checkbox {
	position: relative;
    top: 1px;
	left: 0;
	margin: 0 3px 0 0;
	width: 15px;
}
.registgration .send,
.login_form .send,
.restore_password .send,
.newsletter_form .send {
	background: #8EB5DD;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#8EB5DD)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #8EB5DD); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #8EB5DD); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #8EB5DD); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #8EB5DD);
	background: linear-gradient(#fff, #8EB5DD); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #8EB5DD); /*PIE*/
	behavior: url(PIE.htc);
	color: #1F4D7D;
	font-size: 16px;
	overflow: visible;
}
.registgration .button{
	margin: 10px 0 0;
}
.restore_password .button
{
    margin: 10px 0 0;
}
.login_form .button {
	float: right;
	margin-right: 0px;
}
.test{
	float: left;
	border: 1px solid red;
	margin-right: 10px;
}
.test .send {
	border: none;
	margin-right: 0px!important;
}
.newsletter_form .button {
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.forgotten {
	float: right;
	padding: 25px 10px 0 0;
	color: #fff;
	text-decoration: underline;
}

.reg_link{
	background: #8EB5DD;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#8EB5DD)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #8EB5DD); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #8EB5DD); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #8EB5DD); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #8EB5DD);
	background: linear-gradient(#fff, #8EB5DD); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #8EB5DD); /*PIE*/
	behavior: url(PIE.htc);
	color: #1F4D7D;
	font-size: 16px;
	display: block;
	height: 39px;
	line-height: 39px;
	margin: 26px 31px 0;
	text-align: center;
	border: 1px solid #E5E5E5;
}

.textfield.wrong {
	background: #FFCCCC;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#FFCCCC)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #FFCCCC); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #FFCCCC); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #FFCCCC); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #FFCCCC);
	background: linear-gradient(#fff, #FFCCCC); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #FFCCCC); /*PIE*/
	behavior: url(PIE.htc);
	border: 1px solid #FF0000;	
}

.newsletter_form label {
	color: #fff;
}
.forum_title{
    margin-bottom: 5px;
    display:block;
}

.selected
{
    display:inline-block;
}

.contact .DropDown .customValidationError
{
    position: absolute;
    right: -8px;
    top: 22px;
    background: none;
    border: none;
    display: inline-block;
    width: 10px;
    padding: 0;
}