.contentStyle
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #404040;
	background-color: transparent;
	margin: 0px;
	padding:0px;
}

.contentStyle p
{
	margin-top: 0px;
}

.contentStyle input
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
    background-color: white;
	border: 1px solid #C4A6E1;
	cursor: text;
	color: black;
    width: 250px;
}

.contentStyle table
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #404040;
}

.contentStyle img
{

}

.contentStyle a
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6B1863;
    text-decoration: underline;
}

.contentStyle select
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.contentStyle textarea
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
    border: 1px solid #9B68CD;
    width: 250px;
    height: 100px;
}

.contentStyle .form_checkbox
{
	border: 0;
	cursor: hand;
	background-color: white;
}

.contentStyle .form_submit
{
	cursor: hand;
    width: 100px;
    background-color: #CBC3D4;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0 solid white;
}

.guestbookMessage {
    
}