table {border-collapse: collapse;border-spacing:0;}

#block{width:426px;padding-top:-39px;margin:0 auto;position:relative;}
#block .logo{margin-left:115px;}
.form{background:url(img/form.png) repeat-y;padding:13px 0 25px 0;margin-top:18px;position:relative;}
.form .login-box{background:url(img/login-box.png) no-repeat;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;
	width:93px;padding:14px 0 14px 16px;margin-bottom:11px;position:relative;left:-4px;float:left;}
.form .warning {background:url(img/warning.png) no-repeat;height:28px;padding:0 0 0 34px;margin:7px 0px 0 113px;position:relative;}
.form .warning p {background:url(img/warning-p.png) repeat-x left center;color:#c51f00;font-size:11px;height:19px;font-weight:bold;padding:9px 6px 0 0;float:left;}
.form .warning p.c {background:url(img/warning-p.c.png) no-repeat right center;text-indent:-1000px;padding:0 0 0 0;height:28px;width:2px;}
.form input {background:url(img/input.png) no-repeat;color:#5d5d5d;font-size:12px;font-style:italic;
	width:322px;height:43px;padding-left:18px;margin:0 0 16px 40px;border:none;clear:left;}
.form .btn {padding-bottom:0;float:left;}
.form .btn {background:url(img/p.btn-input.png) no-repeat;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;font-style:normal;text-indent:-1000px;
	width:111px;line-height:43px;padding:0;margin:0 0 0 40px;border:none;float:left;}
.form .btn :hover{background:url(img/p.btn-input.hover.png) no-repeat;}
.form .nav-path{margin-left:162px;}
.form .nav-path li{line-height:19px;}
.form .nav-path li a{color:#005fa2;font-size:11px;}
.form .nav-path li a:hover{text-decoration:none;}

.c {background:url(img/c.png) no-repeat-x;height:28px;width:2px;}
.c2 {background:url(img/warning.png) no-repeat top left;position:absolute;top:0;left:50px;height:28px;width:2px;}
.ctop {background:url(img/ctop.png) no-repeat;width:426px;height:6px;position:absolute;top:-6px;left:0;}
.cbottom {background:url(img/cbottom.png) no-repeat;width:426px;height:6px;position:absolute;bottom:-6px;left:0;}




ul.arrowunderline{
list-style-type:none;
margin:0;
padding:0;
text-align:right; /* enter "left", "right", or "center" to orient the menu accordingly */
font: 13px Verdana, Geneva, sans-serif;
}

ul.arrowunderline li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline li a{
position:relative;
color:#6A6A6A;
padding-bottom:3px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;

}

ul.arrowunderline li a:hover{
border-bottom:2px solid red; /* style of arrow underline */
}

ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:4px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent red transparent; /* create up arrow */
}

ul.arrowunderline1{
list-style-type:none;

text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
font: 13px Verdana, Geneva, sans-serif;

}

ul.arrowunderline1 li{
	display:inline;
	margin-right:14px; /* spacing between each menu item */
	margin-left:14px;
}

ul.arrowunderline1 li a{
	padding-top:15px
position:relative;
	color:#000;
	/*spacing between each menu item and arrow underline beneath it */
text-decoration:none;

}

ul.arrowunderline1 li a:hover{
	color:#EEE;
}

ul.arrowunderline1 li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;

margin-left:-5px; /* value should match border-width below */
bottom: 0;



}

.oneone { text-align:center;
	width:100%;
	background:url(../img/1.png) repeat-x;
	margin-top:33px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
 }
