@charset "UTF-8";

@media screen, projection
{

/*
* SIGMA	
*/

.regLine {
	margin-bottom: 3px;
	clear: both;
}

.regLabel{
	float: left;
	clear: left;
	width: 150px;

}
.regInput{
	display: block;
	margin-left: 150px;
	border-color: silver;
}	
.regSubmit{
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 150px;
}	
.notFilled .regLabel {color: red; }
.notFilled .regInput {border-color: red; }

}
