
body, html {
	height: 100%;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #333333;
}

h1 {
	color: #000080;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 0px;
}

h4 {
	color: #002E62;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h5 { color: #000080; font-size: 14px; margin-top: 8px; margin-bottom: 0px; }
p { margin-top: 4px; margin-bottom: 4px;}

a {
	FONT-SIZE: 12px;
	color: #004B97;
	font-family: Arial;
	text-decoration: underline;
}

a:hover {
	color: #C39041;
	text-decoration: none;
}

input {
	background-color: #F8F8F8;
	color: #666;
	font-size: 11px;
	font-family: arial;
	border: 1px solid #7F9DB9; 
	/*margin-left: 15px;*//*margin-left: 15px;*/
}



select { width: 200px; background-color: #f7f7f7; color: #666; font-size: 12px; font-weight: normal; font-family: tahoma; border: 1px #c0c0c0 solid; }
textarea { height: 150px; width: 300px; background-color: #f7f7f7; color: #666; font-size: 12px; font-weight: normal; font-family: tahoma; border: 1px #7F9DB9 solid; }

div#container {
	width: 979px;
	height: 100%;
	margin: auto;
	/*border: 1px solid red;*/
}

div#header {
	width: 100%;
	height: 125px;
	background-image: url(../head.jpg);
	background-repeat: no-repeat;
}

div#main {
	padding: 15px;
	min-height: 60%;
	border: 1px solid #002E63;
	margin-top: 30px;
}

div#footer {
	line-height: 24px;
	text-align: left;
	/*border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;*/
	/*background-image: url(../bghead.jpg);
	background-position: 0 -30px;
	background-repeat: no-repeat;*/
	clear: both;
}

.noborder { border: 0px; background-color: transparent; }
.src { background-color: #E2EDF3; color: #0066CC; font-size: 10px; font-weight: bold; font-family: arial; border: 1px #0066cc solid; vspace:5; hspace:5 ;}
.required { color: Red; }
/*.attributeinput { margin-left: 15px; }*/
table#suscribeform { margin-left: 50px; }
div#inputbutton { padding-top: 25px; padding-left: 240px; clear: both;}
.powered {
	font: arial;
	font-size: 12px;
	text-decoration: none;
	/*letter-spacing: 1px;*/
}

a.powered {
	font: arial;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	text-decoration: none;
	color: #004B97;
}

a.powered:hover {
	text-decoration: underline;
}

.square{
	width: 10px;
	height: 5px;
	/*display: block;*/
	background-image: url(../square.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*border: 1px solid red;*/
	margin: 0 5px 0 5px;
}

button.inpbutton { width: 100px; }
input.inptext { border: 1px solid #22486d; width: 300px; }

/* PoweredByText */
.poweredphplist {font-family: arial, verdana, sans-serif; font-size : 10px; font-weight : normal;}
a:link.poweredphplist,
a:active.poweredphplist,
a:visited.poweredphplist  {font-family: Arial, verdana, sans-serif; font-size : 10px; font-weight : normal; color : #666666; text-align : center; text-decoration : none; }
a:hover.poweredphplist {color : #7D7B7B;}
/* -------------- */

/* index.php */
div#subscribeform { border: 0px solid #ff0000; padding-left: 50px; display: block; padding-bottom: 10px;}

/* subscribelib2.php */
div.missing { }
ul.list { }
li.list { } 
div.listdescription { }
div#lineblock { width: 500px; border-bottom: 1px solid #EAEAEA; display: block; clear: both; }
div#required { color: Red; width: 180px; margin-top: 10px; float: left; }
div#attributename { width: 180px; margin-top: 10px; float: left; }
div#attributeinput { width: 300px; margin-top: 10px; float: left; padding-left: 10px;}
div#attributeinput_required { color: #f00; float: left; }
div#checkname { margin-top: 10px; float: left;}
div#checkbox { margin-top: 10px; float: left;}
div#block { float: left; display: block; /*clear: both;*/}


div#radiosection { margin-top: 10px; float: left; }
div#radioname { float: left;}
div#radiobutton { float: left;}
div#radioblock { display: block; }
input.radio { border: none; background-color: #fff;}
input.checkbox { border: none; background-color: #fff;}
input.attributeinput { }





