html * {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 10px;
}

img {
	border: 0px;
}

h2 {
	color: #01969D;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0px;
}

h3, legend {
	color: #0A57A5;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

a {
	color: #0A57A5;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

p {
	margin: 10px 0px;
}

.main td {
	vertical-align: top;
	text-align: left;
}

.main {
	width: 100%;
}

.rules {
	width: 700px;
	text-align: justify;
	margin: 0px auto;
}

ul {
	margin: 15px 0 15px 20px;
}

li {
	list-style: disc;
	line-height: 14px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 8px 0px;
}

.descr {
	padding: 0px 10px 10px 20px;
}

.photo {
	padding: 0px 20px 10px 10px;
}

fieldset {
	border: 1px solid #0A57A5;
	margin: 0px 5px;
	text-align: center;
}

legend {
	padding: 0px 3px;
	margin-left: 10px;
}

.photos {
	padding: 15px 0px;
	width: 100%;
}

.photos td {
	padding: 0px 5px;
	text-align: left;
}

.photos td.more {
	text-align: left;
	padding-top: 5px;
}

td.chat_qauthor, td.chat_question, td.chat_aauthor, td.chat_answer {
	vertical-align: top;
}

td.chat_qauthor, td.chat_aauthor {
	color: #59598b;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
}

td.chat_question, td.chat_answer {
	color: #4d4d4d;       
	font-size: 11px;
	padding: 10px 0px 10px 20px;
	width: 100%;
	font-style: normal;
	font-weight: normal;
}

td.chat_question strong, td.chat_answer strong{
	font-weight: normal;
}


span.chat_qauthor, span.chat_aauthor {
	color:#59598b;
	display:table;
	float:left;
	font-size:11px;
	font-weight:bold;
	position:relative;
	vertical-align:top;
	min-width:50px;
	_width: 30px;
}

span.chat_question, span.chat_answer {
	color: #4d4d4d;       
	font-size: 11px;
	display: table;
/*	float: left;*/
	padding: 0px 0px 0px 20px;
	font-weight: 100;
	font-style: normal;
	font-weight: normal;
}

span.chat_question strong, span.chat_answer strong {
	font-weight: normal;
}

.caption td {
	padding: 5px;
	vertical-align: middle;
}
