/*-----------------------------------------------------------------*/
/* LOGIN.CSS                                                       */
/* Stylesheet voor LDC login pagina                                */
/*-----------------------------------------------------------------*/

/*Instellingen voor BODY*/
BODY {
	background: #FDC437 URL(../images/login-background.gif) no-repeat 50% 50%;
	color: #9A264D;						
	font-family: verdana;			
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Instellingen voor TD*/
TD {
	text-align: center;
	vertical-align: middle;
}

/*De titel*/
.TDtitle {
	color: #9A264D;								
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*De subtitel*/
.TDsubtitle {
	color: #9A264D;								
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*De introductie tekst*/
.TDintro {
	color: #9A264D;								
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

/*De product specifieke informatie*/
.TDproduct {
	color: #9A264D;								
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

/*Labels voor de invoer velden*/
.TDlabel {
	color: #9A264D;								
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

/*TD rond invoer velden*/
.TDinput {
	text-align: right;
}

/*Logo en adres*/
.TDlogo {
	color: #9A264D;								
	font-size: 10px;
	text-align: left;
}

/*-----------------------------------------------------------------*/

INPUT {
background-color: #FFFFFF;
color: #696969;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 9pt;
 border: 1px solid #111111;
 height: 21px;
}
