﻿#sidecomment
{
	float : right;
	width : 275px;
	height : 280px;
	margin-bottom: 10px;
	background-color : White;
}

#editprofile
{
	float : left;
	width : 350px;
	height : 280px;
	margin-bottom: 10px;
	background-color : White;
}

fieldset
{
		border : none;
}

label
{
	display : block;
	float : left;
	width : 120px;
}

input
{
	width : 200px;
}

select
{
	width : 200px;
}

textarea
{
	width : 470px;
	
}

.submit
{
	width : 50px;
}