/* CSS Document */

#custom-doc {   
	margin:auto;text-align:left; /* leave unchanged */   
	width:66.14em;/* non-IE */   
	*width:64.55em;/* IE */   
	min-width:860px;/* optional but recommended */
}   


.input_box {
	border: 1px solid #C2C7CB;
}

@font-face {
    font-family: 'Frutiger SBIN Rm v.1';
    font-style:  normal;
    font-weight: bold;
    src: url(/css/FRUTSR_B.TTF);

}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.login_input {
	border: 1px solid #6685C1;
}

.text_arial_E83C3C_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E83C3C;
}

