.separador{
	width: 20px;
}
.separador2{
	width: 100px;
}

.readonly{
	background-color: #eeeeee;	
	color: #808080;	
}

.warning{
	background-image: url(images/warning_2.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
}

.error{
	color: red;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
	vertical-align: middle;
}

.w300px {
	width:300px;
}

.w250px {
	width:250px;
}

.w200px {
	width:200px;
}

.w175px {
	width:175px;
}

.w150px {
	width:150px;
}

.w100px {
	width:100px;
}

.w75px {
	width:75px;
}

.w50px {
	width:50px;
}

#container
{
	width: 100%;
	margin: 0 auto;
}

#design
{
	height:18px;
	background-color:#3366CC;
	text-align:center;
	color:white;
	padding-top: 2px;
	margin: 0 auto;
}

#designspace
{
	height:60px;
}

#space
{
	height:30px;
}

#floatleft
{
	float:left;
	text-align:left;
	font-size:12px;
}

#floatright
{
	float:right;
	text-align:right;
	font-size:12px;
}

#aligncenter
{
	text-align:center;
}
