@CHARSET "UTF-8";

body  {
   background-color: black;
}

div {
	font-family: Times, serif;
	font-size: 13px;
}

h1 {
	color: ff0099;
	font-family: courier, serif;
	font-size: 18px;	
}

h7 {
	color: 000000;
	font-family: Times, serif;
	font-size: 20px;	
}

#intro {
	position: relative;
    top: 150px;
    left: 380px;
    background-image: url(background_content.png);
	background-repeat: repeat;
	width: 530px;
	height: 250px;
	padding: 10px;
	visibility: visible;
}

#container {
	position: relative;
    background-image: url(petition-background.jpg);
    width: 1024;
    height: 683;
    text-align: left;
}

#content {
	position: relative;
    top: 100px;
    left: 420;
	background-image: url(background_content.png);
	background-repeat: repeat;
	width: 550px;
	height: 530px;
	padding: 10px;
	visibility: visible;
}

#petition1 {
	position: relative;
    top: 100px;
    left: 25px;
	background-image: url(background_content.png);
	background-repeat: repeat;
	width: 450px;
	height: 550px;
	padding: 10px;
	visibility: visible;
}

#petition2 {
	position: absolute;
    top: 100px;
    left: 525px;
	background-image: url(background_content.png);
	background-repeat: repeat;
	width: 450px;
	height: 480px;
	padding: 10px;
	visibility: visible;
}

#links {
    position: absolute;
    top: 30px;
    left: 380px;
    padding: 4px;
    text-align: left;
    width: 600px;
    border-style: solid;
    border-width: 0px;
    border-color: ff0099;
    background-image: url(background_content2.png);
	background-repeat: repeat;
}

#validationMessage1 {
	position: absolute;
    top: 425px;
    left: 235px;
    padding: 4px;
    text-align: left;
    width: 180px;
    border-style:  solid;
    border-width: 1px;
    border-color: red;
    color: red;
    visibility: hidden;
}

#validationMessage2 {
	position: absolute;
    top: 345px;
    left: 245px;
    padding: 4px;
    text-align: left;
    width: 180px;
    border-style:  solid;
    border-width: 1px;
    border-color: red;
    color: red;
    visibility: hidden;
}

#previous {
	position: absolute;
	top: 200px;
	left: 24px;
}

#previous a {
	font-size: 300px;
	text-decoration: none;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#next {
	position: absolute;
	top: 200px;
	left: 820px;
}

#next a {
	font-size: 300px;
	text-decoration: none;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

a {
	color: #ff0099;
	font-weight: bold;
	font-size: 22px;
}

a:ACTIVE {
	color: #00ffff;
}

a:HOVER {
	color: #00ffff;
}

#content a {
	color: red;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#content a:HOVER {
	color:red;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

#petition1 a {
	color: red;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#petition1 a:HOVER {
	color:red;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

#petition2 a {
	color: red;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#petition2 a:HOVER {
	color:red;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

#intro a {
	color: red;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#intro a:HOVER {
	color:red;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

fieldset {
	padding: 10px;	
}
