@charset "utf-8";
/* CSS Document */

@import url("system_message.css");

div.reflections {

  border: 1px solid #ccc;

  width: 550px;
  font-size: inherit;
  font-family: inherit;
  padding: 10px 10px;
}


div.reflections label {
	display: block;
	float: left;
	clear: none;
	margin-bottom: 10px;
	width: 200px;
}

div.reflections input {
	margin-bottom: 10px;
	width: 250px;
}

div.reflections textarea  {
  background:#fafafa;
  border:1px solid #cccccc;
  font-size: inherit;
  font-family: inherit;
  color: #000;
 	margin: 0;
	padding: 0;

  width:500px;
  height:200px;
  margin-left:0px;
  margin-bottom:5px;
}

div.reflections input.submit, div.reflections input.clearButton {
  margin-left: 5px;
  padding: 1px 3px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

div.reflections .buttons {
  margin-right: 50px;
  text-align: right;
}
