﻿/*FORM CSS*/
/**CLEAR FIX HACK**/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block;}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body { background:#111c2e; text-align:center; }
.formContainer{text-align:left; width:580px; height:640px; padding:15px; border:solid 1px black; background:url(../../../images/all/formBG.jpg) repeat-x #111c2e; margin:auto;}
.form{   background:url(../../../images/all/WhiteBg.png);     font-family:Arial; }
*html .form{ background-color:Black;}
.formMasterHead{ height:78px; background-color:#e6669c; width:100%;  font-size:18px; display:block;  position:relative; }
.formMasterHead   h1{ font-size:26px; float:left; margin:15px 0 0 15px;}
.formMasterHead p{ float:left; clear:both; margin:-5px 0 0 15px; display:inline; width:400px;}
.formMasterHead img{ position:absolute; right:15px; top:15px; }

fieldset
{
    color:White;
	float: left;
	width: 100%;
	margin: 10px 0 0 10px ;
	padding: 0;
	border:none;
	background-color:Transparent;
}

legend
{
    font-family:Lucida Console;
    font-size:22px;
	margin-left:0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	color:#e6669c;
}

html * legend
{
margin-left:0px !important;
margin-left:-10px;
}

fieldset ol
{
	padding: 10px 10px 0 0;
	float:left;
	position:relative;
	list-style: none;
	zoom: 1;
	font-size:14px;
	background-color:Transparent;
}


fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}

fieldset li input
{
    width:220px;   
 }
 fieldset li .smallBox
 {
    width:20px;   
 }

fieldset li.text
{
  width:80%;
  padding-bottom:15px;
 }
 
 #totalamount tbody tr td { color:#fff; font-size:12px; font-weight:bold; }
 #finalamount tbody tr td { color:#333; font-size:12px; background-color:#E0E3E9; }

label
{
	position: relative;
	float: left;
	width: 160px;
	margin-right: 10px;
}

label em
{
	position: absolute;
	left: 100px;
	top: 0;
}

fieldset.submitSet
{
    clear:both;
    margin-top:10px;
	background-image: none;
	padding:0;
	position:relative;
	display:block;
	height:40px;
	float:left;
}
fieldset.submitSet input
{
    position:absolute;
    top:4px;
    left:170px;
    padding:1px;
    display:inline;
}
 fieldset.submitSet input.eng{ width:150px; }
 fieldset.submitSet input.fre{ width:200px;}

/*
.footer
{
    clear:both;
    float:left;
    background-color:White;
    padding: 10px 0;
    margin-top:15px;
}
*/

em{ font-weight:bold; color:#e6669c;}


.footer ul{ margin-left:15px;}
.footer li{ float:left; margin-right:20px;}

#totalamount{ margin-left:10px;}
