/* Login Styles */

body {
   font-family: Verdana, Lucida Sans Unicode, sans-serif;
   color: #000;
   font-size: 11px;
   line-height: 1.2em;
}

#divLogin {
   width: 356px;
   margin: 0 auto;
   background: #f8f8f8 url(../images/login/div_bottom.gif) no-repeat top left;
}

#logo {
   width: 356px;
   height: 80px;
   background: transparent url(../images/login/ss_logo.gif) no-repeat top center;
   margin: 0px auto;
}

#ForkTrackLogo{
	width: 356px;
	height:130px;
	background: transparent url(../images/login/forktrack.gif) no-repeat center center;
	margin: 0px auto;
}

#RCTLogo {
   width: 356px;
   height: 130px;
   background: transparent url(../images/login/rct.gif) no-repeat top center;
   margin: 0px auto;
}

#YaleLogo {
	width: 356px;
   height: 130px;
   background: transparent url(../images/login/yale.jpg) no-repeat top center;
   margin: 0px auto;
}

#HysterLogo {
	width: 356px;
   height: 130px;
   background: transparent url(../images/login/hyster.gif) no-repeat top center;
   margin: 0px auto;
}

h1 {
   font-size: 110%;
   color: #d03333;
   text-align: left;
   letter-spacing: 1px;
   margin-bottom: 20px;
   margin-top: 0;
}

h2 {
   font-size: 100%;
   margin: 0;
   text-align: center;
}

#reg-request {
   float: left;
   margin: 30px 0 0 50px;
   padding-top: 90px;
}

.error {
   padding: 15px 10px 15px 45px;
   background: transparent url(../images/login/cross.gif) no-repeat 5% center;
   color: #d03333;
   border: 1px solid #d4d4d4;
   font-size: 90%;
   margin: 0;
}

.success {
   padding: 15px 10px 15px 45px;
   background: transparent url(../images/login/tick.gif) no-repeat 5% center;
   color: #3474d5;
   border: 1px solid #9c9d9f;
   font-size: 90%;
   margin: 25px 0px 0px;
}

.boldfont {
   font-weight: bold;
}

form {
   background: transparent url(../images/login/div_bottom2.gif) no-repeat bottom center;
   margin: 0;
   padding: 25px 40px 25px;
}

.txtfield {
   width: 100%;
}

.formP {
   color: #d03333;
   margin: 10px 0;
}

.intro {
   margin-bottom: 20px;
}

.linkP {
   margin-bottom: 0;
}

/*** LINKS ***/
a:link {
   color: #3474d5;
   font-weight: bold;
}

a:visited {
   color: #3474d5;
   font-weight: bold;
}

a:hover {
   text-decoration: none;
}
