/* error summary */
.ValidationSummary{
border:1px #cc0000 solid;
float:none;
padding:10px;
margin:10px 20px;
font-weight:900;
}
#leftColumn .ValidationSummary ul{	
	float:none;
	font-weight:100;

}

#valSum{
	
}

#required-text{
	text-align:right;
	padding:10px 20px 0 0;
}
#required-text p{margin:0;padding:0;font-weight:900;}
select{border:1px #666666 solid;}
.form{margin-left:30px;}
.form-wrapper{width:550px;border:1px #666666 solid;}
.form-wrapper,.form-header{float:left;}
.form-header{background-color:#666666;width:100%;}
#form #form-wrapper ol li input{background-color:#ffffff;}
#leftColumn .form div ol li.description ul
{
border-bottom:1px #666666 solid;
float:none;
padding:0 0 10px 0;
margin:0 20px 0 20px;
}
#leftColumn .form div ol li.description ul li{
	padding-top:0;
	padding-left:0;
	background-image:none;
}

/* Title can be P or H tag */
#leftColumn .form .form-wrapper .form-header p,#leftColumn .form .form-wrapper .form-header h1,#leftColumn .form .form-wrapper .form-header h2{
	float:left;
	margin:5px;padding:2px;
	font-weight:900;
	font-size:120%;
	color:#e7e7e7;
}
.form-header span{
	float:right;
	font-size:80%;
}
.form .form-wrapper .form-header span p{
	padding:0;margin:0;
	font-weight:100;
	color:#000000;
}
.form-wrapper ol{
	list-style-type:none;
	padding:10px 0 0 0;
	margin:10px;
	clear:both;
}
.form-wrapper ol li{padding:5px 0 5px 0;}
.form-wrapper ol li label{
	width:150px;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
}
.input-text input{
	width:240px;
	padding:2px;
	border:1px #666666 solid;
}
.input-select select{width:245px;}
.input-textarea div{margin-left:160px;}
.input-textarea textarea{width:240px;height:100px;}
.input-textarea-medium textarea{width:240px;height:50px;clear:right;}
.input-textarea-medium span{
	clear:left;
}
.input-submit input{margin:10px 0 10px 160px;}
.error{display:none;}
.show-error{
	display:block;
	margin-left:160px;
	font-weight:900;
	color:#FF0000;
	font-size:90%;
}
#leftColumn .input-text-name ul{
	margin:0;
	padding:0;
	float:left;
	width:250px;
}
#leftColumn ol li.input-text-name ul li{
	padding:0;
	background-image:none;
	float:left;
	width:125px;
}
ol li.input-text-name ul li label{
	text-align:left;
	font-size:90%;
	width:100%;
	margin:0;
}

.form-wrapper ol li.input-checkbox span label{
	float:none;
	display:inline;
}


ol li.input-text-name ul li input{width:120px;border:1px #666666 solid;padding:0;}
ol li.input-text-name ul li div.error{margin:0;}
.telephone div{margin-left:160px;font-size:90%;}
textarea{border:1px #666666 solid;}
#field-hint{font-size:90%;}
#transction-info{padding:0 120px 0 160px;}
li label{position:relative;}
	li label strong img{position:absolute;right:-270px;}
				
/* Dynamic CSS */
.validation-advice{
	margin-left:162px;
	color:#FF0000;
	font-weight:900;
	font-size:90%;
}
 textarea.validation-failed,input.validation-failed,select.validation-failed{
	border:1px #FF0000 solid;
	background-color:#e9e9e9;
}
.hide-div{display:none;}
/* Telephone and Extention */
#telephone ol{
	clear:both;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}


#telephone ol li{
	display:block;
	float:left;
	padding:0;
	margin:0;
	}
	
#telephone ol li label{margin-right:0;padding-right:10px;}
#telephone ol li#ext label{
	float:left;
	padding-left:15px;
	text-align:left;
	width:25px;
}
#telephone ol li input{
	width:140px;
	padding:0;
	border:1px #666666 solid;
	display:block;
	float:left;
	}
#telephone ol li input.validation-failed{border:1px #FF0000 solid;}
#telephone ol li#ext input{width:50px;}
#telephone ol li label strong img{
	left:307px;
}
#telephone ol li div.validation-advice{width:130px;clear:left;}




/* autocompleter */
div.autocomplete {
  	margin:0px;  
  	padding:0px;  
  	width:238px;
  	background-color:#e7e7e7;
  	position:absolute;
  	border-width:0 1px 1px 1px;
	border-color:#666666;
	border-style: solid;
}
#leftColumn .autocomplete ul{
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}
#leftColumn .autocomplete ul li{
	background-image:none;
	padding:5px;
	margin:0;
	cursor:pointer;
	}
#leftColumn div.autocomplete ul li.selected { 
  background-color:#ffffff;
}		
#leftColumn .autocomplete ul li:hover{cursor:pointer;}



/* Whitepaper contact form */
.input-checkbox input{margin-left:10px;}
.input-checkbox input.firstItem{margin-left:0;	}
fieldset{padding:0;margin:0;border:none;}
fieldset legend{padding:0 0 0 10px;margin:0 0 0 10px;font-weight:900;border-bottom:1px #333333 solid;width:94%;}
fieldset legend span{

}
.contact-submit{
	margin-top:0;
}

.contact-submit ol{
	margin-top:0;
	padding-top:0;
}

#leftColumn .hint{
	font-weight:900;
	margin:0 160px 0 160px;
}

/* Currencies Traded */
#cs_container { position: relative;z-index:20;}

#cs_container p { margin: 0; padding: 0; }

#cs_container select { width: 210px; }

.cs_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e7e7e7;
    border: 1px #666666 solid;
    padding: 10px;
    width: 560px;
	
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	
}
#cs_container .lhs,#cs_container .rhs,#cs_container .middle { float: left; } 

.cs_search p { float: right; }

#cs_container .lhs,#cs_container .rhs { width: 210px; }

#cs_container .cs_wrapper p { padding: 0; }

#cs_container .lhs p,#cs_container .rhs p { font-weight:900; }

#cs_container .middle {
	width: 120px;
    text-align: center;
    padding-top: 20px;
	margin: 0 5px;
}

#cs_container .middle a {
    display: block;
    width: auto;
    margin: 10px auto;
}

#cs_container .cs_search {
	clear: both;   
	margin-top: 10px;
	width: 510px;
}

#cs_container .cs_wrapper .cs_search label {
	width: 50px;
	font-size: 11px;
	font-weight: 900;
	color: #333;
	line-height: 20px;
}

.cs_search input {
   width: 150px;
   border: 1px #999 solid;
}

#cs_remove, #cs_add, #cs_close {
	height: 38px;
	overflow: hidden;
}

#cs_add span, #cs_remove span, #cs_close span {
	padding-top: 35px;
	display: block;
}

#cs_close {
	background: url(../_images/buttons/picklist-close.gif) no-repeat center top;
	width: 75px;
	margin-right: 6px;
	display: block;
}

#cs_add { background: url(../_images/buttons/picklist-add.gif) no-repeat center center; }

#cs_remove { background: url(../_images/buttons/picklist-remove.gif) no-repeat center center; }
/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* autocomplete ends */