body
{
	font-family:Calibri;
	font-size:.9em;
	padding-top:20px;
	padding-bottom:20px;
	color:#444;
	background:url('../gfx/back.png');
	background-repeat: repeat-x;
}

a img
{
	border:0px;
}

.icon
{
	position:relative;
	top:3px;
}

table
{
	position:relative;
}

h1 { font-size: 1.7em;color:rgb(65,96,116);}
h2 { font-size: 1.4em;color:rgb(65,96,116);}
h3 { font-size: 1.2em; color:rgb(65,96,116);}
h4 { font-size: 1em; color:rgb(65,96,116);}
h5 { font-size: .9em; color:rgb(65,96,116);}


.formRow
{
	position:relative;
	height:1.6em;
	border-bottom:1px #ddd dashed;
	padding:1px;
}

.formRow label
{
	
}

.formRow input
{
	position:absolute;
	left:150px;
	width:200px;
}

.formRow button
{
	position:absolute;
	left:150px;
}

.formRow textarea
{
	position:absolute;
	left:150px;
	width:200px;
}

.formRow select
{
	position:absolute;
	left:150px;
	width:200px;
}

.optionalFieldRow
{
	color:#999
}
.formRow span
{
	position:absolute;
	left:150px;
}

.sectionBox
{
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:1px solid #01516a;
}

.sectionBox p 
{
	text-align:justify;
}
.sectionBox p b 
{
	color:#000;
}


.warningBox
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border:1px solid #ddd;
	
	background:url('../gfx/icons/error.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#fdd;
}

.defaultBox
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border:1px solid #ddd;
	
	background-color:#dfd;
	
}

.infoBox
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border:1px solid #ddd;
	
	background:url('../gfx/icons/information.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#dfd;
	
}

.criticalBox
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border:1px solid #d6551c;
	
	background:url('../gfx/icons/error.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#ffd4c1;
	
	color:#d6551c;
	
}

.errorBox
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border:1px solid red;
	
	color:red;
	
	background:url('../gfx/icons/exclamation.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#fdd;
}

.criticalBox a
{
	color:red;
}

a
{
	color:#01516a;
	text-decoration:none;
}

.demoOptionBox
{
	margin:10px;
	
}
.demoOptionBox p
{
	text-align:justify;
}

#featuresList
{
	list-style-image: url(../gfx/icons/tick.png);
	line-height: 2em;
}

#featuresList div
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border-bottom:1px solid #ddd;
	
	background:url('../gfx/icons/tick.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#fff;
}

.importantFeature
{
	font-weight: bold;
}

#featuresList .innerFeature
{
	margin-left:3em;
	padding:.1em .1em .1em 3em;
	background:url('../gfx/icons/arrow_right.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#fff;
}

#messageBox
{
	color:white;
}

#licensingTable
{
	width:100%;
}

#licensingTable p
{
	margin:0px;
	padding:0px;
	font-size:0.8em;
	color:#000;
	text-align:center;
	
}

#licensingTable td
{
	border-bottom:1px solid #ddd;
}



#licensingTable th
{
	border-bottom:1px solid #01516a;
}

#licensingList
{
	line-height: 1em;
}

#licensingList div
{
	padding:.5em .5em .5em 3em;
	margin:0.5em;
	border-bottom:1px solid #ddd;
	
	background:url('../gfx/icons/tick.png');
	background-repeat: no-repeat;
	background-position: 0.5em 50% ;
	background-color:#fff;
}

.testimonialLogo
{
	float:right;
	margin-top:50px;
	background-color:#fff;
}
.testimonialBox p
{
	width:60%;
}