/*
* CSS styles for making the infobox render nicely
*/

.infobox{
	position:relative;
	background-color:white;
	border:1px solid rgb(136, 136, 136);
	left:0px;
	top:0px;
	width:400px;
  
}

.infobox_close{
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	border:none;
}

.infobox_content{
	margin:5px;
	font-family: Arial;
	font-size:11px;
	line-height:22px;
}

.infobox_pointer{
	width:33px;
	height:38px;
	overflow:hidden;
	position:relative;
	z-index:1;
	left:20px;
	top:-1px;
}

.infobox_title{
	font-weight:bold;
	font-size:15px;
}


/*		Tablet Layout: 768px.	*/

@media only screen and (min-width: 768px) and (max-width: 991px) {





}



/*		Mobile Layout: 320px.    */

@media only screen and (max-width: 767px) {

    .mobile #form1 > div {
    position: relative;
    top: -24px;
    }

    #header {
    display: none;
}
    
    
}



/*		Wide Mobile Layout: 480px.    */

@media only screen and (min-width: 480px) and (max-width: 767px) {




}