/* CSS Document */
form{
	width:400px;
	margin:auto;
}

#form p{
  margin:3px 0;
}

form label{

}

form input{
	width:400px;
	border:solid 1px #47244b;
	color:#666;
	font-size:1em;
	padding:2px;
	margin:0px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form textarea{
	width:400px;
	height:100px;
	border:solid 1px #47244b;
	color:#666;
	font-size:1em;
	padding:2px;
	margin:0px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form select{
	border:solid 1px #47244b; 
	width:406px;
	color:#666;
	font-size:1em;
	margin:0px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form input.button{
	border:solid 1px #47244b;
	background-color:#f3ecf2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	float:right;
	width:auto;
	margin-top:5px;
}

#profiles{
  width:270px;
	float:left;
}

#profilepics{
  width:200px;
	float: right;
}

#profilepics img{
  width: 200px;
	border:1px solid #47244b;
	margin-bottom:8px;
	padding:0;
}

#more{
  clear:both;
}

div.imwithdw{
	width:480px;
	border-top: 1px solid #47244b;
	padding-top: 10px;
	margin-bottom: 10px;
}

