#adminmenu #menu-posts-quote:hover div.wp-menu-image:before,
#adminmenu #menu-posts-quote.wp-has-current-submenu div.wp-menu-image:before,
#adminmenu #menu-posts-quote div.wp-menu-image:before {
	background: url("../images/qoutes_single.png") no-repeat scroll center 8px transparent;
	content: '';
	opacity: 0.7;
}
#adminmenu #menu-posts-quote.wp-has-current-submenu div.wp-menu-image:before {
	opacity: 1;
}
#adminmenu #menu-posts-tips:hover div.wp-menu-image:before,
#adminmenu #menu-posts-tips.wp-has-current-submenu div.wp-menu-image:before,
#adminmenu #menu-posts-tips div.wp-menu-image:before {
	background: url("../images/tips_single.png") no-repeat scroll center 8px transparent;
	content: '';
	opacity: 0.7;
}
#adminmenu #menu-posts-tips.wp-has-current-submenu div.wp-menu-image:before {
	opacity: 1;
}
#quotes_box_and_tips {
	background-image: url('../images/quotes_box_and_tips_bg.png');
	background-repeat: no-repeat;
	background-position: 20px bottom;
	background-color: #2484c6;
	margin: 10px 0;
	padding: 15px 0;
	width: 100%;
	color: #EEE;
	font-size: 14px;
	clear: both;
}
#quotes_box_and_tips h3 {
	color: #FFF;
	font-size: 22px;
	padding-bottom: 10px;
}
.box_delimeter {
	background-image:url('../images/box_delimeter.png');
	background-repeat:repeat-y;
	background-position: 48% top;
	width: 100%;
}
#quotes_box_and_tips .tips_box,
#quotes_box_and_tips .quotes_box {
	width: 47%;
	float: left;
	padding: 0 1.49%;
}

#quotes_box_and_tips p {
	padding-bottom: 7px;
	margin-bottom: 0px;
}
#quotes_box_and_tips .signature {
	text-align: right;
	color: #a8dcff;
}
#quotes_box_and_tips .signature span {
	color: #74c6ff;
}
#wpcontent select option {
	padding-right: 5px;
}
.image-radio-option td {
	padding-top: 15px;
}
.image-radio-option label {
	display: block;
	float: left;
	margin: 0 30px 20px 2px;
	position: relative;
}
.image-radio-option input {
	margin: 0 0 10px;
}
.image-radio-option span {
	display: block;
	width: 136px;
}
.image-radio-option img {
	margin: 0 0 0 -2px;
}
#qtsndtps-link-color-example,
#qtsndtps-text-color-example {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	margin: 0 7px 0 3px;
	padding: 4px 14px;
}
body.rtl .image-radio-option label {
	float: right;
	margin: 0 2px 20px 30px;
}
#quotes_box_and_tips .hidden {
	display: none;
}
#quotes_box_and_tips .clear {
	clear: both;
}
/* 
* Add responsive.
*/
@media all and ( max-width: 600px ) {
	#quotes_box_and_tips .box_delimeter {
		background: none;
	}
	#quotes_box_and_tips .tips_box,
	#quotes_box_and_tips .quotes_box {
		float: none;
		width: auto;
	}
	#quotes_box_and_tips .tips_box {
		background-image:url('../images/box_delimeter.png');
		background-repeat: repeat-x;
		background-position: 0 bottom;
		padding-bottom: 5px;
	}
}
@media screen and (min-width: 783px) {
	.qtsndtps_title_post_fields input {
		width: 250px;
	}
}
@media screen and (max-width: 782px) {
	#qtsndtps-link-color,
	#qtsndtps-text-color {
		width: 85%;
		display: inline;
	}
}