body {
	background:url("/images/zebra-search-back.jpg");
	background-position: 0 0;
	background-repeat: repeat-y;
}

.zebraParentContainer{
	position:absolute;
	text-align:center;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	_width:99%;
	_height:90%;
}

.message h1 {
	padding:0px;
	margin-top:10px;
	font-size:3em;
	line-height:30px;
	font-family:"Arial, Helvetica, sans-serif";
	font-color:#666666;
}

.logoBox {
	position:relative;
	float:left;
	width:184px;
	height:264px;
	margin-left:15px;
	margin-top:15px;
	background:url("/images/siyaLogo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.message {
	position:relative;
	float:left;
	width:328px;
	height:195px;
	margin-left:43px;
	margin-top:15px;
	text-align:left;
	font-color:#666666;
}

.message br {
	display: none;
}

.redirectOptionBox {
	background: url("/images/cse_theme_shiny_form_bg.png") repeat-x scroll left top #EFEFEF;
    box-shadow: 0 1px 2px #999999;
    cursor: pointer;
    float: right;
    height: 58px;
    line-height: 59px;
    margin-right: 300px;
    margin-top: 3px;
    position: relative;
    text-align: center;
    width: 98px;
    _margin-top:2px;
    _border:1px solid #666666;
    _height:57px;
    _line-height:57px;
}

.redirectOptionBox:active {
	background-color:#C3C3C3;
}

.zebraChildContainer a {
	text-decoration: none;
	color:#666666;
}

.searchBox {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	height:auto;
	_height:30px;
}

.zebraChildContainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	width:640px;
	height:291px;
	font-color:#666666;
	-moz-box-shadow:    0px 0px 5px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px 5px #666666;
    box-shadow:         0px 0px 5px 5px #666666;

    _display:inline-block;
	_margin:none;

}

.zebraChildContainer > * {
	opacity: 1;
}

.opacDiv {
	position:absolute;
	opacity:.7;
	height:100%;
	width:100%;
	background-color:white;
	opacity:.7;

	_left:0px;
	_right:0px;
	_top:0px;
	_bottom:0px;
	filter: alpha(opacity = 70);
}

.cse .gsc-control-cse, .gsc-control-cse {
	background-color: rgba(0, 0, 0, 0) !important;
	border:0px !important;
	padding:0px;
}

.gsc-control-cse {
	_background-color:transparent !important;
}


.cse form.gsc-search-box, form.gsc-search-box  {
	border: 0.5px solid #CCCCCC !important;
	bottom: 79px !important;
	display: block !important;
	left: 99px !important;
	margin: auto !important;
	position: relative !important;
	width: 393px !important;
	_border:1px solid #666666;

}