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

.purple {font-weight:bold;float:left; background-image:url(/images/purple.jpg); width: 150px;height:30px;padding-left:20px;padding-top:10px; color:#FFFFFF;}
.grey {font-weight:bold;float:left; background-image:url(/images/grey.jpg); width: 150px;height:30px;padding-left:20px;padding-top:10px; color:#FFFFFF;}
.grey a{color:#FFFFFF; text-decoration:none;}
.purple a{color:#FFFFFF; text-decoration:none;}

.contactHeader{
	font-size: 12px;
	font-weight: normal;
	float:right;
	width: 225px;
	height: 50px;
}

.contactHeader span{
	/*color: #711371;*/
	color: #111;
}

.thankyou {    
    margin: 50px auto 0;
    text-align: center;
    width: 400px;
}

.stLine{
    background: none repeat scroll 0 0 black;
    height: 4px;
}

