#home {
	width: 90%;
	height: auto !important;
	margin: auto;
	
}

#home .col{
	min-height: 400px;
	float: left;
	margin: 0px 0px 0px 10px;
}

.colMain{
	width: 500px;
}

.colBorder{
	width: 250px;
}

.ui-selected{
	border-style: dashed;
    border-color: black;
    border-width: 2px;
	margin: 0px;
}

dl.box{
	width: auto ;
	margin: 10px 0px 0px 0px;
}

dl.box dt{
    width: 100%;
	border-style: solid;
    border-color: black;
    border-width: 1px 1px 0px 1px;
    margin: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
	background-color: #5C8DD4;
	background-image: url(images/title_blue.gif);
	color: #EEEEEE;
    cursor: move;
}

dl.box dd{
    width: 100%;
    border-style: solid;
    border-color: black;
    border-width: 1px 1px 1px 1px;
	margin: 0px;
	background-color: #454545;
}

dl.box .content{
    margin: 5px;
}

dl.login{
    width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #454545;
	border-style: solid;
    border-color: black;
    border-width: 1px;
}

dl.login dt{
    clear: both;
    margin: 0px;
	padding: 2px;
    font-weight: bold;
	text-align: center;
	background-color: #5C8DD4;
	background-image: url(images/title_blue.gif);
	color: #EEEEEE;
}

dl.login dt.head{
	border-style: solid;
    border-color: black;
    border-width: 0px 0px 1px 0px;
}

dl.login dt.foot{
	border-style: solid;
    border-color: black;
    border-width: 1px 0px 0px 0px;
}

dl.login dd{
    clear: both;
	margin: 0px;
	padding: 5px;
}



