
.error {
	font-size: 					10px;
	color: 						red;
}



.errorbold {
	font-weight: 				bold;
	font-size: 					10px;
	color: 						red;
}



.title {
	font-size: 					14px;
	font-weight:				bold;
}



.textnormal {
	font-size: 					12px;
	text-align: 				justify;
}



table.t_input {
	/*background-color:			D0CFCF;*/
	padding:					0px;
	border: 					dotted 0px #999999;
}



td.head {
	width:							100%;
	font-family: 					Verdana; 
	height:							20px;
	border: 						solid 0px #5B87B3;
	padding:						1px 10px 0px 3px;
	font-size: 						12px;
	color: 							#719F0B;
	font-weight: 					bold;
	text-align: 					left;
}



td.body {
	width:							100%;
	font-family: 					Verdana; 
	/*background-color: 			#F6F6F6;
	border-top: 					solid 1px #D0CFCF;
	border-bottom: 					solid 1px #D0CFCF;*/
	padding:						2px;
	font-size: 						11px;
}



td.inbody {
	font-size: 					11px;
	text-align:					left;
}





td.inbody_r {
	font-size: 					11px;
	text-align:					right;
}



td.inbody_l {
	font-size: 					11px;
	text-align:					left;
}

#formular {
	padding: 5px;
	margin-top: -30px;
	font-family: Verdana; 
	font-size: 11px; 
	color: #444444;
}


form {
	margin: 					0px;
    padding: 					0px;
    display:					inline;
	font-family: Verdana; 
	font-size: 11px; 
	color: #444444;
}

/*
a:link {text-decoration: none; font-weight:bold; color: #494949;}
a:visited {text-decoration: none; font-weight:bold; color: #494949;}
a:hover {text-decoration: underline; font-weight:bold; color: #494949;}
a:active {text-decoration: underline; font-weight:bold; color: #494949;}
*/

input { 
	background-color: 			#ffffff; /*#C2D5E6;*/ 
	border: 					1px solid #999999; 
	font-family: 				Verdana, Helvetica, sans-serif; 
	font-size: 					11px; 
	color: 						#444444; 
	font-weight: 				bold;
	padding:					0px;
	margin:						0px;
}

input.noback { 
	border: 							0px; 
}



select  {
	background-color: 			#ffffff; /*#C2D5E6;*/ 
	border: 					1px solid #999999; 
	font-family: 				Verdana, Helvetica, sans-serif; 
	font-size: 					11px; 
	color: 						#444444; 
}



textarea  {
	background-color: 			#ffffff; /*#C2D5E6;*/ 
	border: 					1px solid #999999; 
	font-family: 				Verdana, Helvetica, sans-serif; 
	font-size: 					11px; 
	color: 						#444444; 
	font-weight: 				bold;
	float: left;
	margin-left: 				7px;
}
