input.tekst,
textarea
{
	border: 1px solid #066895;
	background-image: url(/nova/static/images/textinputbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2px;
	font-size: 13px;
}

select
{
	border: 1px solid #066895;
	background-image: url(/nova/static/images/textinputbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	background-color: #fff;
	
}



/* comment form */
#commentform 
{
	background-image: url(/nova/static/images/comment_form_bg.gif);
	background-repeat: no-repeat;
	width: 448px;
	
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 40px 8px 8px 8px;
	
}
	
	#commentform .fieldgrp 
	{
		margin-bottom: 8px;
		width: 448px;
		clear: both;
		display: block;
		
		overflow: hidden;
	}
	
	#commentform .fieldgrp label 
	{
		float: left;
		display: block;
		color: #fff;
		text-shadow: #0095db 0 0 0;
		width: 150px;
		font-size: 13px;
		line-height: 18px;
	}
	
	#commentform .fieldgrp img
	{	
		float: left;
	}
	
	#commentform .fieldgrp .tekst 
	{
		width: 291px;
		float: left;
	}
	
	#commentform .fieldgrp p 
	{
		color: #FFF;
	}
	
	#commentform .fieldgrp .checkbox
	{
		float: left;
		margin: 4px 8px 0 0;
	}
	
	#commentform .submitfield
	{
		margin-top: 20px;
		overflow: hidden;
	}
	
	#commentform .submitfield label
	{
		font-size: 11px;
		
	}
	
	#commentform .fieldgrp textarea 
	{
		width: 291px;
		height: 80px;
	}
	
	#commentform .fieldgrp .captcha 
	{
		width: 142px;
		margin-left: 8px;
	}
	
	#commentform  .fieldgrp #notifyfield 
	{
		margin-left: 150px;
		clear: both;
		display: block;		
	}
	
		#commentform  .fieldgrp #notifyfield label
		{
			width: 250px;					
		}
		
	#commentform #commentbutton
	{
		color:#FFF;
		width: 149px;
		height: 25px;
		float: right;
	}

	#commentform p.js-error {
		background-color: #DA3F26;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px;
		color: #FFF;
		margin-bottom: 8px;
		padding: 4px 8px 6px;
		display: none;
	}

	#commentform .error
	{
		border-color: #DA3F26
	}

	#commentform .errors li
	{
		background-color: #DA3F26;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px;
		color: #FFF;
		margin-bottom: 8px;
		padding: 4px 8px 6px;
	}

	#commentform .succes {
		background-color: #67DA25;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px;
		color: #FFF;
		margin-bottom: 8px;
		padding: 4px 8px 6px;
		display: none;
	}

	#commentform #charlimitinfo {
		font-size: 13px;
		color: #FFF;
	}

/* upload form */

#storyform {
	margin-top: 30px;

}
#storyform legend {
	font-weight: bold;
	color: #333;
	text-shadow: #fff 0 0 0;
	font-size: 13px;
	padding: 4px 0 8px 0;	
}
#userdetail 
{
	margin-top: 5px;
}
#userdetails, #storydetails
{
	margin-top: 8px;
	background-image: url(/nova/static/images/content_blueform_bg.gif);
	background-repeat: repeat-y;
	
	padding-top: 12px;
	padding-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 16px;

	
}

	#storydetails .succes
	{
		width: 430px;
		background-color: #67DA25;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px;
		color: #FFF;
		margin-bottom: 8px;
		padding: 4px 8px 6px;
	}

	#userdetails .fieldgrp 
	{
		margin-bottom: 8px;
		width: 100%;
		clear: both;
		display: block;		
		overflow: hidden;
	}
	
	#userdetails .fieldgrp label 
	{
		float: left;
		display: block;
		color: #FFF;
		width: 150px;
		font-size: 12px;
		line-height: 18px;
		
	}
		
	#userdetails .fieldgrp input 
	{
		width: 291px;
		float: left;
	}

	#userdetails .submitfield
	{
		margin-top: 16px;
		margin-bottom: 0;
	}

	#userdetails  .fieldgrp span#cancel, span#cancel a 
	{
		color: #fff;
		font-size: 13px;
	}
	#userdetails  .fieldgrp span#cancel 
	{
		margin-left: 5px;
		line-height: 24px;
	}
	#userdetails  .fieldgrp span#cancel a
	{
		text-decoration: underline;
	} 		
		#userdetails  .fieldgrp #notifyfield label
		{
			width: 250px;					
		}
		
	#userdetails #sendbutton
	{
		margin-left: 150px;
		color:#FFF;
		width: 89px;
		height: 24px;
	}

