@font-face {
	font-family:"Aller";
	src:url("../../Aller_Rg.eot?")
	format("eot"),url("../../Aller_Rg.woff")
	format("woff"),url("../../Aller_Rg.ttf") 
	format("truetype"),url("../../Aller_Rg.svg#Aller")
	format("svg");
}
.file {
    cursor: pointer;
    display: block;
    font-size: 400px;
    height: 40px;
    line-height: 40px;
    margin: 8px 0 0;
    padding: 0;
    width: 400px;
}
/*Textbox */
#textbox form input[type="text"] {
    border:1px solid #777777;
	float: left;
	padding: 0 0px 0 12px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	background-image:url(../../images/drp/textbox-input.png);
	font-family:Aller;
	font-size: 15px;
	color: #777777;
}

#textbox form input[type="password"] {
    border:1px solid #777777;
	float: left;
	padding: 0 0px 0 12px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	background-image:url(../../images/drp/textbox-input.png);
	font-family:Aller;
	font-size: 17px;
	color: #777777;
}
#textbox form input[type="submit"] {

	padding: 0 0 0px 0;
	width: 100px;
	height: 40px;
	background-image:url(../../images/drp/location-submit.png);
	cursor: pointer;
	font-family:Aller;
	font-size: 14px;
	color:#22497D;

	
}
#textbox form input[type="reset"] {

	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 40px;
	background-image:url(../../images/drp/location-submit.png);
	cursor: pointer;
	font-family:Aller;
	font-size: 14px;
	margin-left:10px;
	color:#22497D;
}

#textbox form textarea{
    border:1px solid #777777;
	float: left;
	padding: 0 0px 0 12px;
	width: 460px;
	height: 100px;
	line-height: 15px;
	background-image:url(../../images/drp/input-textarea.png);
	font-family:Aller;
	font-size: 15px;
	color: #777777;
}
.ta{
    border:1px solid #777777;
	float: left;
	padding: 0 0px 0 0px;
	width: 260px;
	height: 100px;
	line-height: 17px;
	background-image:url(../../images/drp/ta_small.png);
	font-family:Aller;
	font-size: 17px;
	color: #777777;
}
.text
{
    border:1px solid #777777;
	float: left;
	padding: 0 0px 0 0px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-image:url(../../images/drp/textbox-input.png);
	font-family:Aller;
	font-size: 17px;
	color: #777777;
}
.buttonn {
	padding: 0 0 0px 0;
	width: 142px;
	height: 55px;
	background-image:url(../../images/drp/location-submit.png);
	cursor: pointer;
	font-family:Aller;
	font-size: 13px;
	color: #ffffff;
	margin-left:10px;
	border:0 #000000;
	text-shadow: 0 1px 0 #ffffff;
}
#intro form input[type="text"] {
	float: left;
	padding: 0 25px 0 72px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	background-image:url(../../images/drp/location-input.png);
	font-family:Aller;
	font-size: 17px;
	color: #777777;
}

#intro form input[type="submit"] {
	float: left;
	padding: 0px 0px 8px 0px;
	width: 100px;
	height: 40px;
	background-image:url(../../images/drp/location-submit.png);
	cursor: pointer;
	font-family:Aller;
	font-size: 14px;
	color: #22497D;
	text-shadow: 0 1px 0 #ffffff;
}

.inputsearch 
{
	border:0 #000000;
}

/**************TEXT BOX***********************/

.textarea{
	border:1px solid #777777;
	float: left;
	padding: 0 0px 0 12px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-image:url(../../images/drp/input-textarea.png);
	font-family:Aller;
	font-size: 15px;
	color: #777777;
}
/*********************END*****************/

/*****************DROP DOWN*******************/

.drpBig2 .selectbox{

	position: relative;
	width: 200px!important;
	height: 50px;
	background: url('../../images/drp/location-select.png');
}
.drpBig2 .selectbox-current {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	overflow:hidden;
	height: 50px;
	line-height: 50px;
	text-indent: 17px;
	font-family:Aller;
	font-size: 12px;
	font-weight:500;
	color: #22497D;
	}

.drpBig2 .selectbox-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 55px;
	cursor: pointer;
	color: #FFFFFF;
}
.drpBig2 .selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	width:250px;
	background: url('../../images/drp/location-select-list.png')!important;
	text-decoration:none; 
	/*height:300px;
	overflow:auto;*/
	/*	
	border:1px solid #777777;*/
}
.drpBig2 .selectbox-list li {
	height: 28px;
	line-height: 30px;
	text-indent: -25px;
	list-style:none;
	width:auto;
}

.drpBig2 .selectbox-list li:first-child {
	display: none;
	height:100px;
}

.drpBig2 .selectbox-list li a {
	font-family:Aller;
	font-size: 10px;
	color: #22497D;
		
}	
.drpBig2 .selectbox-list li a:hover{
	color:#A6B8E0;	
}


