@charset "utf-8";

/* Resets everything */
* {padding:0px; margin:0px;}

/* remember to define focus styles! */
:focus {outline:0px;}

/* remember to define for png image! */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {margin:0px auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#535353; font-weight:normal; background-color:#000; width:1000px;}

a {text-decoration:none; color:#000000;}
a:hover {text-decoration:underline;}
a img {border:0;}

input {width:274px; border:1px solid #cacaca; padding:2px 4px; font-size:10px; float:left; height:13px; margin-bottom:20px;}
select {width:282px; border:1px solid #cacaca;  float:left; height:23px; margin-bottom:20px;}
textarea {width:274px; border:1px solid #cacaca;  padding:4px; font-size:10px; float:left; height:80px; margin-bottom:20px;}
label{float:left; margin-right:5px; padding-top:4px;}
input.keywordsearch{border:1px solid #d22161; width:130px; margin-bottom:0px;}
input[type='checkbox']{width:15px; height:14px; padding:2px; margin-right:5px; border:0;}
input.checkbox{width:15px; height:14px; padding:2px; margin-right:5px; border:0;}



.viewdetailinput {width:113px; border:0px; background:url(../images/viewdetail.gif) no-repeat; cursor:pointer; height:22px; padding:0px;}

.clear{clear:both;}
h1{margin-bottom:15px; color:#d64d6e;}
.spacerbottom{padding-bottom:10px;}

#header{width:100%; float:left; background-color:#e13a86;}

#content{width:100%; float:left; background:url(../images/contentbg.gif) repeat-y;}

#footer{width:100%; float:left; color:#9e9e9e; font-size:10px; padding:10px 0px;}
#footer a{color:#9e9e9e;}

a.txtunderline{text-decoration:underline;}
a:hover.txtunderline{text-decoration:none;}






/*********For Message By pradeep*************************/

/*------------------- Message CSS ------------------- */
.messagegradientbox{float:left; width:543px; margin-top:10px;}
.messagecurvetop{float:left; background:url(../images/messagecurvetop.gif) no-repeat;font-weight:normal; width:543px;}
.messagechangepasswordright{float:left;color:#e76400; width:auto;  font-size:14px; text-transform:uppercase; font-weight:bold; padding-left:10px;}
.messagechangepasswordleft{float:left; margin:0px 0px;}
.messageleft{float:left; width:100%; margin-bottom:5px;}