
/*FORMS*/
label
{
	text-align: right;
	font-weight: bold;
	margin-right: 3px;
	float: right;
}

/*
CSS standard
This will not work in MS IE since it does not have full css support however.
Newer Gecko based browsers and operas do understand it though.
*/
input[type="submit"]
{
	cursor: pointer;
}

