.isee{
	font-size: 14px;
}

.isee-post-text{
	font-size: 18px;
	line-height: 130%;
}

.isee-head{
	font-size: 14px;
	margin-bottom: 15px;
}

.isee-foot{
	font-size: 14px;
	margin-top: 15px;
}

.isee-head a, .isee-foot a{
	text-decoration: none;
}

.isee-foot a{
	color: red;
}

.isee-post{
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
}

.isee span.user-link{
	background: url("../../../skin/new/images/icons.gif") no-repeat scroll 0 -105px transparent;
    padding-left: 13px;
}
.isee span.user-link a{
	text-decoration: none;
	font-weight: bold;
}

.isee form .form_note{
	margin-top: -20px;
}



.isee .errorSummary{
	background: #f88;
	border: 2px solid #f00;
	padding: 10px;
	margin-bottom: 20px;
}

.isee .errorSummary p{
	font-weight: bold;
	margin-bottom: 7px;
}

.isee .errorSummary ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.isee-filter{
	padding: 10px;
	margin-bottom: 10px;
	background: #eee;
	border: 2px solid #ccc;
}
.isee-flash{
	padding: 10px;
	margin-bottom: 10px;
	background: #ff8;
	border: 2px solid #ee0;	
}



.isee-live, .isee-stat{
	background: #eee;
	padding: 10px;
}

.isee-live-list{
	font-size: 85%;
}

.isee-live-row{
	margin-top: 10px;
	padding-right: 10px;
}

.isee-curved{
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}


.isee-post-image img{
	cursor: pointer;
}

/**
 * Content styles
 */
.isee .isee-post .content { overflow:hidden; }
.isee .isee-post .content img { margin: 5px /*0px */; max-width:100% }
.isee .isee-post .content p { margin-bottom: 15px; }

.isee .isee-post .content ul, ol { margin-bottom: 15px; margin-left: 20px; }
.isee .isee-post .content ul li { list-style: disc; }
.isee .isee-post .content ol li { list-style: decimal; }
.isee .isee-post .content dl { margin-bottom: 15px; }
.isee .isee-post .content dl dt { font-weight: bold; }
.isee .isee-post .content dl dd { font-style: italic; margin: 0 0 5px 20px; color: #555; }

.isee .isee-post .content blockquote { font-style: italic; padding: 5px 10px; background: #ebf1ff; }
.isee .isee-post .content pre { overflow: auto; width: 95%; padding: 5px 2%; margin-bottom: 10px; background: #f8f8f8 url(../../templates/skin/new/images/code.gif); border: 1px solid #dce6f0; clear: both; }