#AddRequest{
	width: 660px;
	float: left;
	padding-left: 20px;

}

form.addRequest{
	width: 650px;
	line-height: 2em;
	margin-top: 20px;
	float: left;
	line-height: 30px;
}
form.addRequest span.groupLabel {
	font-weight: bold;
	width: 115px;
	float: left;
	clear:left;
}

form.addRequest span.groupCheckboxes {
	width: 525px;
	float: left;
}

form.addRequest input.check {
	margin-right: 5px;
}

form.addRequest label {
	font-weight: normal;

}

form.addRequest input.button{
  background: url(img/odeslat.png) no-repeat top left;
  border: none;
  width: 74px;
  height: 32px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  float: right;
  margin-top: 10px;
  margin-right: 8px;
}

#AddRequest input.text{
  width: 180px;
}

#AddRequest .textarea{
  width: 525px;
  height: 150px;
  margin-top: 8px;
}

#AddRequest span.gray {
	color: #999999;
	margin-left: 5px;
}
