@CHARSET "UTF-8";

input {
    
}

input.input {
	width: 300px;
	border: 1px solid #888888;
	}
select {
	width: 200px;
	}
input.buttonWyczysc {
	background-image: url("../image/buttonWyczysc.gif");
	width: 74px;
	height: 26px;
	border: 0px;
	cursor: pointer;
	}
input.buttonWyslij {
	background-image: url("../image/buttonWyslij.gif");
	width: 74px;
	height: 26px;
	border: 0px;
	cursor: pointer;
	}
.alignRight {
	text-align: right;
	}
.alignLeft {
	text-align: left;
	}

table.gray {
	background-color: #909088;
	color: #ffffff;
}

.messageCloud {
	background-color: #ffffff;
	border:1px solid black;
	padding:10px;
	position:absolute;
	z-index:1000;
}

p.center {
	text-align: center;
}
