
	#splashContent p {
	font-size: 1.2em;
	margin-top: 1em;
	}
	#splashContent img {
	float: left;
	}
	div.ui-dialog-titlebar {
	display: none;
	}
	#splashContent  .splashText {
		margin: 50px;
	}
	#splashContent .splashText .enter-site {
		background: url(../images/button_action_wide.gif) no-repeat top left;
		color: #FFFFFF;
		background-color: inherit;
		font-weight:bold;
		padding: 12px 45px 14px 8px;
		margin: 50px 0 0 60px;
		border: none;
		cursor: pointer;
	}
	#splashContent h2 {
		font-weight: bold;
	}
	#splashContent .splashText .enter-site:hover {
		text-decoration: underline;
	}
	#splashContent form {
	float: right;
	margin: 20px 0;
	}
	#splashContent form  div {
	margin: 20px 0;
	cursor: pointer;
	}
#splashContent {

display: block;
height: 490px;
min-height: 0px;
width: auto;
background: none;
border: 0px;
overflow: auto;
padding: 0.5em 1em;
	display:none;
		background-color: #FFF;
}

.ui-widget-content {
background-color: #FFF;
border: 1px solid #AAA;
}

.ui-widget {
	font-size: 1.1em;
}

.ui-dialog {
overflow: hidden;
padding: 0.2em;
position: absolute;
}


.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
background: url(../images/dialog-overlay.png) transparent repeat top left;}


