@import url( ../../../stylesheets/base.css );


div#account {
	padding:			30px 0 0 50px;
}

div#account div.intro {
	float:				left;
	width:				230px; 
	height:				auto;
	margin-right:		50px;
}

div#account div#naw {
	float:				left;
	width:				230px; 
	height:				auto;
}

div#form-title {
	height:				20px;
	padding-left:		50px; 
	margin-top:			20px;	
	background-color:	#727171;
}

div#form-title strong {
	float:				left; 
	display:			block; 
	width:				230px; 
	margin-right:		50px; 
	color:				#FFF;
}

div#form {
	padding:			15px 0 20px 50px;
	background-color:	#A7A7A7;	
}

div#form div.row {
	float:				left; 
	width:				230px;
	margin-right:		50px; 
	color:				#FFF;
}

div#form div.row a { 
	color:				#FFF; 
}

div#form div.row fieldset label.title { 
	margin-top:			5px; 
}

div#form div.row fieldset input.text { 
	width:				100%; 
	padding:			2px; 
}
