
@charset "utf-8";
/* CSS Document */
#titleApp {
    font-family: Tahoma;
    font-size: small;
    margin: 0 10px 0 0;
}

#titleApp input[type="text"] {
	border: 1px solid #c1c1c1;
}

#titleApp h1 {
	color: #FB7E37;
	font-size: 18px;
}
table {
	width:100%;
	border-collapse:collapse;
}
fieldset {
	border: 1px solid;
}
legend {
	font-family: Tahoma;
	color: #FB7E37;
	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 {
    margin: 10px auto 0;
	display:block;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#fff;
	font-weight:bold;
	padding: 1px 2px;
	background: #FB7E37;
	}