h2	{clear:both;padding-top:20px;}
ul	{list-style:none;margin:0;padding:0;}
li	{float:left;width:135px;margin:0;padding:0;text-align:center;}
li a{display:block;padding:5px 10px;height:100%;color:#FFF;font-weight:bold;text-decoration:none;border-right:1px solid #FFF;}
li a{background:url(../images/bg2.jpg) repeat 0 0;}
li a:hover, li a:focus, li a:active {background-position:-150px 0;color:#990000}
#a a{background:url(../images/bg.jpg) repeat -20px 35px;}
#b a{background:url(../images/bg2.jpg) repeat 0 0;}
#c a{background:url(../images/bg3.jpg) repeat 0 0;}
#d a{background:url(../images/bg4.jpg) repeat 0 0;}

img.shadow {
	background: url(../images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

#formblock input[type="text"], #formblock textarea, #formblock select
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #000000;
    width: 300px;
    background-color: #e5e5e5;
}

a.button
{
    background: transparent url('../images/button_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.button span
{
	/* Background left image */
	background: transparent url('../images/button_left.png') no-repeat;
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}

a.button:hover span
{
	text-decoration:underline;
}

.required
{
	color:#990000;
}

div .error_div
{
	height:1px;
	background-color:#000;
	display:none;
	position:absolute;
}

div .error2
{
	color:#ee0000;
	font-size:18px;
	height:35x;
	padding:10px;
	background-color:#000;
}

