.phorm br {
  float: left;
  clear: left;
}

.phorm label {
  display:block;
  text-align:right;
  width:130px;
  float:left;
  margin-top: 2px;
  margin-bottom: 7px;
  line-height: 1.2em;
}

.phorm input {
  float:left;
  font-size:11px;
  width:150px;
  margin:2px 0px 10px 10px;
}

.phorm .description {
  color:#757575;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:130px;
  float: left;
}

.phorm .linkButton {
  display: block; 
  position: relative; 
  left: 10px; 
  top: 1px; 
  width: 60px; 
  float: left; 
  text-align: center;
}

.phorm select {
  margin-left: 10px;
  margin-bottom: 7px;
  float: left;
}

.phorm textarea {
  font-size:11px;
  float: left; 
  margin: 0px 0px 10px 10px; 
  width: 375px; 
  height: 100px;
}

.phorm .errorField {
  border: 1px solid red;
  background-color: #FEE;
}

.PHPurchaseError {
  background-color: #FEE;
  border: 1px solid red;
  padding: 5px 20px;
}

.PHPurchaseError h1 {
  color: #CBB;
}

.PHPurchaseSuccess {
  background-color: #EFE;
  border: 1px solid green;
  padding: 5px 20px;
  margin-right: 30px;
}

.PHPurchaseSuccess h1 {
  color: #BCB;
}

.settingHeading{
  cursor:pointer;
  clear:both;
  padding:5px;
  margin-right:15px;
  background-color:#ddd;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

