
/***************
 RESET CSS FILE
 DO NOT EDIT ME
***************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;
/*background: rgb(238,238,238); /* Old browsers 
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ 
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ 
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
background-image:url('../images/cream_pixels.png');

}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
th {color:#757475;line-height:40px;min-height:40px;text-align:center;padding:10px;font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { font-style: italic; }
q{ quotes:"&#8220;" "&#8221;"; }
a img {border:none;}
.clear, .clearer {height:0px;overflow:hidden;margin:0px;clear:both;}
.center {text-align:center;}              

/* self-clear floats */
.group:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow: hidden; } 

/* ie.css, damn ie! */
* html .group { /* IE6 */
    height:1%;
}
*:first-child+html .group { /* IE7 */
    min-height:1%;
}

*:focus { outline: none; }
#fieldset input[type="text"] {
	width: 160px;
	font-size: 15px;
	color: #666;
	border: 1px solid;
	background-color:#F0F0F0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#fieldset input[type="text"]:focus {
  -webkit-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  -moz-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  }
#fieldset select{  
  width: 240px;
  padding: 5px 8px;
  font-size: 15px;
  color: #666;
  border: none;
  background-color: #EBEBEB;  -webkit-border-radius: 4px;  -moz-border-radius: 4px;  -o-border-radius: 4px;
  border-radius: 4px;
}
#fieldset textarea:focus {
  -webkit-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  -moz-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  }
#fieldset input[type="password"] {
	width: 160px;
	font-size: 15px;
	color: #666;
		border: 1px solid;
	background-color:#F0F0F0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#fieldset input[type="password"]:focus {
  -webkit-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  -moz-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  }
#fieldset textarea{  
  width: 215px;
  padding: 5px 8px;
  font-size: 15px;
  color: #666;
  border: none;
  background-color: #EBEBEB;  -webkit-border-radius: 4px;  -moz-border-radius: 4px;  -o-border-radius: 4px;
  border-radius: 4px;
}
#fieldset textarea:focus {
  -webkit-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  -moz-box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  box-shadow: 0 0 12px rgba(70, 250, 255, 0.5);
  }
  #fieldset input[type="submit"] {
	padding: 8px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	border: none;
background: #045dc3; /* Old browsers */
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	text-align: center;
  }
#fieldset input[type="button"] {
	padding: 8px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	border: none;
background: #d0e4f7; /* Old browsers */
background: -moz-linear-gradient(left,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
background: linear-gradient(to right,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=1 ); /* IE6-9 */	webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	border-radius: 23px;
	text-align: center;
  }
 .heading_bg{
	 background:#686dca;
	 width:100%;
	 height:auto;
	 color:#FF0;
	 font-size:22px;
	 text-align:center;
	 border-radius:5px;
 }
 #td_h_bg{
 background-color:#686DCA;
 color:#FFE765;
 font-weight:normal;
 font-size:20px;
 }