

html { }

body {
	color: #6D6D6D;
	font-family: 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#container {
  width: 520px ;
  margin-left: auto ;
  margin-right: auto ;
}

#container-stream {
  width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
}

#logo {
	position: relative;
	top:0px;
	left: 0px;
	height: 100px;
	padding: 20px;
}

#title {
	text-align: center;
	height: 200px;
	padding-top: 20px;
}

#form-area {
	position: relative;
	top:0px;
	left: 0px;
	height: 100px;
}

img.small {
	height: 100px;
}

.left {
	float: left;
}

.right {
	float: right;
	padding-right: 25px;
}

.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

table {
	border: 2px solid black;
}

th, td {
	text-align: left;
	width: 40em;
	padding: 2px;
}

h1 {
	text-align: center; text-shadow: 2px 2px #ffffff;
}