@charset "UTF-8";
/* *** Begin Home Template *** */
#code textarea {
	width: 658px;
}

#code input[type="submit"] {
	padding: 5px 20px 5px 20px;
}

#main h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 5px 0 5px 0;
	float: left;
}


#main form {
	padding: 3px 0 0 0;
	float: left;
	width: 670px; /* IE7 needs this to be happy*/
}

#lines {
	float: right;
	font-size: 2.6em;
	font-weight: bold;
	color: #cccccc;
}

#main span.negative {
	color: #ff0000;
}

#license-item,  #code-button-item, #language-item {
	clear: none;
	float: left;
}

#license-item {
	margin: 0 25px 0 0;
}

#language-item {
	margin: 0 25px 0 0;
}

#code-button-item {
	float: right;
	margin: 5px 0 0 0;
}
/* *** End Home Template *** */