form ul {
	width: 400px;
	font-size: 80%;
}

form ul li {
	margin: 0px auto;
	width: 325px;
	height: 30px;
}

form ul#myWarehouses-tablePaginaterClone li{
	width: auto;
}

form ul li.textareaContainer {
	margin: 0px auto;
	width: 325px;
	height: 75px;
}

form ul li.textareaContainerSuccess {
	margin: 0px auto;
	width: 325px;
	height: auto;
	font-size: 125%;
}

form ul li div.label {
	width: 150px;
	float: left;
}

form ul li div.radius {
	width: 130px;
}

form ul li div.labelfixed {
	float: left;
	width: 145px;
	overflow: auto;
}

form ul li div.labelfixedheight {
	float: left;
	width: 145px;
	height: 30px;
	/*overflow-x: auto;*/
	overflow-y: auto;
}

form ul li div.labelfixedwide {
	float: left;
	width: 316px;
	height: 80px;
	border: 1px solid #A8A8A8;
	padding: 5px;
	overflow: auto;
}

form ul li div.labelfixedwideshort {
	float: left;
	width: 316px;
	height: 40px;
	border: 1px solid #A8A8A8;
	padding: 5px;
	overflow: auto;
}

form ul li div.labelimg {
	float: left;
}

form ul li div.labelbool {
	float: left;
	width: 30px;
}

form ul li input.text {
	width: 147px;
}

input#ceilingHeight, input#area {
	width: 75px;
}

#phone {
	width: 100px;
}

#phoneExt {
	width: 35px;
}

form ul li select {
	width: 154px;
}

div.formMessages{

	width:325px;
	margin-left:50px;
	
}

div.widerFormMessages{
	
	width:325px;
	margin-left:50px;
}

div#right{
	margin-right: 95px;
	width: 265px;
	float: right;
}

div#left{
	float: left;
}

div.required{
	margin-left: 45px;
	font-size: 70%;
}

form div.tealbox ul{
	width: 265px;
}

form div.tealbox ul li{
	width: 215px;
	height: 20px;
}

input#search_button {
	width: 60px;
	height: 35px;
	background-image: url('../images/search_button.png');
	background-repeat: no-repeat;
}

input#submit_button {
	width: 60px;
	height: 35px;
	background-image: url('../images/submit_button.png');
	background-repeat: no-repeat;
}


input#save_button {
	width: 60px;
	height: 35px;
	background-image: url('../images/save_button.png');
	background-repeat: no-repeat;
}

input#delete_button {
	width: 60px;
	height: 35px;
	background-image: url('../images/save_button.png');
	background-repeat: no-repeat;
}

input#back_button {
	width: 60px;
	height: 35px;
	background-image: url('../images/back_button.png');
	background-repeat: no-repeat;
}

input#post_button {
	width: 50px;
	height: 35px;
	background-image: url('../images/post_button.png');
	background-repeat: no-repeat;
}

input#edit_button {
	width: 50px;
	height: 35px;
	background-image: url('../images/edit_button.png');
	background-repeat: no-repeat;
}

ol.error{
	list-style-type:decimal;
	color:red;
	padding-top:5px;
	padding-bottom:5px;
}

ol.success{
	
	list-style-type:decimal;
	color:green;
	padding-top:5px;
	padding-bottom:5px;
}

xdiv.error{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}
