div#writersGuidelines
{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	height:250px; 
	overflow:auto; 
}

.guideCheck
{
float: left;
}

.userTemplate
{
	padding:5px;
}

.userTemplate table td, .userTemplate table th
{
	padding:0px;
	margin:0px;
}

.userTemplate table th
	{ width:300px;
padding-bottom: 10px;
font-size: 14px;	}
.userTemplate table th + th
	{ width:100px; }
.userTemplate table th + th + th 
	{ width:100px; }

.userComment
{
	background-color:#FEF6BD;
	padding:15px 10px 5px;
	margin:0px 0px 10px;
}
.userComment .weak
{
	font-size:10px;
}
#userCommentList a
{
	text-decoration:none;
}
#userCommentList a:hover
{
	text-decoration:underline;
}
.userComment .approve, .userComment .reject, .userComment .view {
padding-left: 20px;
}
.userComment .approve {
background: url(../images/tick.png) center left no-repeat;
}
.userComment .reject {
background: url(../images/delete.png) center left no-repeat;
}
.userComment .view  {
background: url(../images/magnifier.png) center left no-repeat;
}


#loginForm
{
	position:relative;
	clear:both;
	background-color:#FEF6BD;
	font-size:12px;
	margin-bottom:5px;
	padding:5px 10px;
	line-height:25px;
}


#loginForm input
{
	position:absolute;
	right:0px;
	font-size:12px;
	margin:5px;
	width:100px;
	clear:both;
}

#loginForm input[type=submit]
{
	width:50px;
}

#loginForm a.strong
{ 
	clear:both; 
	font-weight:bold;
		color: #0C3183;
}

#loginForm a.weak
{ 
	clear:both; 
	font-weight:bold;
	font-size:10px;
		color: #0C3183;
}
.userForm {
	font-size:12px;
	color:#0C318C;
font-family:Arial,Helvetica,sans-serif;
}
.userForm input {
	font-size:12px;
	color:#0C318C;
font-family:Arial,Helvetica,sans-serif;
}
.userForm textarea 
{
	width:435px;
	height: 70px;
	margin: 10px 0;
	color:#0C318C;
	font-size: 11px;
font-family:Arial,Helvetica,sans-serif;
}
.userTemplate textarea {
width: 445px;
}

#userMessageForm{}

#userArticleForm{}

#userCommentForm{
	background-color:#FEF6BD;
	padding:5px 10px 10px;
}
#userCommentForm h3 { 
	padding:0px 0px 5px;
}
#userComments label {
color: #0d318c;
padding: 5px;
}
.userTemplate .reveal-hidden 
{}

.userTemplate .reveal-teaser 
{margin-top: 5px;}

.userTemplate .reveal 
{float: left;}

#userTemplate h3 {
line-height: 10px;
margin: 0 0 5px;
padding: 0;
}

#recaptcha_area, #recaptcha_table
{
	margin:auto;
}