* { margin:0; padding:0;}

body
{
	background-image:url(../images/back.gif);
	background-repeat:repeat;
	background-color:#333;
	margin-top:-0px;
	margin-left:3%;
	font-size:14px;
	font-family:arial,"san serif";
	color:#FFF;
	height:auto;
    width:auto;
}

#wrap
{
	overflow:auto;
	width:auto;
    height:auto;
}

#header {
	float:left;
	width:100%;
	height:80px;
}
#logo { width:204px; height:81px; margin:25px auto 0 auto; }
.sep { float:left; width:100%; 
background-image:url('../images/sep.gif'); 
background-repeat:repeat-x; }
.clear { width:100%; height:10px; clear:both; }
#content { float:left; width:100%; height: 100%;}

#loginform { width:220px; height:280px; 
margin:10px auto 0 auto; }
#loginform label { float:left; clear:both; margin:20px 0 0 0; }
#user { float:left; clear:both; width:220px; height:28px; font-size:14px;}
#pass { float:left; clear:both; width:220px; height:28px; font-size:14px;}
	#submit {
		width:181px;
		height:57px;
		background-image:url(../images/submit.gif);
		background-position:0 0;
		background-repeat:no-repeat;
		margin:0 auto 0 auto;
		border:0px solid #666;
		display:block;
		position:relative;
		background-color:transparent;
	}
	
#btnlogout {
		width:40px;
		height:40px;
		background-image:url(../images/logout.png);
		background-position:0 0;
		background-repeat:no-repeat;
		float:right;
		margin-right:5px;
		margin-top:5px;
        border:none;
		background-color:transparent;

	}
	
		#btnmap {
		width:60px;
		height:60px;
		background-image:url(../images/map.png);
		background-position:0 0;
		background-repeat:no-repeat;
		margin:0 auto 0 auto;	
		position:relative;
		float:left;
		border:none;
		background-color:transparent;
	}
	
			#btnlist {
		width:60px;
		height:60px;
		background-image:url(../images/list.png);
		background-position:0 0;
		background-repeat:no-repeat;
		margin:0 auto 0 auto;	
		position:relative;
		float:left;
		margin-left:12px;
		border:none;
		background-color:transparent;
	}
	
						#ddlfleets {
		width:110px;
		height:30px;
		margin:0 auto 0 auto;
		margin-top:10px;
		position:relative;
		float:left;
		border:none;
		font:Georgia;
		font-size:9pt;
		text-align:center;
		vertical-align:middle;
	}
	
					#ddldevices {
		width:110px;
		height:30px;
		margin:0 auto 0 auto;
		margin-top:10px;
		margin-left:10px;
		position:relative;
		float:left;
		border:none;
		font:Georgia;
		font-size:9pt;
		text-align:center;
		vertical-align:middle;
	}
	
				#btnrefresh {
		width:110px;
		height:30px;
		margin-left:0;
		margin-top:10px;
		background-image:url(../images/refresh.png);
		background-position:0 0;
		background-repeat:no-repeat;
		float:left;
		border:none;
		background-color:transparent;
	}

				#btnok {
		width:110px;
		height:30px;
		margin-top:10px;
		margin-left:10px;
		background-image:url(../images/ok.png);
		background-position:0 0;
		background-repeat:no-repeat;
		float:left;
		border:none;
		background-color:transparent;
		margin-left:10px;

	}
	
	
	
						#gvlist {
		width:auto;
		height:auto;
		border:none;
		background-color:White;
		border-color:#999999;
        border-style:solid;
        border-width:1px;    
        margin-right:10px; 
        margin-top:10px;
        font:Georgia;
		text-align:center;
		vertical-align:middle;               
	}