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

img.about_icon {
float: left;
padding-right: 5px;
padding-bottom: 5px;
}

ol.affiliate {
margin: 0;
padding: 0;
list-style-position: inside;
}

ol.affiliate li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #CCCCCC;
}

div.contact_form {
width: 400px;
float: right;
background-color: #FAFAFA;
border: 1px dashed #CCCCCC;
padding: 3px;
}

div.contact_form p {
font-weight: bold;
}

div.contact_form input.text {
height: 20px;
background-image: url(../../images/input_bg.gif);
border: 1px solid #333333;
width: 200px;
}

div.contact_form textarea.textarea {
width: 380px;
height: 100px;
background-color: #ffffe9;
border: 1px solid #333333;
}

div.contact_form input.button {
width: 80px;
height: 20px;
color: #333333;
font-size: 14px;
font-weight: bold;
border: 1px solid #333333;
text-align: center;
background-color: #F1F1F1;
}

img.cp_logo {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

div.quote_container {
padding: 5px;
background-color: #f7f7ff;
border: 1px dashed #8080ff;
margin-bottom: 5px;
}

p.about_quote_text {
	font-style: italic;
}

p.about_quote_author {
font-weight: bold;
}