/*
This file is part of ITRO Popup Plugin. (email : support@itroteam.com)
*/

/* Admin pages styles */
.wpstyle
{
	background: linear-gradient(to top, rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(241, 241, 241);
	padding: 7px 10px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border-radius: 3px 3px 3px 3px;
	color: rgb(70, 70, 70);
	border-bottom-color: rgb(223, 223, 223);
	text-shadow: 0px 1px 0px rgb(255, 255, 255);
	box-shadow: 0px 1px 0px rgb(255, 255, 255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-moz-user-select: none;
	cursor: pointer;
}

.itro_text_input
{
	width: 45px !important;
	color: #f6931f !important;
	font-weight: bold !important;
	position: relative !important;
	left: 10px !important;
}

#wp-custom_html-editor-container #custom_html_ifr
{ 
	width: 510px !important;
}

#leftColumn
{
	float:left;
	width:510px;
}

#rightColumn
{
	float:right;
	margin-right:10%;
	width:510px;
}

#rightColumn2
{
	clear:right;
	float:right;
	margin-right:10%;
	width:510px;
}

#customHtmlForm
{
	overflow: show;
}

#stars_review_img{
	-webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
    width: 150px;
    height: 35px;
    vertical-align: middle;
}
#stars_review_img:hover{
	height: 70px;
}