.poem_title {
	float: left;
  font-size: 18pt;
  color: #393324;
  font-weight: bold;
	padding-top: 2px;
}
.inactive_poem{
	float: left;
  font-size: 18pt;
  color: #393324;
  font-weight: bold;
	padding-top: 2px;
}
.inactive_poem_sub{
	color: red;
	font-size: 12px;
}
.star-rating{
	float: left;
	margin: 2px 0 12px 15px;
}
#poem-rating{
	float: left;
	margin-left: 15px;
}
#skip-rating{
	float: right;

}
#first-poem{
	float: left;
}
#first-poem-top .poem_title{ margin: 0;}
#first-poem-top {margin-bottom: 10px;}
.poem_title a {
  text-decoration: none;
  color: #5a5a5a;
}

.poem_title a:hover{
  text-decoration: none;
  color: #5a5a5a;
}

.poem_author_pic {
	float: left;
	margin-right: 10px;
}

.poem_author_info {
	color: #74ADCD;
	line-height: 35px;
}

.poem_author_info_pre_submit {
	color: #74ADCD;
	padding-top:35px;
	font-size:12pt;
	margin-bottom: 20px;
}

.poem_author_info a {
	color: #74ADCD;
	text-decoration: none;
}

.poem_author_info a:hover {
  color: #3933d0;
	text-decoration: none;
}

.poem_submitted {
	color: #393324;
	font-style: italic;
	font-size: 10pt;
}
.comment-review{
	font-size: 10pt;
}
.comment-stars{
	float: left;
	margin-right: 15px;
}
.comment-title{
	padding-top:2px;
	font-size: 12pt;
}
.comment-title a{
	color: #74ADCD;
	text-decoration: none;
}
.comment-title a:hover{
  color: #3933d0;
	text-decoration: none;
}
.commented-by a{
	color: #74ADCD;
	text-decoration: none;
}
.commented-by a:hover{
  color: #3933d0;
	text-decoration: none;
}
.commented-by{
	float: left;
	margin-right: 15px;
}
.commented-at{
	color: #393324;
	font-style: italic;
}
.comment-spacer{
	height: 7px;
}
.comments-spacer{
	height: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
}
.comment-text{
	margin-top: 20px;
	margin-left: 60px;
}
.continued-link a{
	text-decoration: none;
	color: #74ADCD;
}
.continued-link a:hover{
	color: #3933d0;
	text-decoration: none;
}

.poem_contents {
	color: #393324;
	font-size:12pt;
	line-height:16pt;
	margin-top: 8px;
	padding-bottom:20px;

}

.poem_contents a {
	color: #393324;
	text-decoration:none;
	font-size: 10pt;
	font-style: italic;
}

.poem_contents a:hover {
	color: #3933d0;
}

/*  Block poem was styled and previously not 100% transparent*/
.block_poem{
	position:absolute;
	margin: 5px 0 0 -5px;
	width:650px;
	height:300px;
	opacity: 0;
	cursor:pointer;
	z-index: 100;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	padding-top: 75px;
	border-radius:5px;
}

.block_review{
	position:relative;
	margin: 5px 0 0 -5px;
	width:515px;
	height:305px;
	opacity: 0;
	cursor:pointer;
	z-index: 100;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	padding-top: 75px;
	border-radius:5px;
}
.inline-label{
}
.inline-label label{
	display: inline;
}

.centered-div{
	margin: auto;
}
.left-div{
	float: left;
	width: 500px;
	margin-right: 20px;
}
.centered-div input[type=text]{
	font-size: 14px;
	width: 608px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5A5A5A;
	padding: 3px 5px;
}
.centered-div textarea{
	font-size: 14px;
	width: 608px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5A5A5A;
	padding: 3px 5px;
}
.left-div input[type=text]{
	font-size: 14px;
	width: 255px;
	margin-bottom: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5A5A5A;
	padding: 3px 5px;
	display: inline;
}
.finish-form input[type=text]{
	font-size: 14px;
	width: 255px;
	margin-bottom: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5A5A5A;
	padding: 3px 5px;
}
.submit-line{
	margin-top: 15px;
}
.submit-line a{
	text-decoration: none;
	color: #2D97D3;
	margin-left: 25px;
}
.address-label{
	width: 150px;
	float: left;
}
.address-fields{
	float: left;
}

.no-thanks a{
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	float: left;
}
#coreg-submit{
	float: left;
}
.center-buttons{
	width: 250px;
	margin: auto;
}
