body{
background-image: url("../images/textBlue.jpg");
}

input
{/*setting of form input elements */
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #f5f5f5;
}


#TitleBar
{
	color:White;
	font-weight:bold;
	background-color: #3F5496;
	width:100%;
	text-align:center;
}

.CloudBox
{
    width:600px;
    text-align:center;
    border:solid 0px white;
}

.ContactForm
{
	z-index:100;	
	
}