html,body{
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#213650;
}
a{
	color: #3293FF;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;	
}

.error_input {
  background:#8d2e3d;
  color: black;
  border: 1px solid #3e6b96;
}  

.error {
  font-size:14px;
  color:#c51e14;
  padding:20px 10px 0px 10px;
}

.loading {
	background-color:gray; 
	width: 100%;
	height: 100%; 
	position: absolute; 
	opacity:0.3; 
	filter:alpha(opacity=30);
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3;
	left: 0;
	top: 0;
}
.passive {
	opacity:0.3; 
	filter:alpha(opacity=30);
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3;
}
.centerdiv{
    position: absolute;
    top:50%;
    left:50%;
    width:320px;
    margin-left:-160px;
    margin-top:-80px;
    border: 1px solid black;
    text-align: center;
    z-index: 255;
}

table.header{
	width: 100%;
	height: 100px;
}
td.headerMenu {
	padding-right: 10px;
}
td.headerMenu img{
	margin-right: 3px;	
}

div.content {
	background: url("../imgs/content_bg.jpg") top repeat-x;	
}
div.lang {
	height: 20px;	
}
table.homeContent{
	height: 626px;
	width: 925px;	
}
td.homeContentLeft{
	width: 300px;
	height: 128px;	
	padding: 10px 20px 0px 20px;
}

td.homeContentRight table{
	width: 300px;
}
td.homeContentRight{
	width: 300px;
	height: 128px;	
	padding: 10px 20px 0px 20px;
}
td.homeContentRight{
	font-size: 11px;	
}
td.homeContentRight div#testimonial_img_div_id{
	padding: 0px 5px;
	text-align: center;	
}

td.homeContentLeft p{
	font-size: 16px;
	text-align: center;
}
td.homeContentLeft p span{	
	font-weight: bold;
}

div.str{
	height: 85px;
}
td.homeContentLeft div#strid{
	color: white;
	font-size: 20px;
	text-align: left;
	padding-top: 5px;
}
td.homeContentLeft div#strid2{
	text-align: right;	
	padding: 4px 50px 0px 0px;
}



input.buyNow {
	margin: 0px 0px 80px 0px;
	background: url("../imgs/buy_now.jpg") no-repeat;
	width: 213px;
	height: 53px;
	border:none;	
}



table.bottomForm {	
	margin-top: 15px;
	height: 147px;
}


td.bottomFormLeft {
	background: url("../imgs/bottom_left.jpg") no-repeat left top;	
	width: 213px;	
	height: 62px;
	padding: 90px 0px 0px 115px;
	
}
td.bottomFormLeft a{	
	font-size: 20px;
	font-weight: bold; 
	padding-left: 15px;
}
td.bottomFormRight {
	background: url("../imgs/bottom_right.jpg") no-repeat right top;
	width: 330px;
	
}
td.bottomFormCenter {
	background: url("../imgs/form_bg.png") no-repeat;
	width: 284px;
	color: #5c6e83;
}
td.bottomFormCenter a{
	font-weight: bold;
}
td.bottomFormCenter table{
	margin: 7px auto;
}
div.footerMenu {
	margin: 20px;
}

td.howItWorksLeft{
	width: 510px;
	padding: 40px 30px 40px 0px;	
}
td.howItWorksLeft p{
	margin: 0px;
}
td.howItWorksLeft h1, td.howItWorksLeft h2{
	margin: 20px 0px 0px 0px;
}
td.howItWorksRight{
	background: url("../imgs/how_it_works_bg.jpg") no-repeat;
	width:379px;	
}
td.howItWorksLeft img{
	margin: 25px 10px 0px 0px;	
}


td.howDoILeft{
	width: 510px;
	padding: 40px 30px 40px 0px;	
}
td.howDoILeft a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	
}
td.howDoIRight{
	background: url("../imgs/how_do_i_bg.jpg") no-repeat;
	width:379px;	
}

div.buyPlan, div.middleContent{	
	width: 925px;	
	margin: 0px auto;	
}
div.buyPlan table td{
	padding: 3px;	
}
div.buyPlan table{
	padding-bottom: 10px;	
}
div.buyPlan h1, div.middleContent h1{
	margin-top: 0px;
	padding-top: 20px;
}
div.buyPlan h2{
	margin-top: 0px;
}
input.txt, select, textarea {
	background-color: #6187a4;
	border: 1px solid #3e6b96;
	color: black;
}

table.plans{
	padding: 3px;	
}
.edit, .shortContent {
	height: 450px;	
}
table.contactUs {
	width: 925px;
	
}
table.contactform{
	width: 500px;
}

div.demoPlay{
	text-align: center;
	padding: 20px 0px 60px 0px;
}