/* GLOBAL


------------------------------------------------------- */


#rd-popup {
	width: 800px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#rd-popup.no_preview {
	width: 560px;
}
#rd-popup * {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
/* form side */


#rd-sc-form-wrap {
	width: 550px;
	float: left;
}
#rd-sc-form-wrap #rd-sc-form-head {
	width: 520px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 0 #000;
	background-color: #404040;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#393939));
	background-image: -webkit-linear-gradient(top, #404040, #393939);
	background-image: -moz-linear-gradient(top, #404040, #393939);
	background-image: -ms-linear-gradient(top, #404040, #393939);
	background-image: -o-linear-gradient(top, #404040, #393939);
	background-image: linear-gradient(top, #404040, #393939);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#404040', EndColorStr='#393939');
}
#rd-popup.no_preview #rd-sc-form-wrap #rd-sc-form-head {
	width: 530px;
}
#rd-sc-form-wrap #rd-sc-form {
	width: 490px;
	padding: 15px;
}
/* preview side */


#rd-sc-preview-wrap {
	width: 249px;
	background: #f7f7f7;
	border-left: solid 1px #d0d0d0;
	position: relative;
	float: left;
}
#rd-popup.no_preview #rd-sc-preview-wrap {
	display: none;
}
#rd-sc-preview-wrap #rd-sc-preview-head {
	width: 219px;
	padding: 15px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0px #fff;
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#d0d0d0));
	background-image: -webkit-linear-gradient(top, #dddddd, #d0d0d0);
	background-image: -moz-linear-gradient(top, #dddddd, #d0d0d0);
	background-image: -ms-linear-gradient(top, #dddddd, #d0d0d0);
	background-image: -o-linear-gradient(top, #dddddd, #d0d0d0);
	background-image: linear-gradient(top, #dddddd, #d0d0d0);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#d0d0d0');
}
#rd-sc-preview-wrap #rd-sc-nopreview {
	padding: 15px;
	width: 219px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
}
/* FORM




------------------------------------------------------- */



#rd-sc-form-table {
	width: 520px;
}
#rd-sc-form-table tbody tr.form-row {
	display: block;
	padding: 5px 0;
	border-bottom: solid 1px #eaeaea;
}
#rd-sc-form-table tbody:last-child tr.form-row {
	border-bottom: none;
}
#rd-sc-form-table tbody tr.form-row .label {
	width: 130px;
	text-align: right;
	vertical-align: top;
	line-height: 35px;
	padding-right: 20px;
}
#rd-sc-form-table tbody tr.form-row .field {
	width: 370px;
}
#rd-sc-form-table tbody tr.form-row .rd-insert {
	color: #fff;
}
/* child rows, sortable */



#rd-sc-form-table .has-child #form-child-add {
	display: block;
	width: 520px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#rd-sc-form-table .has-child .child-clone-rows {
	display: block;
}
#rd-sc-form-table .has-child .child-clone-rows .child-clone-row {
	padding: 8px 15px;
	background: #f7f7f7;
	border: solid 1px #e0e0e0;
	margin-bottom: 10px;
	cursor: move;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#rd-sc-form-table .has-child .sortable-placeholder {
	border: dashed 2px #e0e0e0;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f7f7f7;
	height: 40px;
}
#rd-sc-form-table .has-child .child-clone-rows .child-clone-row .child-clone-row-form {
	display: block;
}
#rd-sc-form-table .has-child .child-clone-rows .child-clone-row .child-clone-row-form .child-clone-row-form-row {
	display: block;
	padding: 7px 0;
	border-bottom: solid 1px #ddd;
}
#rd-sc-form-table .has-child .child-clone-rows .child-clone-row .child-clone-row-form .child-clone-row-form-row .child-clone-row-label label {
	display: block;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 7px;
	line-height: 1;
}
#rd-sc-form-table .has-child .child-clone-rows .child-clone-row .child-clone-row-remove {
	color: #FF0000;
	padding: 1px;
}
#rd-sc-form-table .has-child .child-clone-rows .child-clone-row .child-clone-row-remove:hover {
	color: #fff;
	background: #FF0000;
}
/* form elements */



/* - all */



#rd-sc-form-table tbody tr.form-row .rd-form-text, #rd-sc-form-table tbody tr.form-row .rd-form-textarea, #rd-sc-form-table tbody tr.form-row .rd-form-select {
	width: 350px;
	padding: 5px 10px;
	background: #f7f7f7;
	border: none;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#rd-sc-form-table tbody tr.form-row.has-child .rd-form-text, #rd-sc-form-table tbody tr.form-row.has-child .rd-form-textarea, #rd-sc-form-table tbody tr.form-row.has-child .rd-form-select {
	background: #fff;
	width: 485px;
}
/* - textarea */



#rd-sc-form-table tbody tr.form-row .rd-form-textarea {
	height: 120px;
}
#rd-sc-form-table tbody tr.form-row.has-child .rd-form-textarea {
	height: 100px;
}
/* - select */



#rd-sc-form-table tbody tr.form-row .rd-form-select {
	display: block;
	height: 25px;
}
#rd-sc-form-table tbody tr.form-row.has-child .rd-form-select {
	width: auto;
	height: 25px;
}
/* - desc */




#rd-sc-form-table tbody tr.form-row .field .rd-form-desc, #rd-sc-form-table tbody tr.form-row .child-clone-row-desc {
	display: block;
	font-size:  12px;
	color: #aaa;
	font-style: italic;
	padding-top: 3px;
}
.mce-i-rd-mce-icon {
	background-image: url('../images/icon.png') !important;
}
.five_star {
	display:inline-block;
	text-indent:-9000px;
	width:100px!important;
	height:20px !important;
	background-image: url('../images/five_star.png') !important;
}
