.message {
  font-style: italic;
  font-weight: bold;
}

.selection {
  padding: 10px;
  margin: 10px;
  text-align: center;
  float:left;
  overflow: hidden;
  background: #F0F0F0;
}

.selection .selectionTitle {
  width: 200px;
  height: 75px;
}

.selection .selectionImage {
  width: 200px;
  height: 200px;
  padding: 0px;
  margin: 0px;
}

.selection .selectionRemove {
  font-size: 75%;
}

.selection img {
  border: none;
}

.selectionEmailBlock {
  clear: both;
  padding: 1em;
}

.selectionEmailBlock table tr th {
  text-align: right;
  vertical-align: top;
} 

#emailFieldSet {
  border: 0;
}

.selectionRequestBlock {
  clear: both;
  padding: 1em;
}

.requestMastersMainColumn {
  clear: both;
  padding: 1em;
  width: 600px;
}

.warningMessage {
  font-size: 150%;
  font-weight: bold;
}

.requestMasterPreviewImage {
  width: 220px;
  height: 200px;
  float: right;
  clear: right;
}
