/*=====================================================================================================================/
	Common HTML Elements
/=====================================================================================================================*/
html, body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	background: Black;
}

body.edit,
body.preview
{
	overflow: hidden;
}

.creator
{
	background: #303030;
	width: 100%;
	color: #E0E0E0;
	position: relative;
}


INPUT,
TEXTAREA,
SELECT
{	
	background: #202020;
	border: solid 1px #808080;
	font-size: 14px;
	font-family: Arial;
	color: #F0F0F0;
	padding: 3px 5px;
	width: 200px;
	
}
INPUT.checkbox,
INPUT.radiobox
{
	width: auto;
	padding: 0;
	border: none;
}

INPUT.wide,
TEXTAREA.wide,
SELECT.wide
{	
	width: 300px;	
}

SELECT.wide
{
	width: 311px;
}

INPUT.radio
{
	width: auto;
}
INPUT.button
{
	width: auto;
	padding: 1px 3px;
	cursor: pointer;
	color: Black;
	background: #E0E0E0;
	border:2px outset white;
}

SELECT
{
	padding: 0;
	height: 23px;
	vertical-align: top;
	width: auto;
}

a img
{
	border-width: 0;
}

a
{
	text-decoration: none;
	color: White;
}


a:visited
{
	color: White;
}


a:active
{
	color: White;
}


a:hover
{
	text-decoration: underline;
}


/*=====================================================================================================================/
	Common Custom Elements
/=====================================================================================================================*/

.instruction
{
}

.instruction .maintitle
{
	font-size: 16px;
	color: #0099ff;
}

.instruction .subtitle
{
	font-size: 14px;
	color: White;
}