@charset "utf-8";
/* CSS Document */

h1{color:#006EA5}
body, td{ font-family:Verdana, Geneva, sans-serif; font-size:0.813em;}
div#bgcolor{width:900px; background-color:#FFFFFF}
/*
div.wrapper { padding:0 10px;
	padding-top:105px;
	background-image:url(images/Isranalytica-Top-Header.gif);
	background-repeat:no-repeat;
	background-position:center top;
 }
 */
form {}
input.test, select.test
{
margin:0;
width:200px;
padding: 4px 10px;
font-size:16px;
color:#000;
border:solid 1px #585858;
/*text-shadow: 1px 1px 0 #4b4b4b;*/
 
border-radius: 18px 18px;
-moz-border-radius: 18px 18px;
-webkit-border-radius: 18px 18px;
 
box-shadow: inset 1px 1px 3px 0 #000;
-moz-box-shadow: inset 1px 1px 3px 0 #000;
-webkit-box-shadow: inset 1px 1px 3px 0 #000;
 
background:-moz-linear-gradient(0% 100% 90deg,#ccc, #fff);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
 }
 input.test:hover, select.test:hover{ 
background:-moz-linear-gradient(0% 100% 90deg,#fff, #ccc);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));
	  }
 select.test
 { width:auto; text-shadow:none;}
 select#title { width:200px;}
 
select.test option {color: #333333}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) { select.test{
  	   color: #000;
 	}}
 
 input#abstract_title {width:400px;}
 input#add_button{cursor:pointer;}
 .button {
	 cursor:pointer;
width:auto;
border:solid 1px #bababa;
color:#363636;
font-weight:bold;
font-size:18px;
border-bottom-color:#363636;
border-radius: 18px 18px;
padding: 4px 10px;
background:-moz-linear-gradient(0% 100% 90deg,#5f5f5f, #9e9e9e);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e9e9e), to(#5f5f5f));
 
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
 
text-shadow: 1px 1px 0 #9d9d9d;
}

legend {
	margin:10px 0;
	font-size:14px;
	font-weight:bold;
	color:#006699;
}
.invalid {border:#FF0000 solid 1px;}
.valid {border: none}
div#remove_author {
	margin:10px;
	
}
input::-webkit-input-placeholder { color: black; }
div#div_presentation { width:200px;}