div#welcomePanel .modal-header{
	text-align: center;
	background-color: #FFA300;
}

div#welcomePanel .modal-body{
	background-color:#EDEDED; 
}

div#welcomePanel section{
	margin:5px;
}

div#welcomePanel h2{
	font-size:14px;
	color:#fff;
}

div#welcomePanel h3{
	margin-bottom:10px;
}

div#welcomePanel h4{
	margin-bottom:5px;
}

div#welcomePanel p{
	margin-top:5px;
	margin-bottom:10px;
}

div#welcomePanel .aboutText, div#welcomePanel .welcomeText{
	margin-top:5px;
	margin-bottom: 5px;
}

div#welcomePanel .btn-sm, div#welcomePanel .btn-group-sm>.btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}

div#welcomePanel #pFirstStatement, div#welcomePanel #pFirstStatement_dismiss{
	display:inline;
}

