﻿@charset "utf-8";
/* CSS Document for Storyteller */
body {
	background-color:white;
	color: black;
	width:500px;
}
#storyform{
	padding:15px;
	visibility:visible;
}
h1{
	background-color:#6699cc;
	color:#CCCCCC;
	}

input[type="text"], input[type="button"], input[type="reset"], select{
	position:absolute;
	left:200px;
}
input[type="text"] {
	background-color:#ccccCC;
	color:#003399;
	font-weight:bold;
	position:absolute;
	left:200px;
}
input[type="button"] {
	background-color: #0066CC;
	size: 22px;
	font-weight: bold;
	color: #CCCCCC;
	width:134px;
}
form, h1, input[type="button"], input[type="text"]{
	border:#006666 2px solid;
}
select, input[type="text"], input[type="button"] 
{ 
    position:absolute; 
    left:323px; 
}
#createStory 
{ 
background-color: #0066CC; 
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 */
#word10{
	color: blue;
	}