#picture 
{
	margin-top: 5px;
}

#storydetails label 
{
		display: block;
		color: #FFF;
		font-size: 12px;
		margin-bottom: 	5px;
}

#storydetails #story
{
	width: 440px;
}
	#storydetails #fileupload input.file 
	{
		margin-right: 5px;
	}

	#userdetails .error, #storydetails .error {
		width: 425px;
		background-color: #DA3F26;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13px;
		color: #FFF;
		margin: 8px 0px 8px 0px;
		padding: 4px 8px 6px;
	}

/* statement */
#statementform 
{
	margin-top: 0;
	margin-bottom: 16px;
	width: 464px;
	
	background-image:url(/nova/static/images/statement_bg.gif);
	background-repeat: repeat-y;
}
#statementform #topbg
{
	background-image:url(/nova/static/images/statement_top_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0;
	width: 464px;
}

#statementform #argument_id,
#statementform #action
{
	display: none;
}

	#statementform	div#statement
	{
		background-image:url(/nova/static/images/statement_bg.gif);
		background-repeat: repeat-y;
		padding: 7px 7px 16px 7px;
		color: #FFFFFF;
		
		width: 450px;
	}
	#statementform div#statement p
	{
		font-family: Georgia;
		font-size: 18px;
		font-style: italic;
		line-height: 22px;
		margin-bottom: 15px;
	}
	#statementform  div#statement #results 
	{
		height: 33px;
		padding-bottom: 5px;
	}
	#statementform  div#statement .buttons
	{		
		margin-top: 20px;
		width: 450px;
		height: 33px;
		background-image: url(/nova/static/images/statement_buttons.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		overflow: hidden;		
	}
		#statementform  div#statement input
		{
			float: left;
			width: 225px;
			background-color: transparent;
			color: #fff;
			font-size: 13px;
			background-image: url(/nova/static/images/statement_buttons.jpg);
			background-repeat: no-repeat;
			background-position: left bottom;
			padding: 6px 0 4px 0;
			cursor: pointer;
		}
		
		#statementform #eens,
		#statementform #oneens
		{
			padding-top: 10px;
			height: 30px;
		}
		
		#statementform  div#statement #result
		{
			height: 16px;
			background-image: url(/nova/static/images/statement_result_dotted_bg.gif);
			background-repeat: repeat;		
		}
		#statementform  div#statement #resultnumbers
		{
			margin-bottom: 5px;
			clear: both;
			overflow: hidden;
		}
			#statementform  div#statement #resultnumbers span
			{
				font-weight: bold;
				float: left;
			}
			
			#statementform  div#statement #resultnumbers span#notagree
			{
				float: right;
			
			}
		#statementform  div#statement #resultbar
		{
			background-color: #FFF;
			width: 67%; height: 16px;
		}
			
			#userdetail .fieldgrp .radiogrp {
				width: 291px;
				}
				#userdetail .fieldgrp .radiogrp li {
					color: #FFF;
					display: inline;
					float: left;
					padding: 0;
					margin-right: 10px;
					}
					#userdetail .fieldgrp .radiogrp li input {
						width: 10px;
						margin-top: 6px;
					}
