body
{
	background-color: #b6b6b6;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12pt;
}

h1, h2, h3, h4, h5
{
	margin-top:0;
	margin-bottom: 5px;
	font-family: arial black, arial;
	text-align: center;
}

div.field
{
	margin-bottom: 5px;
}

span.suffix
{
	font-weight: bold;
}

input[type=text]
{
	display: inline-block;
	background-color: #efefef;
	margin-left: 0px;
	width: 250px;
}

input[type=text].small
{
	width: 200px;
	text-align: right;
}

input[type=text].color
{
	font-weight: bold;
	padding: 2px 6px;
	width: 68px; /*80*/
	height: 26px; /*30*/
	border-style: none;
	background-color: #ffffff;
    background-image: url(../images/color_frame-80x30.png);
    background-repeat: no-repeat;
}

fieldset
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

legend
{
	font-style: italic;
}

label
{
	font-family: Arial !important;
	background: transparent;
	display: inline-block;
	width: 140px;
	vertical-align: top;
}

#content
{
	position: relative;
	width: 766px;
	margin: 0 auto 40px;
	text-align: left;
	background-color: transparent;
}

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

#panel
{
	position: relative;
	width: 728px;
	margin: 1em auto 0;
	background-color: #619feb;
	border: 1px solid #000000;
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#userstyle
{
	width:60%;
	float:left;
	background-color: #c7c6b5;
	padding-bottom:10px;
	padding:1em;
	border: 1px solid #000000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#links
{
	margin-top: 1em;
	padding: 4px;
	background-color: #e6edb4;
	border: 1px solid #000000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form#try_form
{
}

textarea#style_code
{
	width: 95%;
	height: 200px;
	white-space: pre;
	overflow: scroll;
	margin-top:10px;
	padding: 10px 0px 10px 10px;
}

#try_button
{
	display:block;
	margin-top: 10px;
	/*height: 50px;*/
}

#rightside
{
	width: 250px; /*30%;*/
	overflow-x: hidden;
	float:right;
	background-color: transparent; /* transparent */
}

#sample_bg
{
	text-align: center;
	padding:1em;
}

#buttonresults
{
/*
	background-color: #FFFFFF;
	padding-bottom:10px; 
	padding:1em;
	border: 1px solid #000000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
*/
	/*min-height: 200px;*/
}

#cssresults
{
}

#canvasresults
{
}

#ads
{
	margin-top:1em;
	/*
	max-width: 200px;
	min-height: 200px;
	*/
	background-color: transparent;
}

div.sampleButton:last-child
{
	margin-bottom: 0px;
}

#footerInfo
{
	font-size:x-small;
	background: #e3e3e3;
	border-top: 1px solid white;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: .7em .7em .7em 2em;
	text-align: center;
}


/* Button-based styles */
button.cancelAll
{
	margin: 0px auto 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	padding: 1px;
	border-style: solid;
	/* editable below */
	/*
	width: 140px;
	height: 23px;
	font-size: 8pt;
	color: #FFFFFF;
	border-width: 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}

button.cancelAll[type=button]
{
/*
	background-color: #1286eb;
	border-color: #0e67b5;
*/
}

button.cancelAll[type=button]:hover
{ 
/*
	background-color: #0b4575;
	border-color: #1286eb;
*/
}

button.cancelAll[type=button]:active
{ 
/*
	background-color: #1286eb;
	border-color: #0b4575;
*/
}

button.cancelAll[disabled],
button.cancelAll[disabled]:hover
{
/*
	background-color: #6da4d1;
	border-color: #486a85;
	color: #486a85;
*/
}


.my_clip_button
{
	width:150px;
	text-align:center;
	border:1px solid black;
	background-color:#ccc;
	margin:5px;
	padding:5px;
	cursor:default;
	font-size:9pt;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.my_clip_button.hover, .my_clip_button:hover
{
	background-color:#eee;
}

.my_clip_button.active, .my_clip_button:active
{
	background-color:#aaa;
}


