/* ======================================== */
/* Definition of Styles for loginboxes */
/* ======================================== */


.infoBoxHeading	{
	color: white;
}

.roundcont {
	width: 100%;
	background: url(/fyh/images/square_000000.gif);
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(/fyh/images/tr_000000.gif) no-repeat top right;
}

.roundbottom {
	background: url(/fyh/images/br_000000.gif) no-repeat top right;
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

div.loginbox-main1 {
/*	position: absolute;
	top: 0px;
	left: 0px; */
	width: 160px;
	/* background: transparent url(/fyh/images/loginbox-middle.gif) repeat-y; */
	background: transparent url(/fyh/images/new_look/loginbox-title.gif) no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	margin-top: 10px;
}

div.loginbox-main2 {
	/* position: relative; 
	top: 0px;
	left: 355px; */
	margin-top: 30px;
	margin-bottom: 30px;
	width: 155px;
	/* background: transparent url(/fyh/images/loginbox-middle.gif) repeat-y; */
	background: transparent url(/fyh/images/new_look/loginbox-middle.png) no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

div.loginbox-top {
	/* background: transparent url(/fyh/images/new_look/loginbox-top.png) top left no-repeat; */
}
div.loginbox-bottom {
	background: transparent url(/fyh/images/new_look/loginbox-bottom.gif) bottom left no-repeat;
	font-size: 10px;
	padding-bottom: 7px;
}
div.loginbox-bottom p {
	color: white;
	text-align: center;
	vertical-align: middle;
}
div.loginbox-bottom p.loginbox-title {
	display: block;
	/*height:27px;*/
	text-align: center;
	font-size: .9em;
	padding-bottom: 17px;
}

div.loginbox-content-middle {
	width: 160px;
	background: transparent url(/fyh/images/new_look/loginbox-content-middle.gif) repeat-y;
	background-color: white;
	margin-top: -17px;
}
div.loginbox-content-top {
	background: url(/fyh/images/new_look/loginbox-content-top.gif) top left no-repeat;
	padding-top: 5px;
}
div.loginbox-content-bottom {
	/* background: transparent url(/fyh/images/loginbox-content-bottom.gif) bottom left no-repeat; */
	padding: 3px 3px 2px 10px;
}

input.loginbox-form-fields {
	width: 90px;
	font-size: 1.0em;
	font-family: inherit;
	margin-bottom: 2px;
}
input.loginbox-form-submit {
	width: 30px;
	font-size: 1.0em;
	background: #d9d9d9;
	font-weight: bold;
	font-family: inherit;
}
div.loginbox-content-bottom p a  {
	font-size: .7em;
}
span.loginbox-content-bottom-links {
	display: block;
	font-size: .9em;
	padding-top: 3px;
}
span.loginbox-content-bottom-links a:link {
	text-decoration: none;
	color: #6666cc;
}
span.loginbox-content-bottom-links a:visited {
	text-decoration: none;
	color: #6666cc;
}
span.loginbox-content-bottom-links a:hover {
	text-decoration: none;
	color: #6666cc;
}
span.loginbox-content-bottom-links a:active {
	text-decoration: none;
	color: #6666cc;
}
