#loginBox, #header, #searchBox{
	background-color: #2E2E2D;
}

#loginBox, .headerButton, #searchBox{
	border: 3px solid #4F69DB;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);	
}

#loginBox, #searchBox{
	width: 500px;
	height: 300px;
	border-radius: 15px 15px 15px 15px;
	color: white;
	padding: 15px;
}

.glowingBorder {
    border: 2px solid #dadada;
}

.glowingBorder:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

#contactUsIcon{
	float: left;	
	margin-right: 10px;
	margin-left: 5px;
}

#contactUs{
	height: 24px;
	width: 130px;
	position: fixed;
    top: 0;
    right: 0;
	background-color: #4F69DB;
	border: 2px solid white;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
	color: white;
	font-size: 13px;
	margin-right: 3px;
	z-index: 100;
}

#contactHeader{
	cursor: pointer;	
}

#contactUsText{
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
}

.contactHeaderBorder{
	padding-bottom: 15px;
}

.contactLineDescription{
	float: left;
	width: 120px;
	margin-top: 3px;
}

.contactLine{
	height: 30px;
}	

.contactInput{
	width: 193px;
	padding-left: 5px;
}

#contactComment{
	width: 318px; 
	height: 100px;  
	resize: none;	
}

.contactSubmit{
	width: 150px;
	height: 30px;
	border-radius: 15px 15px 15px 15px;
	background-color: white;
	border: 2px solid #DADADA;
	color: #4F69DB;
	cursor: pointer;
	font-weight: bold;
}

#contactError{
	width: 318px;
	text-align:center;
	background-color:white;
	color: red;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.contactLink{
	color: white;	
}

#header{
	display: none;	
	height: 55px;
	width: 100%;
	z-index: 60;
	color: white;
	border-bottom: 3px solid #4F69DB;
}

#logoutButton{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #4F69DB;
	border: 2px solid white;
	border-radius: 15px 15px 15px 15px;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 100;
	padding: 5px 10px;
	cursor: pointer;
	display: none;
}

#logoutButton:hover{
	background-color: white;
	color: #4F69DB;
}

input:focus {outline:0 !important;}

#loggedInContent{
	display: none;	
	width: 920px;
	background-color:white;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 5px solid #2E2E2D;
	border-radius: 15px 15px 15px 15px;
	padding: 15px;
	text-align: left;
}

#loadingBox img{
	height: 100px;
	width: 100px;
	margin-top: 150px;
}

#topContent{
	z-index:200;
}

#miniParameterMessage {
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
	cursor: pointer;
}

#searchBox .contactLineDescription{
	width: 90px;
}

.longSelect{
	width: 202px;
}

.shortSelect{
	width: 140px;	
}

.leftFloat{
	float:left;	
	padding-right: 10px;
}