@CHARSET "UTF-8";

/* Info Box */
	div.info_box .info_box_close {
		width: 24px;
		height: 24px;
		z-index: 888;
		display: block;
		cursor: pointer;
		position: absolute;
		margin: -10px 0px -0px -9px;
		background: url("../graphics/close.png");
	}
	
	/* Buttons */
		div.info_box .buttons_panel {
			margin-top: 5px;
			padding: 5px 0px 0px 0px;
			border-top: 1px dashed #888;
		}
		
		div.info_box .button_answer,
		div.info_box .button_mark_as_opened {
			float: right;
			cursor: pointer;
			width: 72px;
			height: 21px;
			background: url("../graphics/button_mark_as_opened.png");
		}
		
		div.info_box .button_answer {
			background: url("../graphics/button_answer.png");
		}
	/* END */
	
	/* Form */
		div.info_box .smsform {
			margin-top: 5px;
			padding: 5px 0px 0px 0px;
			border-top: 1px dashed #888;
		}
		
		div.info_box .smsform .reqnote {
			height: auto; min-height: 20px;
		}
		
		div.info_box .smsform #sms_message {
			width: 615px;
		}
		
		div.info_box .smsform #__submit__ {
			margin-right: 477px;
		}
		
		div.info_box .smsform #info {
			color: #c80000;
		}
	/* END */
	
	div.info_box div.topborder {
		font-size: 0px;
		height: 5px;
		margin-left: 5px;
		background: url("../graphics/window_top_right.png") right;
	}
	
	div.info_box div.topborder span {
		height: 5px;
		width: 5px;
		display: block;
		margin-left: -5px;
		position: relative;
		background: url("../graphics/window_top_left.png");
	}

	div.info_box div.footer {
		font-size: 0px;
		height: 5px;
		margin-left: 5px;
		background: url("../graphics/window_footer_right.png") right;
	}
	
	div.info_box div.footer span {
		width: 5px;
		height: 5px;
		display: block;
		position: relative;
		margin-left: -5px;
		background: url("../graphics/window_footer_left.png");
	}

	div.info_box div.inner_main {
		padding: 2px 15px;
		background: #fff;
		border-left: 1px solid #aeaeae;
		border-right: 1px solid #aeaeae;
	}

	div.info_box div.inner_main embed,
	div.info_box div.inner_main iframe {
		margin-bottom: 10px;
	}
	
	.info_box_shadow_bg {
		top: 0px;
		left: 0px;
		opacity: 0;
		width: 100%;
		height: 100%;
		z-index: 777;
		display: none;
		background: #000;
		position: absolute;
		filter: alpha(opacity=0);
	}
	
	.info_box {
		opacity: 0.95;
		cursor: default;
		display: none;
		z-index: 778;
		position: absolute;
		filter: alpha(opacity=0);
	}
	
	.info_box h2 {
		font-size: 11px;
		font-weight: normal;
		float: right;
	}
	
	.info_box h3 {
		font-size: 12px;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
	}
	
	.info_box p {
		font-size: 11px;
	}


	div.info_box div.topborder {
		font-size: 0px;
		height: 5px;
		margin-left: 5px;
		background: url("../graphics/window_top_right.png") right;
	}
	
	div.info_box div.topborder span {
		height: 5px;
		width: 5px;
		display: block;
		margin-left: -5px;
		background: url("../graphics/window_top_left.png");
	}

	div.info_box div.footer {
		font-size: 0px;
		height: 5px;
		margin-left: 5px;
		background: url("../graphics/window_footer_right.png") right;
	}
	
	div.info_box div.footer span {
		width: 5px;
		height: 5px;
		display: block;
		margin-left: -5px;
		background: url("../graphics/window_footer_left.png");
	}

	div.info_box div.inner_main {
		padding: 2px 15px;
		background: #fff;
		border-left: 1px solid #aeaeae;
		border-right: 1px solid #aeaeae;
	}

	div.info_box .loading_img {
		text-align: center;
	}
/* END */

