@charset "utf-8";
/* CSS Document for Storyteller */
body {
	background-color:green;
	color: black;
	width:1000px;
}
#storyform{
	padding:15px;
	visibility:visible;
}
h1{
	background-color:#663300;
	color:black
	}

input[type="text"], input[type="button"], input[type="reset"], select{
	position:absolute;
	left:200px;
}
input[type="text"] {
	background-color:#ccccCC;
	color:#663300;
	font-weight:bold;
	position:absolute;
	left:200px;
}
input[type="button"] {
	background-color:#663300;
	size: 22px;
	font-weight: bold;
	color: #663300;
	width:134px;
}
form, h1, input[type="button"], input[type="text"]{
	border:black 2px solid;
}
select, input[type="text"], input[type="button"] 
{ 
    position:absolute; 
    left:323px; 
}
#createStory 
{ 
background-color: #663300; 
size: 22px; 
font-weight: bold; 
color: #CCCCCC; 
width:134px; 
}
/*#story {
	visibility:hidden; 
	position:absolute;
	top:71px;
}*/

/* appplies to just the class */
.highlight {
	font-weight: bold;
	color: yellow;
}
.floatRight {
	float: right;
	margin: 5px;
	margin-right: 0px;
}

/* applies to just the id */
#genderlist{
	color: #663300;
	font-style: italic;
	}
	
.floatLeft {
  float:left; /*Float img left, wrap text right */
  margin:10px; /*Sets gap between image, text */
  margin-left:0px;/*Resets edge of page on left */
  width:500; 
  height:215;
}	
	
