* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
}
label {
	cursor: pointer;
}

a { text-decoration: underline; color: #0000FF; }
a:hover { text-decoration: none; color:#006699; }

#portal {
	width: 950px;
	text-align: left;
	margin: auto;
}

#portal-top {
	width: 930px;
	height: 80px;
	padding: 10px;
	margin-top: 10px;
}
#portal-top img {
	width: 218px;
	height: 70px;
	border: none;
	margin-right: 50px;
}
#portal-top h1 {
	float: left;
	font-size: 28px;
	color: #666666;
	line-height: 70px;
}

#portal-content {
	width: 930px;
	background:url(../IMAGES/_web/top_bg.jpg) top center no-repeat;
	padding: 10px;
	padding-top: 25px;
}

#portal-content p {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 15px;
}

#portal-content fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 10px;
}
#portal-content fieldset legend {
	background: #FF9900;
	padding: 3px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#portal-content fieldset table th {
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
#portal-content fieldset table td {
	font-size: 10px;
	color: #999999;
}	

#portal-content fieldset.inputs table tr, #portal-content fieldset.store table tr {
	height: 20px;
}
#portal-content fieldset.inputs input, #portal-content fieldset.inputs select, #portal-content fieldset.store input, #portal-content fieldset.store textarea {
	width: 160px;
	border: 1px solid #999999;
	font-size: 12px;
	color: #666666;
}
#portal-content fieldset.store input, #portal-content fieldset.store textarea {
	width: 420px;
}
#portal-content fieldset.store textarea {
	height: 80px;
}
#portal-content fieldset.terms table td {
	font-size: 12px;
	color:#666666;
	line-height: 1.3em;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
}
#portal-content fieldset.terms table th {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
	padding-right: 10px;
}

.button {
	background:url(../../IMAGES/_web/register.png) no-repeat;
	width: 135px;
	height: 27px;
	border: none;
	margin: 15px 10px;
	cursor: pointer;
}

.button-login {
	background:url(../../IMAGES/_web/login.png) no-repeat;
	width: 108px;
	height: 27px;
	border: none;
	cursor: pointer;
}

.button-send {
	background:url(../../IMAGES/_web/send.png) no-repeat;
	width: 70px;
	height: 27px;
	border: none;
	cursor: pointer;
}

.half-fieldset {
	width: 420px;
	float: left;
}

.login-fieldset { width: 500px; font-size:12px!important; }
.login-fieldset a { font-size: 12px; }

.num { width: 25px!important; }
.zip { width: 61px!important; }
.description { height: 90px!important; }


.message {
	padding: 15px;
	margin: 30px 15px;
	font-size: 12px;
	color:#333333;
	border-left: 5px #E4E4E4 solid;
}

.message h2 {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}
.message .icon {
	width: 36px;
	height: 36px;
	border: none;
	margin: 5px 0px;
	margin-right: 15px;
}
.message ul { margin-left: 10px; }
.message li {
	list-style:square inside;
}
.message p {
	padding-left: 0px!important;
}

#portal-footer {
	width: 950px;
	height: 40px;
	border-top: 2px solid #E5E5E5;
	color:#666666;
	padding: 7px 20px;
	font-size: 12px;
}
