
/* @group Pure CSS Form */

.new_site_form {
	margin: 0 auto;
	margin-bottom:20px;
	width: 500px;
	color:#000000;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
}
.new_site_form img {
	margin: 1px 0 0 10px; 
    float: left;
}

.new_site_form h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color:#666666;
}

.new_site_form p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.new_site_form label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 190px;
	float: left;
	color: #000;
}

.new_site_form .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 180px;
	padding-left: 10px;
}

.new_site_form input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #c8c9c9;
	width: 270px;
	margin: 2px 0 20px 10px;
	background-color:white;
	color:#444;
}

.new_site_form input[type="radio"] {
	width:auto;
	height:auto;
}

.new_site_form input.fmdate {
	width: 160px;
	margin-right: 10px;
}

.new_site_form select {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #c8c9c9;
	height: 35px;
	width: 270px;
	margin: 2px 0 25px 10px;
	background-color:white;
	color:#444;
}

.new_site_form div.colorpickerContainer {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	padding-top:  10px;
	border: solid 1px #c8c9c9;
	width: 270px;
	margin: 2px 0 20px 10px;
	background: #ffffff ;
}

.new_site_form .colorpickerButton {
	float: none;
	font-size: 12px;
	padding: 5px;
	padding-top:  10px;
	border: solid 1px #c8c9c9;
	width: 80px;
	height: 30px;
	margin: 5px;
	background: #b5bfff;
	position: relative;
	line-height: 15px;
}

.new_site_form textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #c8c9c9;
	width: 271px;
	margin: 2px 0 20px 10px;
	background-color:white;
	color:#444;
}

.new_site_form .radioContainer {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	padding-top:  10px;
	border: solid 1px #c8c9c9;
	width: 270px;
	margin: 2px 0 20px 10px;
	background: #ffffff ;
}

.new_site_form .radio {
	display: block;
	float:left;
	width:49%;
	height:2.5em;
	padding:0px;
	margin:0px;	
	border-style: none;
	color:#444;
}

.new_site_form .fmradio {
	float: left;
	font-size: 12px;
	padding: 0px;
	width: 20px;
	margin: 0 5px 0 5px;
	border-style: none;
	color:#444;
}

.new_site_form .checkboxContainer {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	padding-top:  10px;
	border: solid 1px #c8c9c9;
	width: 390px;
	margin: 2px 0 20px 10px;
	background: #ffffff ;
}

.new_site_form .checkbox {
	display: block;
	float:left;
	width:99%;
	height:2.2em;
	padding:0px;
	margin:0px;	
	border-style: none;
	color:#444;
}

/*
30 July, 2009 Altered for the login form 'remember me' checkbox
*/
.new_site_form .loginform .checkbox {
	width: 1.5em;
}

.new_site_form .fmcheckbox {
	float: left;
	font-size: 12px;
	padding: 0px;
	width: 20px;
	margin: 0 5px 0 5px;
	border-style: none;
	color:#444;
}

.new_site_form .fmhalfblock {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	padding:10px;
	width: 254px;
	margin: 2px 0px 20px 200px;
	border: solid 1px #c8c9c9;
	/*background: #ffffff ;*/
}

.new_site_form .fmfullblock {
	float:left;
	font-size: 12px;
	margin:5px;
	margin-left:15px;
	
	margin-bottom:  15px;
	padding:10px;
	padding-top:  10px;
	margin-bottom: 20px;
	width: 439px;
	border: solid 1px #c8c9c9;
	/*background: #ffffff ;*/
}

.new_site_form fieldset {
	float:left;
	font-size: 12px;
	margin:1%;
	margin-bottom:  15px;
	padding:0px;
	padding-top:  10px;
	margin-bottom:  15px;
	width: 98%;
	border: solid 1px #e2e2e2;
	color:#666666;
	overflow: auto;
}

.new_site_form fieldset legend {
	margin-left: 10px;
}

.new_site_form button {
	clear: both;
	margin-left: 180px;
	width: 144px;
	height: 36px;
	background: url(/delicious_cms/library/img/white_lozenge_144x36.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-style: none;
}

.new_site_form .error {
	border: 1px solid #f61d13;
	background-color: #f2e5e5;
}

.new_site_form span.small.error {
	border: none;
	background: none;
	background-color: none;
	color:#f00;
}

.new_site_form span.small.success {
	border: none;
	background: none;
	background-color: none;
	color:#0b0;
}

.new_site_form .errorlabel {
	color: #ff0004;
}

.new_site_form .formHeader {
	width: 500px;
	height: 60px;
	background: url(/delicious_cms/library/img/table_background_01.gif) repeat-x;
	float: left;
	margin-bottom: 10px;
}

.new_site_form .formHeader .headerTextArea {
	width: 420px;
	height:40px;
	float: left;
	position: relative;
	padding: 8px;
}

.new_site_form .headerImage {
	height:50px;
	width:50px;
	background: url(/delicious_cms/library/img/sapphire_icons/50_png/1_50.png) no-repeat right top;
	float: left;
	margin: 3px;
}

/* @end */





div.select {
	float:left;
	position:relative;
	
	width:280px;
	
	margin-left:10px;
}

div.select div.select-item {
	float:left;
	position:relative;
	
	width:270px;
	
	margin:0;
	
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}

div.select div.select-item.even {
	background-color:rgba(255,255,255,0.6);
}

div.select div.select-item.odd {
	background-color:rgba(0,0,0,0.05);
}

div.select div.select-item input {
	margin:0;
}

div.select hr.divider {
	float:left;
	display:block;
	width:120px;
	margin-left:75px;
	margin-top:20px;
	margin-bottom:20px;
}

div.select div.select-item p {
	padding:0;
	margin:0;
	float:left;
	width:200px;
	margin-bottom:10px;
	padding-left:10px;
}

div.select div.select-item div.thumbnail_wrapper {
	width:260px;
	height:100px;
	
	padding:2px;
	margin:0;
	
	background:#fff;
	border: solid 1px #ccc;
	
	float:left;
	position:relative;
	
	overflow:hidden;
}

div.select div.select-item img.thumbnail {
	width:260px;
	height:auto;
	
	padding:0;
	margin:0;
	
	float:left;
	position:relative;
}
	
ul#template_list {
	background:none;
}

ul#template_list li {
	background:none;
	padding:10px;
}

ul#template_list li:hover {
	background-color:rgba(0,0,0,0.25);
}

ul#template_list a {
	text-decoration:none;
}

ul#template_list a:hover {
	text-decoration:none;
}

ul#template_list a span {
	padding-left:10px;
}

.new_site_form .hide {
	display:none;
}
