	
		*
		{
			outline:none;
		}
		body
		{
			margin:0px auto;
			padding:0px;
			width:100%;
			height:100%;
			font-family:arial, sans-serif;
			font-size:0.8em;
			color:gray;
			background-color:#BFBFBF;
			background-image:url("../images/bg.gif");
			background-repeat:repeat-x;
		}
		
		.main
		{
			text-align:left;
			margin:0px auto;
		}
		.login
		{
			margin:20px 0px;
			
		}
		.header
		{
			/*background-color:#000000;*/
			background-image:url("../images/header.jpg");
			background-repeat:no-repeat;
			font-size:20px;
			font-weight:bolder;
		}
		.nav
		{
			width:910px;
			height:44px;
			font-size:16px;
			position:relative;
			text-align:center;
			font-family:arial, sans-serif;
			display:block;
			background:#D9D9D9 url("../images/nav.gif") 0 100% no-repeat;
		}

		.nav ul {margin:0; padding:0; list-style:none;}
        	.nav ul li {display:inline; margin:0; padding:0;}
       	 	.nav ul li a {display:block; float:left; padding:8px 15px 12px 14px; background:url("../images/nav-link.gif") 100% 0 repeat-y; text-decoration:underline; color: blue;}
        	.nav ul li#nav-active a {font-weight:bold; text-decoration:none; color:#000; }
		
		.box
		{
			border:1px solid grey; 
			width:500px; 
			background-color:#cdcdcd;
			margin-top:10px;
		}
		.box div
		{
			background-color:black; 
			color:#fff; 
			padding:5px 0px; 
			width:100%;
			margin:0px auto;
		}
		.box div span
		{
			font-weight:bold; font-size:15px;  
		}
		.box table
		{
			font-family: arial, sans-serif;
			font-size: 13px;
			color:black;
		}	
		.carmodify
		{
			font-size:12px;
			color:#000;
			font-weight:bold;
		}
		.modify
		{
			font-size:18px;
			color:#000;
			font-weight:bold;
			margin-top:10px;
			margin-bottom:10px;
			border:1px solid #DADADA;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding:10px;
			background-color:#DADADA;
		}
		
		.modify input[type="text"],input[type="password"],input[type="email"]
		{
			border:2px solid #bdbdbd;
			color:#000;
			font-size:15px;
			font-weight:bold;
			width:125px;
			height:40px;
			text-align:left;
		
		}
		.modify input[type="text"]:focus
		{
			border-color:#FF8247;
		}
		.modify input[type="password"]:focus
		{
			border-color:#FF8247;
		}
		.modify input[type="email"]:focus
		{
			border-color:#FF8247;
		}
		.modify textarea
		{
			border:2px solid #bdbdbd;
			color:#757575;
			font-size:11px;
			font-weight:bold;
		}
		.modify textarea:focus
		{
			border-color:#FF8247;
		}
		.report
		{
			margin-top:20px;
			color:black;
			font-size:16px;
			text-align:center;
			border:0px solid #DDDDDD;
			border-collapse: collapse;
			empty-cells: show;
		}
		.report tr
		{
			background-color:#FFFFFF;
		}
		.report tr
		{
			border:0px solid #DDDDDD;
		}
		.report td
		{
			border:1px solid #DDDDDD;
			padding:3px 7px;
		}
		.report th
		{
			background-color:#DDDDDD;
			color:#0288CA;
			font-size:18px;
			border:1px solid #BBBBBB;
			padding:3px 7px;
			font-weight:bold;
		}
		.report thead td
		{
			background-color:#DDDDDD;
			color:#0288CA;
			font-size:18px;
			border:1px solid #BBBBBB;
			padding:3px 7px;
			font-weight:bold;
		}
		.modify input[type="submit"]
		{
			background-color:#000000;
			border:1px solid #000000;
			width:80px;
			height:30px;
			color:#fff;
			border:none;
			font-weight:bold;
			font-size:13px;
			border-radius:10px;
			-moz-border-radius:10px;
		}
		.modify input[type="submit"]:hover
		{
			cursor:pointer;
			background-color:white;
			color:black;
		}
		.modify input[type="button"]
		{
			background-color:#000000;
			width:80px;
			height:30px;
			color:#fff;
			border:none;
			font-weight:bold;
			font-size:13px;
			border-radius:10px;
			-moz-border-radius:10px;
		}
		.modify input[type="button"]:hover
		{
			cursor:pointer;
			color: black;
			background-color:white;
		}
		select
		{
			width:125px;
			height:40px;
			text-align:left;
			color:#000;
			font-size:16px;
		}
		select:focus
		{
			border-color:#FF8247;
		}
		fieldset
		{
			width:870px;
			margin:0px auto;
		}
		.footer
		{
			text-align:center;
			background-color:#FF8247;
			margin-top:10px;
			color:#999;
			width:910px; 
			height:60px;
			padding:10px;
			font-family:arial, sans-serif;
			font-size:15px;
			font-weight:bolder; 
			background:url("../images/footer.gif") 0 0 no-repeat;
		}
    		.footer p {margin:0;}
		.footer p a {color:#999;}

*
		{
			outline:none;
		}
		h4
		{
			margin:0px;
			padding-left:750px;
			margin-top:-60px;
			/*background: url("images/header.jpg")repeat-x; position:none; z-index:1200;*/
		}
		

		
		
