@charset "utf-8";
/* CSS Document */



.formLabel {
	text-align:left;
}

.formLabelRight {
	text-align:right;
}

.formMaxWidth{
	width:100%
}

.formLine{
	height:1px;
	border-bottom:solid 1px #CCCCCC;
	margin-top:10px;
	margin-bottom:10px;
}

.extraFormLinks{
	text-align:right;
}

.formInput {
	text-align:left;
}

	

.formSubmit {
	padding-top:15px;
	padding-bottom:15px;
}
	#formButton{
		width:100px;
	}

.formAlert {
	text-align:right;
	padding-bottom:4px;
}

	/***** div przechowywujacy alerty formularzy ******/
	.alertDiv {  
		color:#0089B7;
		font-weight:bold;
	}
	
	.alertRed {
		color:#900;
	}
	/***** div przechowywujacy komunikat 'czekaj...' ******/
	#loading{
		color:#999999;
		display:none;
	}
	.loading{
		color:#999999;
		display:none;
	}



.subTitle {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}


.input {
	width:162px;
}

.inputSuggestion{
	color:#CCCCCC;
}

.inputRed {
}

.inputSubmit {}