.drpBig .selectbox{

	position: relative;
	width: 200px!important;
	height: 50px;
	background: url('../../images/drp/location-select.png');
}
.drpBig .selectbox-current {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	overflow:hidden;
	height: 50px;
	line-height: 50px;
	text-indent: 17px;
	font-family:Aller;
	font-size: 14px;
	font-weight:500;
	color: #22497D;
	}

.drpBig .selectbox-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 55px;
	cursor: pointer;
	color: #FFFFFF;
}
.drpBig .selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	width:240px;
	background: url('../../images/drp/location-select-list.png')!important;
	text-decoration:none; 
	/*height:300px;
	overflow:auto;*/
	/*	
	border:1px solid #777777;*/
}
 .drpBig .selectbox-list li {
	height: 28px;
	line-height: 30px;
	text-indent: -25px;
	list-style:none;
	width:auto;
}

.drpBig .selectbox-list li:first-child {
	display: none;
	height:100px;
}

.drpBig .selectbox-list li a {
	font-family:Aller;
	font-size: 13px;
	color: #22497D;
		
}	
.drpBig .selectbox-list li a:hover{
	color:#A6B8E0;	
}
.drpBigCountry .selectbox{
	position: relative;
	width: 200px !important;
	height: 50px;
	background: url('../../images/drp/location-select.png');
}
.drpBigCountry .selectbox-current {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	overflow:hidden;
	height: 50px;
	line-height: 50px;
	text-indent: 17px;
	font-family:Aller;
	font-size: 14px;
	font-weight:500;
	color: #22497D;	
	}

.drpBigCountry .selectbox-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 50px;
	cursor: pointer;
	
}
.drpBigCountry .selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	width:240px;
	background: url('../../images/drp/location-select-list.png')!important;
	text-decoration:none; 
	height:300px;
	overflow:auto;
	/*border:1px solid #777777;*/
}
 .drpBigCountry .selectbox-list li {
	height: 30px;
	line-height: 30px;
	text-indent: -25px;
	list-style:none;
	width:auto;
	
}

.drpBigCountry .selectbox-list li:first-child {
	display: none;
	height:100px;
}

.drpBigCountry .selectbox-list li a {
	font-family:Aller;
	font-size: 13px;
	color: #22497D;
}	
.drpBigCountry .selectbox-list li a:hover{
	color: #A6B8E0;
}

/*****************DROP DOWN*******************/
.drp .selectbox{
    margin-right:-360px;
	position: relative;
	width:111px !important;
	height: 17px;
	background: url('../../images/drp/select-laguage.png');
	float:right;
	font-size:11px;
	color:#9E65D5;
	margin-top:3px;
}
 .drp .selectbox-current {
	position: absolute;
	width: 110px;
	height: 17px;
	line-height: 17px;
	text-indent: 6px;
	font-family:Aller;
	}

 .drp .selectbox-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
 .drp .selectbox-list {
	display: none;
	position: absolute;
	top: 8px;
	width:69px;
	background-color:#FFFFFF;
	text-decoration:none;
}
.drp .selectbox-list li {
	height: 17px;
	line-height: 17px;
	text-indent: -31px;
	list-style:none;
}

 .drp .selectbox-list li:first-child {
	display: none;

}

.drp .selectbox-list li a {
	font-family:Aller;
	font-size: 11px;
}	
/*******************CSS FOR SMALL SELECT BOX************************/
.dwpSmall .selectbox{
	position: relative;
	width: 70px !important;
	height: 50px;
	background: url('../../images/drp/location-select-sml.png');

}
 .dwpSmall .selectbox-current {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	overflow:hidden;
	height: 50px;
	line-height: 50px;
	text-indent: 11px;
	font-family:Aller;
	font-size: 14px;
	color: #22497D;
	padding-left:5px;
	}

.dwpSmall .selectbox-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 50px;
	cursor: pointer;
}
 .dwpSmall .selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	width:47px;
	background: url('../../images/drp/location-select-list.png')!important;
	text-decoration:none;
	height:300px;
	overflow:auto;
}
.dwpSmall .selectbox-list li {
	height: 26px;
	line-height: 35px;
	text-indent: -25px;
	list-style:none;
}

 .dwpSmall .selectbox-list li:first-child {
	display: none;
	height:100px;
}

.dwpSmall .selectbox-list li a {
	font-family:Aller;
	font-size: 13px;
	color: #22497D;
}
#FileUpload {
    position:relative;
	margin-left:42px;
}
 
#BrowserVisible {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background:url('../../images/drp/button.jpg') 100% 0px no-repeat;
    height:40px;
    width:240px;
}
 
#FileField {
    width:155px;
    height:26px;
    margin-right:85px;
    font-size:16px;
	background: url(../../images/drp/textbox-input.png);
	
}
 
#BrowserHidden {
    position:relative;
    width:240px;
    height:26px;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
	
}
.BrowserHidden {
    position:relative;
    width:240px;
    height:26px;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
	
}

/****************END*********************/
