.formasearch {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #8FB1CD;
	height: 23px;
	text-align: left;
	vertical-align: text-bottom;
	background-position: center;
}
.formauser {
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #8FB1CD;
	height: 13px;
	text-align: left;
	vertical-align: text-bottom;
	background-position: center;
}
.search {
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F3F7FC;
	border-right-color: #F3F7FC;
	border-bottom-color: #F3F7FC;
	border-left-color: #F3F7FC;
}
#wrap {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1200px;
	width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
	}
.style3 {
	font-size: 10px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.style6 {
	font-size: 12px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.style9 {
	font-size: 9px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.style5 {
	font-size: 10px;
	color: #006080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
	cursor: pointer;
	cursor: pointer;
	margin: 10px 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #006080;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #006080;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #006080;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #006080;
		}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.map:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #006080;
}
a.map:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #006080;
		}
a.map:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.map:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
.line{
	color: #98CBFE;
	background-color: #98CBFE;
	border-top-color: #98CBFE;
	border-right-color: #98CBFE;
	border-bottom-color: #98CBFE;
	border-left-color: #98CBFE;
}
.floatleft { 

    float: left;

	padding: 5px;

}