@charset "UTF-8";

/*
Developer : Clemente Gomez
Website: www.kreativeking.com
*/

/*____________________Reset____________________*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, del, dfn, em, font, img, small, strike, strong,
dl, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Helvetica", "Arial", _serif;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #EFEFEF;
	background: #121212;
}
ol, ul {
	list-style: none;
}

/*____________________Reset End____________________*/

#wrap{
	position: relative;
	top: 60px;
	margin: 0 auto;
	width: 400px;
	height: 500px;
	font-size: 12px;
}

#flashDiv{
	background: #333333;
	margin: 15px 0;
	padding: 5px;
	width: 350px;
	height: 200px;
	border: 1px solid #EFEFEF;
}

input{
	clear: left;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 10px;
	border: 1px solid #EFEFEF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

label{
	clear: left;
	float: left;
	margin: 5px 0;
}

input #input, input #output{
	margin: 5px 0 0 5px;
}

#submitButton{
	position: relative;
	left: -150px;
	clear: none;
	float: right;
}