input, select{border:1px solid #c2cad8;border-radius: 4px;padding: 6px 12px;}

.searchbox {
	background: url('../images/search_bg.jpg') no-repeat center left; 
	width:200px;
	height:33px;
	float:right;  
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc; 
	padding:6px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#999999;
	border-radius:2px 0 0 2px;
	behavior: url(js/PIE.htc);
	position:relative;
	}
		
.searchbut {
	background: url('../images/search_bg.jpg') no-repeat center right; 
	width:30px;
	height:33px;
	float:right;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#999999;
	cursor:pointer;
	border-radius:0 2px 2px 0;
	behavior: url(js/PIE.htc);
	position:relative;
	}	
		
		
div.styled select option {
	width:100%; 
	}
		
		/* will be red only in google chrome */
div.styled select option{
    width:100%; 
	float:left; 
	}	
/* ----------------------------------------------  Select menu  ---------------------------------------------- */
	
	/* For IE and Firefox */

div.styled { 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	}
		
.ie7 div.styled {
	border:none;
	}

.ie7 div.searchbox {
	border:none;
	}
	
.ie7 div.searchbut {
	border:none;
	}

div.styled select {	
	background-color:transparent; 
	background-image:none;
	border:none; 
	box-shadow:none;
	position:relative;
	}
		
.ie7 div.styled select {	
	background-color:transparent; 
	background-image:none;
	-webkit-appearance: none; 
	border:none; 
	box-shadow:none;
	behavior: url(js/PIE.htc);
	position:relative; 
	line-height:20px;}
		
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
    height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
    }

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 0;
	margin:0 auto;
	width: 50%;
	height: 50%;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	border-radius:10px;
	margin-left:8%;
	}
	
.formtext{ 
	font-family:Lato; 
	font-size:14px; 
	border:1px solid #cccccc;
	border-radius:4px;
	behavior: url(js/PIE.htc);
	}
		
	
.addnewbut{
	background:url(../images/icons/add_new.png) no-repeat; 
	width:103px; 
	/*height:28px;*/
	border:none;
	cursor:pointer;
	}
	
	.submitbut{
	background:url(../images/icons/submit.png) no-repeat; 
	width:103px; 
	height:28px;
	border:none;
	cursor:pointer;
	}
	
.cancelbut{
    /*background: none repeat scroll 0 0 #176C82 !important;*/
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    width: 75px;
	}
	
.inputwidth25{width:25px !important;}

.inputwidth125{width:125px !important;}
