* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font:.75em/1.5 'Lucida Grande', sans-serif;
	color:#333;
	background:#9AE4E8 url('../img/bg.gif') no-repeat fixed left top;
}
#title{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#title h2{
	margin-top:10px;
	font-size:small;
}



#output{
	margin-top:5px;
	text-align:center;
}

#output p {
	padding:10px;
	font-size:small;
	font-weight:bold;
}

#output p span{
	padding:5px;
}

#img_search{
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

#img_search p{
	margin: 0 auto ;
	width:80%;
	padding:10px;
	border:solid 1px #c0c0c0;
}

#img_search p img{
	margin:3px;
}

#footer {
    margin-top: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: lighter;

    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;

    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}

input {
	font-size: 13px;	
}
.colorbox {
	margin: 0px;
	padding: 0px;
	height: 1.3em;
	width: 1.3em;
	border: 1px solid #000;
	top: -3px;
	position: relative;
}

#arrow {
    margin-top: 8px;
    padding-left: 20px;
}
#main_layout {
    height:800px;
    width:720px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#makeform, #footer {
    background-color:white;
    text-align: center;
    padding-top: 10px;
    color: #000000;
	width:718px;
    font-size: 30px;
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto;
}

#makeform {
    padding-bottom: 10px;
    width:728px;
    font-size: 20px;
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto;
	
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;

    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}

#txtcontainer {
    color:#FFFFFF;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    margin-bottom: 6px;
}

.days {
	font-weight: bold;
}

h1, h5 {
	font-size: 30px;
	font-weight: lighter;
}

h5 {
    margin-top: 1px;
    margin-bottom: 1px;
}

h2 {
    font-size: 25px;
    color: #303030;
    text-align: left;
    margin-bottom: 1px;
    font-weight: lighter;
}

h3 {
    font-family: Georgia,Helvetica,Arial;
    font-size: 10px;
    color: #999999;
    text-align: left;
    margin-top: 1px;
}

h4 {
    font-size: 16px;
    color: #303030;
    margin-bottom: 1px;
    text-align: left;
    margin-top: 1px;
    font-weight: lighter;
}

input.username {
    height: 30px;
    width: 380px;
    text-align: center;
    font-size: 24px;
    color: #999999;
    border: 1px solid;
    border-color: gray;
}
input.option {
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 24px;
    color: #999999;
    border: 1px solid;
    border-color: gray;
}
input.color {
    height: 30px;
    width: 90px;
    text-align: center;
    font-size: 24px;
    color: #999999;
    border: 1px solid;
    border-color: gray;
}
input.button {
border: #000 solid 1px;
display: block
float: left;
height: 27px;
margin: 0px;
padding: 5px;
} 
#footer_a {
    display:inline;
    word-spacing: 2px;
    font-size: 14px;
    padding-left: 10px;
}

a:link, a:visited {
    text-decoration: none;
    color: #0084B4;
}

a.userprofile {
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #0084B4;
}