@charset "utf-8";
/* CSS Document */

body {	
		background-color:#FFFFCC;
		padding:1em;
		margin:0;
}
img#title {
		float:left;
}
img#logo {
	 	position:absolute;
		top:10px;
		right:1em;
}
fieldset#feedback {
		clear:both;
		margin-top:100px;
		position:relative;
}
p#message {
		margin-top:1em;
		margin-right:2em;
		float:left;

}
p#email {
		margin-top:1em;
}
p#reply {
		position:relative;
		left:2em;
		margin-top:2em;
}
p#submit {
		position:relative;
		left:2em;
		margin-top:5em;
}
p#error {
		color:red;
}

p#confirm {
		clear:both;
		margin-top:100px
}
p.check-info {
		margin-left:5em;
		font-weight:bold;
		color:#000099;
}
p.check-info + p {
		margin-left:10em;
		font-weight:normal;
		color:#000000;
		width:600px;
		overflow:auto;
}
input#send {
		margin: 3em 2em 0 5em;
}

table#time {
		clear:both;
		float:right;
		text-align:right;
		font-size:smaller;
}
table#time td {
		padding-top:0;
		padding-bottom:0;
}
p#thanks {
		clear:both;
		margin-left:3em;
}
p#closer {
		margin-top:7em;
		text-align:center;		
}
p#closer a {
		color:blue;
}
p#closer a:visited {
		color:blue;
}


