#dialogBox{
  text-align: center;
  font-weight: normal;
}

#dialogBox .postCard{
  border: 1px solid #aaa;
  padding: 15px;
  min-height: 260px;
}

#dialogBox .productPhoto{
  float: left;
  width: 260px;
  height: 260px;
  overflow: hidden;
  border: 1px solid #e1b6b2;
}

#dialogBox table{
  display: block;
  float: left;
  margin-left: 20px;
}

#dialogBox table th{
  text-align: right;
  font-weight: normal;
  vertical-align: top;
  width: 100px;
}

#dialogBox table td{
  text-align: left;
}

#dialogBox table input{
  border: 1px solid #e1b6b2;
  color: #666;
  width: 135px;
}

#dialogBox table textarea{
  border: 1px solid #e1b6b2;
  color: #666;
  width: 235px;
  height: 80px;
  padding: 2px;
}

#dialogBox .button{
  width: 100px;
  margin-top: 30px;
  color: #FFF;
  border:0;
  background-color: #666;
  cursor: pointer;
}

#previewBox{
  display: none;
}

#previewBox{
  float: left;
  margin-left: 20px;
  width: 220px;
  height: 260px;
  text-align: left; 
}

#previewBox .cntBox{
  height: 175px;
  margin: 10px 0 10px 0;
}
