.success { background-color: #f1fdc7;
    border-radius: 3px;
    clear: both;
    color: #85a90b;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 15px;
    width: 491px; }
	
	.error { background-color: #fff4f6;
    border-radius: 3px;
    clear: both;
    color: #af021a;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 15px;
    width: 491px; }
	
	.AdFrm fieldset {
    	background-color: #fcfbfb;
    	border: none;
    	border-radius: 3px;
    	float: left;
    	padding: 0 0 123px;
    	width: 524px;
	}

.content { display: none; }

img#thumb{
    cursor:pointer;
}

div.imgTooltip {
    position:absolute;
}

.preview { float:left; width:524px; }
.frmSide { float: right; line-height: 20px; padding: 0 12px; width: 250px; background-color:#fefebe; }
.frmSide ol { margin: 5px 0 10px 24px; }
.design { float: right; width: 230px; }
input[type='text'], select, textarea{ box-sizing: border-box; font: inherit;
  color: inherit;
  width: 56%;
  padding: 4px 6px;
  border-radius: 2px;
  margin: 12px 0 0;
  border: 1px solid #ddd;
  /*font-size: inherit;*/
  background: #fff;
  color: #444;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;}

  /*input[type="text"], select{height: 30px;}*/

  input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

/*.row .field.one-of-two:last-child {
    padding-left: 18px;
}*/

label{ margin: 16px 10px 0; }

/*.full{ width:100%; padding-top: 10px; }*/
/*.half{ width: 100%; }*/

.row:before,
.row:after {
  content: "";
  display: block;
  overflow: hidden;
}
.row:after {
  clear: both;
}

/*.row > * {
  margin: 0;
  padding-left: 1px;
  float: left;
}*/

.field:before,
.field:after {
  content: "";
  display: table;
}

.field:after {
  clear: both;
}

input:focus, select:focus, textarea:focus {
	border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444444;
}

.btn {
  cursor: pointer;
  font: inherit;
  padding: 5px 16px;
  background: #eee;
  font-size: 1rem;
  border: none;
  border-radius:3px;
  margin:0;
}

/*.field{margin-top: 20px;}*/
.one-of-two{ width: 90%;}

/*input[type="checkbox"], input[type="radio"] {
  padding: 0;
  vertical-align: middle;
  margin-bottom: 7px;
}*/

input[type="file"]{
  padding: 13px 0 0;
  vertical-align:middle;
}

.img-responsive{ max-width: 100%;}

.one-of-four{ width: 32%; padding-right: 10px; float: left; }
  .three-of-four{width: 65.5%; float: left; }
	 
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
}

th, td{
	padding: 10px;
	border: none !important;
}
thead{
  vertical-align: bottom;
  background-color: #eee;
  font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

tr:hover {
  background: #eeeeee;
}

table, tr {
	border: 1px solid #eeeeee;
}

.right{ text-align: right; margin-top: 20px;}


.link-muted{text-decoration: none; color: inherit;}

	.input-md{width: 300px;}
  input[type=checkbox]{margin-left: 1px; margin-bottom:10px;}
	input:hover, textarea:hover, select:hover{border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444444;}
	.btn,button{padding: 10px 15px; border-radius: 3px; border: 1px solid #ddd; margin:10px;}
	.btn:hover,button:hover{background-color: #333; color: #fff;}
	.red{color: red;}
  .center{text-align: center;}
  .padding-sm{padding: 20px; margin: 20px 0;}
  .clear{clear: both;}
  .frmside{background-color: #fefebe; float: right;line-height: 20px; padding: 10px 12px; width: 250px;}
	.mainfrm{background-color: #fcfbfb; float: left; padding: 0 12px; width: 500px;}
  label{width:10em;}
  .h1{font-size: 32px; font-weight: bold;}