/* Remove padding and margin */ 
	*  
	{ 
	 margin: 0; 
	 padding: 0px; 
	 border: 0; 
	 font-family:sans-serif;
	}

	h1 
	{ 
	font-size: 2.0em; 
	} 
	    
	h2 
	{ 
	font-size: 2.0em;     
	} 
			     
	h3 
	{ 
	font-size: 1.8em; 
	} 
			     
	h4 
	{ 
	font-size: 1.4em;    color:#22a66d; font-weight:normal;
	} 
	     
	h5 
	{ 
	font-size: 1.1em; color:#398a9f; background-image:url('../h5.png');
	} 
			     
	p 
	{ 
	font-size: 1.2em;     
	}
			
	a
	{
	text-decoration:none; color:#398a9f;
	}

	a:hover
	{
	text-decoration:none; color:blue;
	}

	ul
	{
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	}

	li
	{
	padding: 4px;
	margin: 0px;
	}

	td
	{
	text-align:center;
	vertical-align:top;
	padding:15px;
	width:160px;
	border:1px dotted #e3e3e3;
	
	}

	a span.blue
	{
	text-decoration:none;
	}

	a:hover span.blue
	{
	text-decoration:underline;
	 
	}

	ul#topnav
	{
	margin: 0; padding: 0;
	float: left;
	width: 494px;
	list-style: none;
	position: relative;
	font-size: 1.1em;
	background: url(../topnav_active.png) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 0px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	 color: #398a9f;
	text-decoration: none;
}
ul#topnav li:hover { background: #f3f8da url(../topnav_stretch.png) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 494px;
	background: #fff;
	color: #000;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline; color:#0000FF;}







			/*form page css*/

p, label, legend > span
{
  font:normal normal normal 1em/1.3 "trebuchet ms",sans-serif;
}

legend > span
{
  display:inline-block;
  border:0px solid #900;
  border-color:#a4b437;
  background:#fff;
  font-weight:bold;
  color:#706d6d;
  padding:3px 6px;

}

fieldset
{
  margin-bottom:10px;
  padding:15px;
  background:#fff;
  border:1px solid #000;
  border-color:#bcbcbc;

}

label
{
  display:block;
  float:left;
  clear:both;
  width:100%;
  margin:0 0 7px 0;
}
label:last-child
{
  margin-bottom:0;
}

label > span
{
  display:block;
  float:left;
  width:40%;
  white-space:nowrap;
}

label > span abbr
{
  border:none;
  font-style:normal;
  font-weight:bold;
  color:#f00;
}

label > input[type="checkbox"] + span
{
  float:none;
  display:inline;
}

input[type="text"], input[type="password"]
{
  width:55%;
  float:right;
  padding:2px 4px;
}

input[type="submit"]
{
  display:block;
  clear:both;
  margin-top:10px;
  padding:4px 8px;
  cursor:pointer;
}


			/*demo page css*/
			body{ font: 74.5% "Trebuchet MS", sans-serif;



min-width: 1003px;
background-color: #f7f2e3;

background-image: url("../bg-ivory.jpg");

background-repeat: repeat-x;
padding-bottom: 15px;
border-top-width: 7px;
border-top-style: solid;
border-top-color: #3b899f;

}
			.demoHeaders { margin-top: 2em; }
			#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
			#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
			ul#icons {margin: 0; padding: 0;}
			ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
			ul#icons span.ui-icon {float: left; margin: 0 4px;}


			/*form css*/

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	background: url(form.png) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 16px;
	color: #494949;
	width:170px;
	height:160px;
	float:left;
	margin-left:5px;
	
}

.mylabelstyle select{
	background: url(form.png) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #494949;

	height:80px;
	border: 1px solid #828282;
}
.mylabelstyle2 select{
	background: url(form.png) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #494949;

	height:90px;
	border: 1px solid #828282;
}

#submitButton {
  float:left;
  cursor:pointer;
  height:76px;
  overflow:hidden;
  width:360px;
}

#submitButton:hover input {
  margin-top:-78px;
}

