/* ======================================== */
/* 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:5px;
      left: 933px;
      width: 150px;
      font-family: Verdana, sans-serif;
      font-size: 12px;
}

div.loginbox-main2 {
      position:relative; 
      top:0px; 
      left: 355px;
      margin-top:30px;
      margin-bottom:30px;
      width: 150px;
      font-family: Verdana, sans-serif;
      font-size: 12px;

}
div.loginbox-middle {
      width: 150px;
      background-image: url(/fyh/images/loginbox-middle.gif);
      background-repeat: repeat-y;
}

div.loginbox-top {
      background-image: url(/fyh/images/loginbox-top.gif);
      background-position: top left;
      background-repeat: no-repeat;
}
div.loginbox-bottom {
      background-image: url(/fyh/images/loginbox-bottom.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
      font-size: 10px;
}
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;
    line-height:300%
}

div.loginbox-content-middle {
      width: 150px;
      background-image: url(/fyh/images/loginbox-content-middle.gif);
      background-repeat: repeat-y;
}
div.loginbox-content-top {
      background-image: url(/fyh/images/loginbox-content-top.gif);
      background-position: top left;
      background-repeat: no-repeat;
}
div.loginbox-content-bottom {
      background-image: url(/fyh/images/loginbox-content-bottom.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
      padding:3px 3px 1px 3px;
}

input.loginbox-form-fields {
      width: 90px;
      font-size:1.0em;
      font-family:inherit;
}
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 {
      font-size:.9em;
}
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;
}
