﻿/* GENERAL OR ANONYMOUS ELEMNT STYLES */

fieldset div {
	float: left;
	padding: 4px;
}

fieldset {
	/* float: left; */
	border:0;
	margin:0;
	padding:0 0 4px 0;
}

div.big_number {
	position:absolute;
	top:-15px;
	left:-15px;
	color: #fff;
	width:94px;
	height:94px;
	text-align:center;
	background:transparent url('img/star.png') no-repeat;
	padding:20px 0 0 3px;
}
.big_number h1{
	font-size: 40px;
	margin:0;
	padding:0;
	color:#000;
}
.big_number span{
	font-size: 12px;
	margin:0;
	padding:0;
	color:#000;
}

.category {
	font-weight: bold;
	color: green;
}


/* STYLES FOR CREATE.LASSO, LIST CREATION PAGE */

.create input[type=text] {
	/* had to apply width inline, conflict with default.css */
}

.create textarea {
	width: 500px;
	height: 50px;
}

.create select {
	width: 242px;
}
.create .error_flag {
	display:inline-block;
	float:none;
}


.create_row {
	position:relative;
	clear: both;
	margin: 0;
	padding: 4px 0;
	border-top: 1px dotted #fff;
}

.create_row.odd {
	background-color:#9ed065;
	border-left:2px solid #333;
	border-right:2px solid #333;
}

.create_row.even {
	background-color:#dfff7a;
	border-left:2px solid #333;
	border-right:2px solid #333;
}

.hint {
	float: left;
	font-size: 11px;
	width: 240px;
	padding: 6px 8px;
}

.create {
	margin: 0;
	clear: both;
	padding:1px 0;
}

.create label {
	display: block;
	width: 160px;
	float: left;
	clear: left;
	text-align: right;
	font-size: 14px;
}
