/* Request detail style */
.popup_container
{
	padding: 5px;
}
.popup_container .popup_left
{
	width: 4px;
	height: 500px;
	background: url(../../images/popup_leftwhole.jpg) no-repeat;
	float: left;
}
.popup_container .popup_right
{
	width: 4px;
	height: 500px;
	background: url(http://care.vtconline.co.id/images/popup_rightwhole.jpg) no-repeat;
	float: right;
}
.popup_container .popup_mid
{
	width: 692px;
	height: 500px;
	float: left;
}
.popup_container .popup_mid .popup_midbar
{
	height: 18px;
	border-top: solid 1px #CCCCCC;
	float: left;
	background-color: #EEEEEE;
	width: 100%;
}
.popup_container .popup_mid .popup_midbot
{
	width: 692px;
	height: 2px;
	background: url('http://care.vtconline.co.id/images/popup_botmid.jpg') repeat-x;
	background-color: #EEEEEE;
	border-top: solid 1px #333333;
	float: left;
}
.popup_container .popup_mid .popup_title
{
	background: url(http://care.vtconline.co.id/images/popup_topmid.jpg) repeat-x;
	color: #333333;
	font-size: 12px;
	height: 27px;
	text-align: left;
	width: 692px;
	height: 27px;
	border-bottom: solid 1px #333333;
}
.popup_container .popup_mid .popup_title .popup_title_icon
{
	float: left;
	width: 16px;
	height: 16px;
	background: url(http://care.vtconline.co.id/images/popup_title_icon.jpg) no-repeat;
	margin-top: 5px;
}
.popup_container .popup_mid .popup_title .popup_title_text
{
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 5px;
}

.popup_container .popup_mid .popup_title .pu_title_close
{
	float: right;
	width: 30px;
	height: 18px;
	background: url(http://care.vtconline.co.id/images/close.jpg) no-repeat;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 5px;
}

.popup_container .popup_mid .popup_content
{
	background-position: 25px 90%;
	background-repeat: no-repeat;
	margin: 0;
	height: 450px;
}

#popup_content.alert
{
}


#popup_content.prompt
{
}

.popup_container .popup_mid .popup_content .popup_message
{
	background-color: #ffffff;
	padding: 5px;
	overflow-y: scroll;
	height: 440px;
	overflow-x: hidden;
}
.popup_container .popup_mid .popup_content .popup_bottom
{
}

#popup_panel
{
	float: right;
	padding: 10px 15px 10px 10px;
}

#popup_prompt
{
	margin: .5em 0em;
}
/*ZOne Login Style*/
.loginpop
{
	background-color: #ffffff;
	border: solid 1px #333333;
	border-top:none;
}
.loginpop .popup_left
{
	float: left;
}
.loginpop .popup_right
{
	float: right;
}
.loginpop .popup_mid
{
	width: 100%;
	float: left;
}
.loginpop .popup_mid .popup_midbar
{
}
.loginpop .popup_mid .popup_midbot
{
}
.loginpop .popup_mid .popup_title
{
	color: #333333;
	font-size: 12px;
	height: 27px;
	text-align: left;
	background: url(http://care.vtconline.co.id/images/popup_topmid.jpg) repeat-x;
	border-bottom: solid 1px #333333;
}
.loginpop .popup_mid .popup_title .popup_title_icon
{
	float: left;
	width: 16px;
	height: 16px;
	background: url(http://care.vtconline.co.id/images/popup_title_icon.jpg) no-repeat;
	margin-top: 5px;
}
.loginpop .popup_mid .popup_title .popup_title_text
{
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #333333;
}

.loginpop .popup_mid .popup_title .pu_title_close
{
	float: right;
	width: 30px;
	height: 18px;
	background: url(http://care.vtconline.co.id/images/close.jpg) no-repeat;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 5px;
}

.loginpop .popup_mid .popup_content
{
	background-position: 25px 90%;
	background-repeat: no-repeat;
	margin: 0;
}

#popup_content.alert
{
}


#popup_content.prompt
{
}

.loginpop .popup_mid .popup_content .popup_message
{
	background-color: #ffffff;
	padding: 5px;
}
.loginpop .popup_mid .popup_content .popup_bottom
{
}

#popup_panel
{
	float: right;
	padding: 10px 15px 10px 10px;
}

#popup_prompt
{
	margin: .5em 0em;
}
.loginpopbg
{
	float: left;
	text-align: center;
}
.loginpop_input
{
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.loginpop_title
{
	float: left;
	text-align: right;
	width: 100px;
}
.loginpop_text
{
	float: left;
	text-align: left;
	padding-left: 5px;
}