@charset "utf-8";
/* CSS Document */

/*Index Login form start*/
body
{
	margin:0px;
	font-family:Arial;
	font-size:11px;
}
.email{
	font:Arial;
    font-size:12px;
    width:150px;
     }
    
.password{font-family:Arial;
   font-size:12px;
   width:150px;
     }
.login	{
	background: url(../img/login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
	}
.login:hover	{
	background: url(../img/login.gif) no-repeat 0 -29px;
	}
.title {
	color: #FFF;
	font-size: 18px;
	text-align: right;
	padding-right:25px;
}
.ltitle {
	color: #FFF;
	font-size: 12px;
	padding-left:10px;
}
.ltitle2 {
	color: #FFF;
	font-size: 12px;
	text-align:right;
	padding-right:10px;
}

.inner_title
{
	color:#900; font-size:14px; font-family:Arial; font-weight:800; text-align:left; padding-left:25px;
}
.inner_title2
{
	color:#900; font-size:14px; font-family:Arial; font-weight:800; text-align:right; padding-right:25px;
}
	/*Index Login form end*/
	
	/*Landing page menu */
	 a{text-decoration:none;
   color:#000;}
   
   /*contact page start */
   
   .button-add	{
	background: url(../img/button_add.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
 }
.button-add:hover	{
	background: url(../img/button_add.gif) no-repeat 0 -29px;
}
   
   .button-cancel	{
	background: url(../img/button_cancel.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
}
.button-cancel:hover	{
	background: url(../img/button_cancel.gif) no-repeat 0 -29px;
}
   /*contact page end */
   