/* 

Copyright (c) 2008-2009, Packawhallop, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to  deal  in 
the Software without restriction, including without limitation  the  rights  to 
use, copy, modify, merge, publish, distribute, sublicense, and/or  sell  copies 
of the Software, and to permit persons to whom the Software is furnished to  do 
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in  all 
copies or substantial portions of the Software.

The software is provided "as is", without  warranty of  any  kind,  express  or 
implied, including but  not  limited  to  the  warranties  of  merchantability, 
fitness for a particular purpose and noninfringement. In no event shall authors
or copyright holders be liable for  any  claim,  damages  or  other  liability, 
whether in an action of contract, tort or otherwise, arising from, out of or in
connection with the Software or the use or other dealings in the Software.

*/ 

fieldset { 
	width: 100%; 
	border: 1px solid #AFAAB3;  
} 

fieldset legend { 
	font-weight: bold; 
} 

fieldset legend span { 
	font-weight: normal; 
	color: #6D7C7D; 
}

.form { 
	width: 100%; 
} 

.form .row, .left .row, .right .row { 
	width: 100%; 
	float: left; 
	margin-top: 5px; 
	margin-bottom: 9px; 
	clear: left; 
} 

.form fieldset { 
	float: left; 
	clear: left; 
} 

.form .row .top-label-bottom-field, .left .row .top-label-bottom-field, .right .row .top-label-bottom-field { 
	float: left; 
	margin-right: 11px; 
} 

.form .row .left-label-right-field, .left .row .left-label-right-field, .right .row .left-label-right-field { 
	float: left; 
} 

.form .row .right-label-left-field, .left .row .right-label-left-field, .right .row .right-label-left-field { 
	float: left; 
} 

.form .row .top-label-bottom-field .label, .left .row .top-label-bottom-field .label, .right .row .top-label-bottom-field .label { 
	font-weight: bold; 
	padding-bottom: 3px; 
	text-align: left; 
} 

.form .row .top-label-bottom-field .field, .left .row .top-label-bottom-field .field, .right .row .top-label-bottom-field .field { 
	text-align: left; 
} 

.form .row .left-label-right-field .label, .left .row .left-label-right-field .label, .right .row .left-label-right-field .label { 
	float: left; 
	font-weight: bold; 
	padding-top: 0.43em; 
	padding-right: 11px; 
	text-align: left; 
	width: 105px; 
} 

.form .row .left-label-right-field .field, .left .row .left-label-right-field .field, .right .row .left-label-right-field .field { 
	float: left; 
	text-align: left; 
	/* width: 344px; */
} 

.form .row .right-label-left-field .field, .left .row .right-label-left-field .field, .right .row .right-label-left-field .field { 
	float: left; 
	text-align: left; 
} 

.form .row .right-label-left-field .label, .left .row .right-label-left-field .label, .right .row .right-label-left-field .label { 
	float: left; 
	padding-top: 0.43em; 
	padding-left: 11px; 
	font-weight: normal; 
	text-align: left; 
} 

.form .row .field .overflow { 
	/* width: 530px; */
	height: 75px;
	border-top: #333 1px solid; 
	border-right: #eee 1px solid; 
	border-bottom: #eee 1px solid; 
	border-left: #333 1px solid; 
	overflow: auto; 
} 

.form .row .overflow .half-row { 
	width: 260px; 
	float: left; 
	font-weight: normal; 
	text-align: left; 
} 

.form .row .label .mandatory, .left .row .label .mandatory, .right .row .label .mandatory { 
	color: #BC110A; 
	font-weight: bold; 
} 

.list .row { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	float: left; 
	clear: left; 
} 

.list .row .header { 
	text-align: left; 
	font-weight: bold;
	vertical-align: bottom; 
	float: left; 
} 

.list .row .item { 
	text-align: left; 
	float: left; 
} 