/*** 

	Home page elements 
	
********/
div.home-mod {
    clear:both;
    height:320px;
}
div.home-mod img {
	border:5px solid #2a5f8b;	
}
div.col1 {
	width:580px;
	float: left;
	margin-top:15px;
}
div.col2 {
	width:400px;
	float:right;
	text-align: center;
	padding-right:15px;
}
div.login {
	background: #f5f0df url(http://prostarlogistics.starlinginteractive.com/images/bgd-login.jpg) bottom left repeat-x;
	border-top:1px solid #c2bfb3;
	border-bottom:1px solid #c2bfb3;
	width:305px;
	float:right;
	margin-top:25px;
	padding:15px 0 15px 8px;
}
div.login h1 {
	font-size:20px;
	padding-bottom:5px;
	padding-right:5px;
	width:160px;
	color: #564446;
	background: transparent url(http://prostarlogistics.starlinginteractive.com/images/ic-arrow-login.jpg) right no-repeat;
}
div.login input {
	border:1px solid #aaa;
	padding:3px;
	width:180px;
}
div.login label {
	margin:0 0 0 15px;
	display: block;
	width:70px;
	float: left;
	color: #564446;
}
div.login p {
	padding:5px 0;
}
div.login p span a {
	font-size:12px;
	color:#564446;
	margin-left:85px;
}
div.login p input.go {
	float: right;
	margin-right:30px;
	background: #7b6d6c;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	width:auto;
	cursor: pointer;
}
div.register {
	clear: both;
	float:right;
/*
	position: relative;
	top:-60px;
*/
}
div.register a.register {
	position: relative;
	top:18px;
}
