@charset "utf-8";
/* splash.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6;
}

h1 
{
    padding-bottom: 0px;    
}

#SplashWrapper {
	width: 374px;
	margin: 80px auto 0px auto;
	padding-bottom: 30px;
}

	#SplashWrapper img {
		margin-left: -50px;	
		margin-bottom: 50px;
	}

	#Country {
		border-top: 1px solid #D1D1D1;
		/*min-height: 25px;*/
		line-height: 25px;
	}
	
	#Country.last {
		border-bottom: 1px solid #D1D1D1;	
	}
	
		#Headerc {
			line-height: 35px;
			cursor: pointer;
		}
		
			#Headerc img {
				margin: 0px;
				float: left;
				vertical-align: middle;
				margin-left: 15px;
				margin-top: 9px;
			}
			
			h1 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11pt;
				line-height: 35px;
				margin-left: 15px;
				float: left;
			}
			
			#Item {
				clear: left;
				line-height: 1.5em;
				background: url(../images/submenu_item.png) no-repeat 0px 10px;
				padding: 5px 0px 0px 20px;
				margin-left: 48px;
				
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9.5pt;
				color: #5B5B5B;
			}
			
				#Item #wrapper {
					border-bottom: 1px solid #D1D1D1;
					padding-bottom: 10px;
				}
			
				#Item a {
					color: #5B5B5B;
					text-decoration: none;
					padding-bottom: 5px;
				}

				#Item a:hover {
					font-style: italic;	
					color: #002E54;
				}
				
				p {
					clear:both;
					width: 70px;
					float: left;
					margin-left: 69px;
					margin-top: 5px;
					
					font-family: Arial, Helvetica, sans-serif;
					font-size: 9.5pt;
					color: #5B5B5B;
				}
				
				#frmLogin {
				    width: 100%;
				}
				
				input {
					width: 230px;
					float: left;
					margin-top: 5px;
					*margin-top: 15px;
				}
				
				
				#btSpan {
					display:block;
					width: 5px;
					height: 33px;
					overflow: visible;
					background: url(../images/bt_normal.png) no-repeat top left;
				}
				
				#btLink {
					display: block;
					margin-left: 5px;
					height: 33px;
					line-height: 33px;
					color: #FFF;
					background: url(../images/bt_normal.png) no-repeat top right;
					text-decoration: none;
				}
				
				div.Collapser {
					display: none;
					width:374px;
				}
