@charset "utf-8";

/* CSS Document */



#popup {width: 500px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#333333; margin: 20px auto 10px auto;}

#popup .grey {background: #F4F4F4 ; padding: 20px;}

#popup h1 { font-size: 18px; font-weight: normal; color:#333333;}

#popup p { font-size: 11px; font-weight: normal; color:#333333;}

#popup .logo {float: left;}

.line {height: 1px; border-bottom: #CCCCCC 1px dotted; clear: both; margin: 10px 0 0 0;}

.cat_listbox {width: 460px; }

.cat_textbox {width: 200px; }

.ContactForm .cat_textbox,
.ContactForm .cat_listbox {
	border:solid 1px #000;
}

.cat_textbox_small {width: 200px; }

#popup img {border: 0;}

#popup a {color: #C6470B; text-decoration: underline;}

#popup a:hover { text-decoration: underline;}

