* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica;
	line-height: 20px; 
	font-size: 11px;
	text-align: center;
	color: #000;
	background: #eee;
}

#container {
	text-align: left;
	width: 620px;
	margin: auto;
	position: relative;
	clear: both;
	padding: 10px 0 0 0;
	text-align: justify;
	background: #efefef;
}




#intro {
	font-size: 12px;
	line-height: 24px;
}

#intro #logo {
	padding: 32px 0 15px 0;
}




#showreel {
	
}
#footer {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 40px 0 20px 0;
}

table {
	margin-bottom: 10px;
	border: 1px solid #efefef;
}

td.top {
	background: #efefef;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

td.preview {
	text-align: center;
	padding: 20px 0 5px 0;
}

td {
	background: #fff;
	border-bottom: 1px solid #efefef;
	padding: 3px 0 3px 9px;
	vertical-align: top;
	font-size: 11px;
}

td.col1 {
	width: 100px;
}


.clear {
	clear: both;
	height: 0;
}

h1.top {
	background: url('../images/logo.gif') no-repeat top left;
	display: block;
	margin: 18px 0 10px 0;
	padding: 50px 0px 0px 105px;
	width: 0;
	height: 0;
	overflow: hidden;
}



h2 {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	xfont-weight: normal;
}

p {
	margin: 5px 0 25px 0;
}

p.big {
	font-size: 12px;
	line-height: 24px;
}

a {
	color: #d00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.download {
	display: inline-block;
	background: #d00;
	color: #fff;
	padding: 1px 6px;
	margin: 5px 0 5px 5px;
	text-align: center;
	text-transform: uppercase;
}

a.preview {
	background: #ccc;
}

a.button_enabled {
	display: inline-block;
	background: #d00;
	color: #fff;
	padding: 1px 6px;
	margin: 5px 0 5px 5px;
	text-align: center;
	text-transform: uppercase;
}
a.button_enabled:hover {
	background: #000;
	text-decoration: none;
}

a.button_disabled {
	display: inline-block;
	background: #ccc;
	color: #fff;
	padding: 1px 6px;
	margin: 5px 0 5px 5px;
	text-align: center;
	text-transform: uppercase;	
}


a.download:hover {
	background: #000;
	text-decoration: none;
}
input, textarea{
	width: 320px;
	padding: 2px;
	border: 1px solid #ddd;
	border-color:#aaa #ddd #ddd #aaa;
	font-size: 11px;
	margin: 0 5px;
	display: inline;
}
textarea {
	width: 480px;
	height: 120px;
}
input.small {
	width: 30px;
}
input.medium {
	width: 60px;
}

input.radio {
	width: 14px;
	border: 0;
}
a.image{
	display: inline;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0;
	margin-right: 10px;
	background-image: url('../images/help.gif');
}
a.image:hover {
	text-decoration: none;
	cursor: default;
}
label {
	display: block;
	float: left;
	width: 120px;
}
label.big {
	width: 100%;
}

/*
div.color {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 1px 0 0 5px;
	line-height: 0;
}
*/


.colorwell {
	border: 1px solid #fff;
    width: 6em;
    text-align: center;
    cursor: pointer;
}

#color_selectors {
	width: 250px; 
	margin-top:40px;
}

body .colorwell-selected {
	border: 1px solid #000;
	font-weight: bold;
}

#flayr_popup {
	display:none;  
	width:640px;
	height: 460px;
	background-color:#ffffff;  
	border:2px solid #cecece;  
	z-index:2;  
	padding: 0;
	margin: 0;
	text-align: center;
}

#flayr_popup_header {
	background-color: #bbbbbb;
	height: 30px;
}

.flayr_popup_header_close {
	float: right;
	padding-right: 10px;
}

#flayr_popup_content {
	padding-top: 20px;
}

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

table {
	width: 100%;
}

#error_div {
	color: #ff0000;
	font-weight: bold;
}

.nomarginbottom {
	margin-bottom: 0px;
}

.hostyourselfdiv {
	padding-left: 5px;
	padding-right: 70px;
}


