@charset "utf-8";
/* CSS Document */
/* Copyright © 1997 Bizymoms. All rights reserved. */

.background {
	background: : #FFFFFF url(../images/widget_repeat_back-2.jpg) repeat-x;
	border: 1px solid  #999999;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.logo {
	padding: 5px 5px 0 5px;
	text-align: center;
}
.main_details {
	margin: 5px;
	background: #fff;
	border: 1px solid  #999999;
}
.name {
	padding: 5px 5px 2px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.name a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.name a:hover {
	color: #333;
	text-decoration: underline;
}
.category {
	padding: 2px 5px 5px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #dd4035;
}
.category a {
	font-size: 12px;
	font-weight: bold;
	color: #dd4035;
	text-decoration: none;
}
.category a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #dd4035;
	text-decoration: underline;
}
.list {
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
}
.list ul, .list li {
	margin: 0 0 0 9px;
	padding: 0;
	text-align: left;
}
.list li a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
.list li a:hover {
	color: #333;
	text-decoration: none;
}
.powered_by {
	font-size: 10px;
	color: #f6aa35;
	text-align: right;
	padding: 0 5px 5px 5px;
}
.powered_by a {
	font-size: 11px;
	color: #f6aa35;
	text-decoration: underline;
}
.powered_by a:hover {
	color: #f6aa35;
	text-decoration: none;
}
textarea.formfeild {
	width: 160px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px outset;
	background: #fff;
}
.copy_text {
	width: 160px;
	padding: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
