body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/bg.jpg);
	//background-color:#FFF4CC;
	font-size:12px;
}
form {
	margin:0px;
	padding:0px;
}
html {
	margin:0px;
	padding:0px;
}
textarea, input {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	outline:none;
}
a:link {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}
a:active {
	text-decoration:none;
	outline:none;
}
a:visited {
	text-decoration:none;
	outline:none;
}
focus {
	text-decoration:none;
	outline:none;
}

/*----------- bORDER ---------------------------------------------------------------*/
.line_green {
	//background-color:#000; 
//background-image:url(../images/border-bot.png);
background-image:url(../images/bg.jpg);

}
.glow {
	background-image:url(../images/glow.png);
	background-position:center;
	background-repeat:no-repeat;
}
.normal_xt {
	font-size:12px;
	color:#000000;
//background-image:url(../images/border-bot.png);
//background-image:url(../images/bg.jpg);
	//background-color:#FFF4CC;
}
/*.normal_xt1 {
	font-size:12px;
	color:#505050;
}
.normal_xt1 a {
	font-size:12px;
	color:#505050;
}
.normal_xt1 a:hover {
	font-size:12px;
	color:#505050;
	text-decoration:underline;
}*/
.fbg{
	position: relative;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 2px 3px 2px 3px;
	font-size: 16px;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
/*.fbg {
	background-color:#8ECEEB;
}*/
.white {
//background-image:url(../images/border-bot.png);
background-image:url(../images/bg.jpg);
	//background-color:#FFFFFF;
}
.login_xt {
	font-size:30px;
	color:#fff;
}
.padl15 {
	padding-left:15px;
}
.login_gxt {
	color:#fff;
	font-size:12px;
}
.textbox {
	 border: medium none;
    border-radius: 5px;
    height: 35px;
    line-height: 30px;
    width: 135px;
    background-color:#D9E4FF;
    padding-left:5px;
}
/*----- MAIN WINDOW */
.tblBg
{
    //background-color: #3a1400;
background-color: #69C8E5;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 25px 12px;
border: 1px solid #cde1eb;
box-shadow: 0px 5px 20px -4px #083A52;
-moz-box-shadow: 0px 5px 20px -4px #083A52;
-webkit-box-shadow: 0px 5px 20px -4px #083A52;    
    
}