@charset "utf-8";
/* CSS Document */

.header2{

    width: 100%;
    float: left;
    background-color: #17a2b8;
    color: #ffffff;
    text-transform: capitalize;
    padding: 25px 0px;
}

.search{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
	font-size: 12px;
	border: #666 thin dotted;
	box-shadow: #999 1px 1px 1px 1px;
	border-radius: 3px;
	padding:5px;
	height:300px;
		
		}
		
		.menus{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
	font-size: 12px;
	border: #666 thin dotted;
	box-shadow: #999 1px 1px 1px 1px;
	border-radius: 3px;
	padding:5px;
	}
	
	
.display{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*color:#333333;
	font-size: 12px;
	border: #666 thin dotted;
	box-shadow: #999 1px 1px 1px 1px;
	border-radius: 1px;
	padding:3px;*/
	}

