@charset "UTF-8";
/* CSS Document */

#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 1024px;
	height: 730px;
	background: #4b4b4b;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	position: relative;
	margin: 30px auto;
	}
	
body {
	background-color: #4b4b4b;
	padding-bottom: 30px;
	text-align:center;
}



.link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#email-form form{
float:left;
position:absolute;
}

#email-form {
padding-top: 0px;
width: 270px;
height: 30px;
font-family: verdana, helvetica, sans-serif;
}

#email-form input.field{
margin:7px 4px 0 4px ;
height: 17px;
width: 140px;
color: #4b4b4b;
font-family: verdana, helvetica, sans-serif;
float:left;
text-transform:uppercase;
font-size:10px;
}

#email-form input.button{
background:url(images/NilofarV1Contact_22.gif) no-repeat top;
width: 115px;
height: 30px;
border:0;
cursor: pointer;
cursor: hand;
}



/*scroller css */

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#scrollbox	{
	position:relative;
	width:511px;
	height:397px;
	overflow:hidden;
	margin-top: 50px;
	}

div#scrolltext	{ 
  }  
div#scrollbar { 
  position:relative;
  right:1px;
  top:0px;
  width:0px; height:0px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
 
  

div#up { position:absolute; left:0; top:0;
height:30px;width:21px;
display:block;
}  

div#down { position:absolute; left:21px; top:0;height:30px;width:16px; 
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
