@charset "utf-8";
#logincontainer {
	margin-top: 0px;
}
h3.orangetitle {
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}

h3.redtitle {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}

h3.greentitle {
	color: #009900;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}

#global ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#local ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hosting ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#global {
	float: left;
	width: 187px;
	margin-right: 15px;
	background-color: #FFF3F3;
	border: 1px solid #FFB0B0;
	margin-bottom: 15px;
	height: 310px;
	padding: 10px;
}
#local {
	float: left;
	width: 187px;
	background-color: #FFF7EA;
	border: 1px solid #FFBD5D;
	margin-bottom: 15px;
	height: 310px;
	padding: 10px;
}
#hosting {
	float: left;
	width: 187px;
	margin-right: 15px;
	background-color: #F9FFEC;
	border: 1px solid #7BE540;
	margin-bottom: 15px;
	height: 310px;
	padding: 10px;
}

#global p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#local p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#hosting p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#global a:link, #global a:visited, #global a:active {
	padding-left: 25px;
	background-image: url(../images/common/red_arw.gif);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}
#global a:hover {
	text-decoration: underline;
}

#local a:link, #local a:visited, #local a:active {
	padding-left: 25px;
	background-image: url(../images/common/yellow_arw.gif);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}
#local a:hover {
	text-decoration: underline;
}

#hosting a:link, #hosting a:visited, #hosting a:active {
	padding-left: 25px;
	background-image: url(../images/common/green_arw.gif);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	text-decoration: none;
}
#hosting a:hover {
	text-decoration: underline;
}
