@charset "utf-8";
body {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#666;
}
h1 {
	margin:0;
	padding:15px 0 0 0;
	font-size:17px;
}
h2 {
	margin:0;
	padding:0 0 20px 0;
	font-size:15px;
	font-weight:normal;
}
h3 {
	margin:0 0 15px 0;
	padding:7px 0 0 0;
	font-size:14px;
	background-color:transparent;
	color:#c2231c;
}
h4 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
p {
	margin:0 0 20px 0;
	padding:0;
}
form div {
	margin: 0 0 10px 0;
}
form .fld {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	color:#555;
	background-color:#FFF;
	padding:2px;
}
form .fld2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	color:#555;
	background-color:#FFF;
	padding:3px 5px;
}
form .fldtr {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	color:#555;
	background-color:transparent;
	padding:2px;
	font-weight:bold;
}
form .fldph {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	color:#555;
	background-color:#F5F5F5;
	padding:2px;
}
form .fld:hover, form .fld2:hover, form .fldtr:hover {
	color:#555;
	background-color:#FDFDFD;
	font-weight:normal;
}
form .fld:focus, form .fld2:focus, form .fldtr:focus {
	color:#555;
	background-color:#FFF;
	font-weight:normal;
}
form .btn {
	background:#2c8bdf url(../img/btn.png) repeat-x;
	color:#FFF;
	border:0;
	padding:3px 10px;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
	font-weight:bold;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-khtml-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=145, Strength=5); */
	/* opacity: .4; other browsers */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); this works in IE6, IE7, and IE8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; this works in IE8 only */
}
form .btn:hover {
	background:#2c8bdf url(../img/btn.png) 0 -30px repeat-x;
	color:#FFF;
}
.bluestyle {
	background-color:transparent;
	color:#2c8bdf;
}
.whitestyle {
	background-color:transparent;
	color:#fff;
}
.redstyle {
	background-color:transparent;
	color:#FF0000;
}
.greenstyle {
	background-color:transparent;
	color:#009900;
}
.link a {
	text-decoration:none;
	background:#DDD url(../img/btn2.png) repeat-x;
	color:#2c8bdf;
	padding:2px 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
	font-size:11px;
	font-weight:bold;
}
.link a:hover {
	text-decoration:none;
	background:#DDD url(../img/btn2.png) 0 -30px repeat-x;
	color:#2c8bdf;
}
.form {
	float:left;
	background:#FFF url(../img/bg1.png) repeat-x;
	color:#666;
	padding:20px 20px 10px 20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
	border:1px solid #EEE;
}
.photoform {
	float:left;
	margin:0;
	padding:10px 0 0 0;
}
#page {
	width:959px;
	margin:0 auto;
}
#top {
	margin:0;
	padding:20px 0 0 0;
}
#logo {
	float:left;
	width:340px;
	margin:0;
	padding:0;
}
#logo a {
	text-decoration:none;
	background-color:transparent;
	color:#777;
}
#logo a:hover {
	text-decoration:none;
	background-color:transparent;
	color:#0868c1;
}
#board {
	float:left;
	width:959px;
	margin:0;
	padding:0;
}
#info {
	float:left;
	width:629px;
	height:156px;
	margin:0;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
}
#search {
	width:258px;
	height:126px;
	margin:0 0 0 30px;
}
#search form {
	background:url(../img/icons/32/search.png) right bottom no-repeat;
	margin:0;
}
#main {
	float:left;
	width:959px;
	margin:20px 0 0 0;
	padding:0;
}
#side {
	float:left;
	width:300px;
	margin:0;
	padding:0;
}
#login {
	width:258px;
	margin:0 0 15px 0;
}
#login form {
	background:url(../img/icons/32/lock.png) right bottom no-repeat;
	margin:0;
}
#details {
	width:258px;
	margin:0 0 15px 0;
}
#details form {
	background:url(../img/icons/32/unlock.png) right bottom no-repeat;
	margin:0;
}
#register {
	width:598px;
	margin:0 0 15px 0;
}
#register form {
	background:url(../img/icons/32/edit_profile.png) right bottom no-repeat;
	margin:0;
}
#reminder {
	width:598px;
	margin:0 0 15px 0;
}
#reminder form {
	background:url(../img/icons/32/user_accept.png) right bottom no-repeat;
	margin:0;
}
#request {
	width:598px;
	margin:10px 0 15px 0;
}
#request form {
	background:url(../img/icons/32/edit_page.png) right bottom no-repeat;
	margin:0;
}
#insert {
	width:598px;
	margin:0 0 15px 0;
}
#insert form {
	background:url(../img/icons/32/add_home.png) right bottom no-repeat;
	margin:0;
}
#update {
	width:598px;
	margin:0 0 15px 0;
}
#update form {
	background:url(../img/icons/32/home_accept.png) right bottom no-repeat;
	margin:0;
}
#contact {
	width:598px;
	margin:0;
}
#contact form {
	background:url(../img/icons/32/mail.png) right bottom no-repeat;
	margin:0;
}
#user {
	margin:0 0 15px 0;
	padding:0 20px;
	font-size:13px;
}
#ads {
	margin:30px 0 0 0;
}
#ad {
	margin:30px 0 20px 0;
}
#share {
	margin:30px 0;
	width:100%;
	float:left;
}
#content {
	float:left;
	width:629px;
	margin:0 0 0 30px;
	padding:0;
	font-size:13px;
}
#content .row {
	margin:0;
	padding:20px 0;
	border-top:1px solid #F0F0F0;
	float:left;
	width:100%;
}
#content .row:hover {
	background:url(../img/bg3.png) repeat-x;
}
#content .photo {
	margin:0 0 0 20px;
	width:90px;
	height:90px;
}
#content .photo2 {
	margin:0;
	width:90px;
	height:90px;
}
#content .block {
	margin:0;
	padding:20px 20px 20px 0;
	border-top:1px solid #F0F0F0;
	float:left;
	width:137px;
	font-size:12px;
	min-height:195px;
}
#content .block:hover {
	background:url(../img/bg3.png) repeat-x;
}
#content .cover {
	position:absolute;
	background:url(../img/cover.png) no-repeat;
	width:90px;
	height:90px;
	margin-left:539px;
}
#content .cover2 {
	position:absolute;
	background:url(../img/cover.png) no-repeat;
	width:90px;
	height:90px;
}
#content .cover a, #content .cover2 a {
	background:url(../img/cover.png) no-repeat;
	width:90px;
	height:90px;
	padding:0;
	display:block;
}
#content label {
	float:left;
	width:120px;
	font-weight:bold;
}
#content .btns {
	margin:14px 0 0 0;
	text-align:left;
}
#summary {
	float:left;
	width:959px;
	margin:0;
	padding:20px 0;
	border-top:1px solid #F0F0F0;
}
#summary a {
	text-decoration:none;
	background-color:transparent;
	color:#666;
}
#summary a:hover {
	text-decoration:none;
	background-color:transparent;
	color:#2c8bdf;
}
#summary .block {
	margin:0;
	padding:0;
	float:left;
	width:306px;
}
#banners {
	float:left;
	width:959px;
	margin:0;
	padding:0 0 20px 0;
}
#foot {
	float:left;
	width:959px;
	margin:0;
	padding:20px 0 50px 0;
	background:transparent url(../img/lineh.png) no-repeat;
	color:#CCC;
}
#foot a {
	text-decoration:none;
	background-color:transparent;
	color:#0868c1;
	font-size:12px;
	font-weight:bold;
}
#foot a:hover {
	text-decoration:none;
	background-color:transparent;
	color:#2c8bdf;
}

