/* CSS Document */

html, body { margin:0px; padding:0px; width:100%; height:100%; overflow:hidden; }
html { background:url(images/page.gif) repeat-x top left #E1E1E1; font-family:Arial, Helvetica, sans-serif; color:#000000; }

#header { width:96%; margin:0px auto 0px auto; top:0px; height:0px; overflow:visible; }
	#header div.left p { float:left; margin-left:50px; font-size:14px; }
		#header div.left p a { color:#ffffff; cursor:pointer; float:left; margin-right:20px; }
		#header div.left p a:Hover { text-decoration:underline; }
	#header div { float:right; width:96%; height:120px; position:absolute; }
	#header div.left { float:left;  border-top:18px solid #f4f4f4; background:url(images/tr.png) right top repeat-y #000000; }
	#header div.right { float:right; width:100%; background:url(images/tl.png) left top no-repeat; }
		#header div.right img { float:left; margin-left:14px; }
#mainContent { width:96%; margin:0px auto 0px auto; margin-top:138px; height:0px; overflow:visible; background:url(images/tr.png) right top repeat-y #000000; }
	#mainContent div.wrap { width:100%; float:left; background:url(images/tr.png) right top repeat-y #FFFFFF; margin:0px; padding:0px; }
		#mainContent div.content { margin:10px 10px 30px 10px; float:left; width:99%; }
		
	#mainContent h1 { font-size:18px; font-weight:normal; }
	#mainContent p  { font-size:14px; line-height:18px; }	
		
form#upl { float:left; width:auto; }
	#csvFile { float:left; margin:10px 30px 0px 0px; }
	#uploadFile { float:left; border:0px; background:url(images/upload-file.gif) no-repeat left top; width:167px; height:40px; font-size:1px; color:#ffffff; cursor:pointer; text-indent:1000px; outline:none; }
	#cmContinue { float:left; margin-left:30px; border:0px; background:url(images/skip1.gif) no-repeat left top; width:167px; height:40px; font-size:1px; color:#ffffff; cursor:pointer; text-indent:1000px; outline:none; }
