/* Body style  */
body {
	background-color: #254182;
	background-image: url("../images/iframe/ticket/show_search_bg.jpg");
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Font style */

.fontWhiteBold {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.fontBlueLight {
	color: #03d3ff;
	font-family: Tahoma;
	font-size: 12px;
}

.fontBlack {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}

.fontBrown {
	color: #827133;
	font-family: Tahoma;
	font-size: 12px;
}

/* textBox style */

.search {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #8dbbff;
	border: 1px solid #000000;
}



