/*CSS Document*/
/*Konstant info solutation CSS files - by http://www.Konstantinfosolutation.com India*/
/*Comment all css which you are NOT useing in Layout*/
/*Body Link css*/
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}


/*Body css*/
html, body{
	background: url(../images/site-bg.jpg) fixed top #000;
	margin:0px;
	padding:0px;
}



/*Font css */
.Light10{Font-Family: Arial, Helvetica, sans-serif;Font-Size:10px; Font-weight:normal; }



/*Text color css*/
.White{color:#FFFFFF;}


/*Bgcolour css*/
.VideoBg{ background: url(../images/design_05.jpg) no-repeat top;}
.FormBg{ background:url(../images/enter_details.jpg) no-repeat top;}
.FooterDesign{ background: url(../images/design_072.jpg) no-repeat top;}


/*Paddign Css*/
.Pad1{ padding-left:61px;}



/*Button css*/
.Textbox1{Font-Family: Arial, Helvetica, sans-serif; Font-Size: 11px; Font-weight:normal; color: #000; Border:1px solid #1b6392; background: url(../images/text_field_b.jpg) no-repeat top; width:146px; height:20px; padding-top:3px; padding-left:3px;}


