/* CSS Document */
#mainContainer{
	width:500px;
	margin:0 auto;
	border:1px double #000;	
}

/* Alternative layout for the message box - used by one of the messages */

.modalDialog_contentDiv_error{
	border:3px solid #FFF;	
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#F00;	/* White background color for the message */
	color:#FFF;
}
.modalDialog_contentDiv_error a{
	color:#FFF;
}
h1{
	margin-top:0px;
}
.mypets{ /*header of 1st demo*/
cursor: pointer;
font: bold 14px tahoma;
color: #000000;
}

.mypets_out{ /*header of 1st demo*/
cursor: pointer;
font: bold 14px tahoma;
color: #8E2921;
}

.openpet{ /*class added to contents of 1st demo when they are open*/

}

.technology{ /*header of 2nd demo*/
cursor: pointer;
cursor: pointer;
font: bold 14px Verdana;
}


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

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
