
#div
{
	margin-left: 20px;
}
#div1 fieldset
{
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	padding: 20px 20px;
	margin-top: 5px;
	font-size: 1.1em;
	font-family: Arial;
	line-height: 25px;
}
#div1 fieldset legend
{
	font-family: "Arial";
	letter-spacing: 0px;
	font-size: 1.3em;
	line-height: 1em;
	color: #2295c1;
	font-weight: bold;
}

#div2 fieldset
{
	border: 1px solid #ddd;
	padding: 5px 20px;
	margin-top: 5px;
}
#div2 fieldset legend
{
	font-family: "Arial";
	letter-spacing: 0px;
	font-size: 1.2em;
	line-height: 1em;
	color: #4169E1;
}

.btnSearch
{
	width: 25px;
	height:21px;
	cursor:pointer;
	vertical-align:top;	
	border: 1px solid #CCCCCC;
	/*background: url(../images/silkicons/magnifier.gif) 0 50%;	 */
	background: url(../images/silkicons/Icon_Search.gif) 0 50%;
	font-size: 13px;
}

.button
{
	width: 80px;
	border: 2px #D3D3D3 outset;
	border: none; /*background: url(../images/buttons/button-gray.jpg) repeat-x top left; */
	background: url(../images/buttons/button-gray.jpg) 0 50% repeat-x;
	padding: 3px 4px;
	font-size: 13px;
}
.button:hover
{
	color: Green;
	border: none;
	background: url(../images/buttons/button.jpg) 0 50% repeat-x;
	cursor: pointer;
}

#nav
{
	display: block;
	float: left;
}
#nav li
{
	display: block;
	float: left;
	border-right: 1px solid #eee;
}
#nav li a
{
	display: block;
	float: left;
	padding: 0.4em 0.5em;
	background: #fff;
	color: #F7761E;
	font-size: 1.2em;
	line-height: 1em;
	height: 1em;
}
#nav li a:hover
{
	background: url(../images/buttons/button.jpg) 0 50% repeat-x;
	color: Green;
	border: none;
}
#nav.last
{
	border: none;
}
span.syntax
{
	color: #FF0000;
	font-weight: bold;
	font-size: 1.3em;
}
p.p1
{
	font-weight: bold;
}
p.p2
{
	padding-left: 20px;
}

p.p3 a:hover, span.span1 a:hover
{
	border: none;
}
li.li1 a:hover
{
	border: none;
}
a.a1:hover
{
	border: none;
}


