@charset "utf-8";

.boxFieldInput {
	height: 24px; 
	float: left; 
	width: 200px;
}
		
.boxFieldInput input {
	padding: 2px; 
	width: 162px; 
	height: 14px;
}

.boxLabelField {
	padding-top: 5px; 
	float: left; 
	height: 22px; 
	width: 100px;
}

.boxCheckField {
	width: 300px;
	float: left;
	height: 22px; 
	padding-top: 5px; 
}
		
.boxFieldArea {
	margin-top: 4px;
	float: none; 
	clear: both; 
	height: 24px; 
	overflow: hidden;
}
		
.boxInputsArea {
	padding: 0px; 
	height: 20px; 
	float: none; 
	clear: both;
	margin-top: 15px;
	height: 30px;
	overflow: hidden;
}

.formatInput {
	color: #3B73B9;
	font-weight: bold;
}

.boxInputsArea #submit {
	width: 95px;
}


.boxInputsArea #btnCloseWindow {
	width: 125px;
}

.boxInputsArea #lostPass {
	width: 170px;
}

.titleInnerWindow {
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.spaceInnerWindow {
	background-color: #F7F7F7;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
}

.successBox {
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 5px;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
}

.spaceSuccessBox {
	background-color: #E9F5EB;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
}

.cancelItem {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.selectItem {
	font-weight: bold;
	text-align: center;
	color: #3B73B9;
}

.statusBom {
	color: #009900;
	font-weight: bold;
	text-align: center;
}

.statusRegular {
	color: #E1B500;
	font-weight: bold;
	text-align: center;
}

.statusRuim {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.divProjectItem {
	border: 1px solid #999999;
	margin-top: 5px;
}