INPUT
{
	width: 100px;
}

INPUT.submit
{
	width: 120px;
}

INPUT.REGI
{
	width: 150px;
}

INPUT.file
{
	width: 200px;
}


INPUT.url
{
	width: 250px;
}




DIV.formleft
{
	float: left;
	xbackground-color: red;
	width: 250px;
}


DIV.formright
{
	float: left;
	xbackground-color: red;
	width: 220px;
}


DIV.title
{

}

DIV.input
{
	margin: 0px 0px 5px 0px;
}

DIV.titlelong
{
	float: left;
	width: 75px;
	margin: 0px 0px 0px 0px;
}

DIV.titlelong2
{
	float: left;
	width: 100px;
	margin: 4px 0px 0px 0px;
}

DIV.inputlong
{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
}


DIV.profilepik
{
	float: left;
	width: 150px;
	padding: 0px 0px 5px 10px;
	xbackground-color: blue;
}


DIV.profileinfo
{
	float: left;
	width: 500px;
	padding: 15px 0px 0px 0px;
	xbackground-color: blue;
}



BR.clear
{
	clear: both;
}


















