﻿


/*** FIELDSETS AND LEGENDS ***/

	
	form fieldset
		{

		border: 1px solid #BFBAB0;		
		background-color: #F2EFE9;		
		background-repeat: repeat-x;		
		background-color: #fff;
		background-position:bottom;
		
		float: left;
		clear: both;
		width: 100%;
		
		}

.has-error {
color:crimson;
}

	form fieldset.submit
		{
		padding: 0px 10px 10px 190px;
		border-style: none;
		
		background-color: transparent;
		background-image: none;
		
		float: none;
		width: auto;
		
		}
	
	form .error{
		color: #c00;
		}
		
	form label.error
		{
		
		font-size: 100%;
		font-weight: bold;
		font-variant:small-caps;
		
		display: none;

		margin:8px 0px 0px 180px;
		padding:3px 0px 0px 5px;
		border-top:1px dotted #ccc;
		color:crimson;
		clear:both;
		}
		
	form label.info{
		font-size: 100%;
		font-weight: bold;
		font-variant:small-caps;
		
		margin:8px 0px 0px 180px;
		padding:3px 0px 0px 5px;
		}

	form fieldset fieldset,
	form .group
		{
		width:200px;
		
		margin: 0;
		border:none;
		
		background:none;
		
		float:left;
		clear: none;
		
		}


.form-control-feedback  {
color:crimson;
padding-left:7%;
}

