@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;
}

.regLabelWide {
	float: none;
	width: 500px;
}

.regInputWide {
	float: none;
	margin-left: 150px;
	width: 356px;
	min-width: 356px;
	max-width: 356px;
	height: 75px;
	max-height: 175px;
    border: 1px solid silver !important;
}

.regSubmit{
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 150px;
}	

.notFilled .regLabel {
	color: red;
}

.notFilled .regInput {
	border-color: red;
}

