* {
	padding: 0;
	margin: 0;
}

body {
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
}

.ui-widget{
	font-size: 12pt;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.box-align-center{
	margin: 0 auto;
}

.clear{
	clear:both;
}

.medium-text-input{
	width : 300px;
}

.medium-text-input > input{
	width : 300px;
}

.large-text-input{
	width : 500px;
}

.large-text-input > input{
	width : 500px;
}

.error{
	color: red;
}

.no-display{
	display: none;
}

.column1{
	text-align: left;
	padding-right: 5px;
}

.column2{
	text-align: left;
}

.bold{
	font-weight: bold;
}

.nowrap{
	white-space:nowrap;
}