.aswp_metabox_cont {
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}
.aswp_metabox_field_desc {
	float: left;
	width: 50%;
	padding-top: 5px;
}
.aswp_metabox_field_input {
	float: left;
	width: 50%;
}

.aswp_metabox_field_desc_pp {
	float: left;
	width: 25%;
	padding-top: 5px;
}
.aswp_metabox_field_input_pp {
	float: right;
	width: 70%;
}

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

.aswp_cp_picker {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
}
.aswp_cp_picker div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) center;
}
#colorpickerHolder2 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
}
#colorpickerHolder2 .colorpicker {
	background-image: url(../images/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder2 .colorpicker_hue div {
	background-image: url(../images/custom_indic.gif);
}
#colorpickerHolder2 .colorpicker_hex {
	background-image: url(../images/custom_hex.png);
}
#colorpickerHolder2 .colorpicker_rgb_r {
	background-image: url(../images/custom_rgb_r.png);
}
#colorpickerHolder2 .colorpicker_rgb_g {
	background-image: url(../images/custom_rgb_g.png);
}
#colorpickerHolder2 .colorpicker_rgb_b {
	background-image: url(../images/custom_rgb_b.png);
}
#colorpickerHolder2 .colorpicker_hsb_s {
	background-image: url(../images/custom_hsb_s.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_h {
	background-image: url(../images/custom_hsb_h.png);
	display: none;
}

.aswp_cp_cont {
	float: left;
	width: 70px;
	margin-right: 20px;
}
.aswp_cp_text {
	text-align: center;
}
.aswp_cp_picker {
	margin: 5px 0 5px 20px;
}
.aswp_cp_input {
	margin-left: 5px;
}

#aswp_ad_live_preview {
	width: 468px;
	height: 60px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-family: arial, sans-serif;
}
#aswp_ad_lp_title {
	color: #0000ff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: underline;
	margin-top: 2px;
}
#aswp_ad_lp_text {
	color: #000000;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
#aswp_ad_lp_url {
	color: #008000;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	text-decoration: underline;
}

.aswp_placements_radio {
	float: left;
	margin-right: 10px;
}
.aswp_placements_input {
	float: left;
}
#aswp_image_placements {
	background: transparent url('../images/ad_placements.png') no-repeat scroll 0 0;
	width: 133px;
	height: 219px;
	position: relative;
	float: left;
	margin-right: 10px;
}
#aswp_image_placements_paragraph {
	background: transparent url('../images/ad_placements_paragraph.png') no-repeat scroll 0 0;
	width: 133px;
	height: 155px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#aswp_metabox_margins_input {
	position: relative;
	width: 300px;
	height: 120px;
}

#aswp_metabox_cont_full {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

#aswp_tla_live_preview {
	width: 428px;
	height: 15px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-family: arial, sans-serif;
	overflow: hidden;
}
#aswp_tla_lp_google {
	float: left;
	padding: 0 3px;
}
#aswp_tla_lp_title {
	color: #0000ff;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: underline;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}