﻿.header
{
	background-color: #5D7B9D; 
	font-weight: bold; 
	font-size: 1em; 
	color: White; 
	border: 1px Black;
	text-align: center;
}
.fieldname
{
	font-weight: bold;    
}
.sectiontitle
{
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
	color: crimson;
	text-align: left;
}

.register-enter-serial
{
	float: left;
	width: 90%;
}

.register-signin-message 
{
	float: left;
	width: 50%;
}

.welcome 
{
	float: left;
	width: 50%;
}

.loggedin
{
	float: left;
	width: 99%;
}

.signin 
{
	float: right;
	width: 45%;
}

.widget
{
	width: 300px; 
	border: solid 1px #3472A5; 
	background-color: #ECF3F9; 
	text-align: center; 
	padding: 10px;	
}

.widget_left-align
{
	width: 300px; 
	border: solid 1px #3472A5; 
	background-color: #ECF3F9; 
	text-align: left; 
	padding: 10px;
}
