@charset "utf-8";
/* CSS Document */
#titleApp {
	width:600px;
	font-family:Tahoma;
	font-size:small;
	margin-left: 32px;
}
#titleApp h1 {
	color: #012E55;
	font-size: 18px;
}
table {
	width:100%;
	border-collapse:collapse;
}
fieldset {
	color: #015D95;
	border: 1px solid;
}
legend {
	font-family: Tahoma;
	color: #012E55;
	font-weight:bold;
}
td {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}
.firstcol {
	text-align:right;
	padding-right:8px;
	padding-left:8px;
}
.text {
	display:block;
	text-align:left;
	width:auto;
	padding-left:10px;
}
.textSmall {
	display:block;
	text-align:left;
	width:100px;
	padding-left:10px;
}
.textFull {
	display:block;
	text-align:left;
	width:90%;
	padding-left:10px;
}
.select {
	padding-left:0px;
	width:auto;
}
/* this class makes the button fancy */

label.error {
		display:block;
		color:#f00;
}
#special {
		visibility:hidden;
}
.button {
	display:block;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#fff;
	font-weight:bold;
	padding: 1px 2px;
	background: url(../images/buttonbg.png) repeat-x left top;
	}