﻿/* Default CSS Stylesheet for a new Web Application project */
body
{
	font-family: Arial;
	font-size: 12px;
}

.sifeLogo
{
    width: 92px;
    height: 60px;
	Z-INDEX: 120; 
	LEFT: 10px; 
	POSITION: absolute; 
	TOP: 2px;
}

.divForm
{
	POSITION: absolute;
	top: 83px;
	left: 11px;
}

.trademark
{
	LEFT: 110px; 
	POSITION: absolute; 
	TOP: 53px;
	width: 9px;
	font-size: 2;
	color: #165788;
}

.appTitle
{
	text-align: Center;
	color: Black;
	background-color: Transparent;
	border-style: none;
	font-weight: normal;
	font-size: 20px;
	height: 16px;
	width: 631px;
	Z-INDEX: 121; 
	LEFT: 136px; 
	POSITION: absolute; 
	TOP: 12px;
	margin-top: 0px;
	}

.appSubTitle
{
	text-align: Center;
	color: Black;
	background-color: Transparent;
	border-style: none;
	font-weight: normal;
	font-size: 12px;
	height: 16px;
	width: 631px;
	Z-INDEX: 121; 
	LEFT: 136px; 
	POSITION: absolute; 
	TOP: 36px;
	margin-top: 0px;
	}

.AppDate
{
	text-align: center;
	color: White;
	background-color: Transparent;
	border-style: none;
	height: 17px;
	width: 831px;
	Z-INDEX: 121; 
	LEFT: 120px; 
	POSITION: absolute; 
	TOP: 41px;
	margin-top: 0px;
	right: 89px;
}

.appSubTitle1
{
	text-align: left;
	color: White;
	background-color: Transparent;
	border-style: none;
	height: 16px;
	width: 705px;
	Z-INDEX: 121; 
	LEFT: 25px; 
	POSITION: absolute; 
	TOP: 28px;
	margin-top: 0px;
	right: 286px;
}

.appSubTitle2
{
	text-align: left;
	color: White;
	background-color: Transparent;
	border-style: none;
	height: 16px;
	width: 705px;
	Z-INDEX: 121; 
	LEFT: 25px; 
	POSITION: absolute; 
	TOP: 40px;
	margin-top: 0px;
	right: 286px;
}

.divCountry
{
	TOP: 80px;
	LEFT: 20px; 
	POSITION: absolute;
	width: 818px;
	margin-right: 99px;
}

.subscriptTitle
{
	font-size: 8px;
}

.subNotes
{
}

.divContentPlaceHolder
{
	TOP: 100px;
	LEFT: 16px; 
	POSITION: absolute; 
}

.errorLabel
{
	color: Red;
}

.errorsFound
{
	text-align: center;
	color: Red;
	width: 912px;
	margin-top: 0px;
}


.alreadySubmitted
{
	text-align: center;
	color: Red;
	font-weight: bold;
	font-size: 15px;
}

.successful
{
	text-align: center;
	color: #26547c;
	font-weight: bold;
	font-size: 15px;
}

.Confirm
{
	background-color: #E0E0E0;
	width: 799px;
	font-size: 9pt;
}

.Saved
{
	color: Red; 
	font-size: 12px;
}
