/**
 * Form Styles
 *
 * @copyright Byng Systems LLP
 * @version 0.1
 * @package forms
 *
 */
 
 	
	#standard-form
	{
		margin:20px;
		border:0;
		padding:20px;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		
		font-family:Verdana;
		/* Prevent overflow */
		max-width:570px;
		
	
	}
	

	#standard-form legend {
		line-height:3em;
		font-weight:bold;
	}	
	
	#standard-form fieldset {
		position:relative;
		padding:0;
		margin:0;
		border:0;
	}
	
	#standard-form fieldset.hidden {
		display:none;
	}
	
	#standard-form fieldset.show {
		display:block;
	}
	
	table#standard-form {
		width:100%;
	}
	
	#standard-form label {
		float:left;
		width:180px;
		font-weight:bold;
		padding-top:0.5em;
		padding-bottom:0.5em;
		clear:both; /* Allow for high res. viewing without overspill */
	}
	
	
	#standard-form select, #standard-form textarea {
		padding:1px;
		border:solid 1px #CCC;	
	}
	
	
	#standard-form input[type=text]:focus,
	#standard-form input[type=password]:focus,
	#standard-form textarea:focus {
		border:1px solid #555;
		margin-right:0px;
		margin-left:-1px;
		
	
	}


		

	
	
	#standard-form span.asterisk
	{
		font-weight:bold;
		color:#cc0000;
	}
	
	#standard-form .wrap {
		float:left;
		padding-top:0.5em;
		padding-bottom:0.5em;
		width:50%;
	}
		
	#standard-form input
	{
		border:1px solid #ccc;
		background:#FFF;
		padding:5px;
		width:200px;
		
	}
	
	#standard-form select {
		width:212px;
		height:2em;
		border:1px solid #ccc;
	}
	
	#standard-form option {
		padding:0.5em;
	}
	
	#standard-form .go-wrap {
		text-align:right;
	}
	
	#standard-form .go-block {
		text-align:right;
		padding-right:10px;
	}
	
	#standard-form .go, #button .go
	{	
		width:180px;
		height:30px;
		font-weight:bold;
		color:#555;
		border:1px solid #CCC;
		background:#FFFEFE;	
	}
	
	#date select, #date input {
		width:64px;
	}
	
	#standard-form .radio
	{
		width:1.5em;
		border:0px;
		padding:5px;
		height:1.5em;
		display:inline;
		z-index:5;
	}
	
	#standard-form .popList {
		display:none;
		float:left;
		position:relative;
		width:150px;
		background:#FFF;
		line-height:2em;
		width:198px;
		margin-left:-1px;
		border:solid #555 1px;
	}
	
	
	/**
	 * General button styles
	 */
	
	 #button {
	 	margin-top:1em;
	 	margin-bottom:0px;
	 }
	 
	 #button .desc {
		margin-left:2em;
	}
