| @CHARSET "UTF-8";
body {
  background-color: #9FB8C4;
}
h1{
  padding-left: 5px;
}
form {
  padding-left: 5px;
}
input, select, textarea{
	float:right;
}
em{
	float:left;
}
div#container {
  background-color: #CDDEE7;
  width: 500px;
  border: solid 1px #CCCCCC;
  margin-left:auto;
  margin-right:auto;
  height: 300px;
}
div#data {
  float: left;
  width: 100%;
}
/*from PHPClassForm.php*/
.submitButton{
	float:left;
	margin:20px 0px 10px 5px;
}
.resetButton{
	float:right;
	margin:20px 5px 10px 0px; 
}
 |