@charset "utf-8";
h1, h2, h3, h4, form, blockquote, small, input, body, p, label {
	margin:0px;
	padding:0px;
}

body {

	background:#282828;

	font-family:Tahoma;
	color:#fcfcfc;
	font-size:12px;
}

h1,h2,h3{
	font-family:Tahoma;
	font-size:32px;
	color:#f5f5f5;
	font-weight:normal;
}

h1{
	background: url(/images/logo.gif) no-repeat;
	width:200px;
	height:41px;
	text-indent:-200px;
	overflow:hidden;
}

h2{
	font-size:20px;
	margin-bottom:10px;
}

h3{
	font-size:18px;
	padding-bottom:3px;
	border-bottom:1px solid #363636;
	
	margin:20px 0px 10px 0px;
}

.mainContent{
	width:767px;
	/*height:200px;*/
	margin:0px auto;
	padding-top:20px;
}

#topBar{
	margin:25px 0px 30px 0px;
	width:100%;
	height:22px;
	background-color:#2b2b2b;
	border:1px solid #363636;
	overflow:hidden;
}

.contentBlock{
	width:100%;
	margin-top:65px;
}

#getCode{
	border:1px dashed #808080;
	background-color:#555555;
	padding:20px;
}

#mainDescr{
	float:left;
	width:350px;
	margin-right:15px;
}

#chooseContainer{
	margin-top:20px;
	height:450px;
}

#emailContainer{
	width:300px;
	border:1px dashed #383838;
	padding:10px;
	margin:10px 0px 10px 0px;
}

a{
	color:#00a0df;
	text-decoration:none;
	/*border-bottom:hidden;*/
}

a:hover{
/*	border-bottom:1px solid #cccccc;
	text-decoration:none;
	padding-bottom:0px;*/
	text-decoration: underline;
}

a img{
	border:none;
}

#topBar a{
	float:left;
	display:block;
	text-indent:-400px;
	overflow:hidden;
	background-position:top;
}

#topBar a:hover{
	background-position:bottom;	
}

.follow{
	margin-top:15px;
	text-indent:30px;
}

.choose{
	width:100px;
	height:22px;
	background-image:url(/images/steps/1.gif);
}

.configure{
	width:114px;
	height:22px;
	background-image:url(/images/steps/2.gif);
}

.share{
	margin-left:288px;
	width:155px;
	height:22px;
	background-image:url(/images/steps/share.gif);
}

.generate{
	width:110px;
	height:22px;
	background-image:url(/images/steps/3.gif);
}

.tabs{
	float:left;
	width:300px;
	background-color:#2b2b2b;
	border:1px solid #363636;
	padding:10px;
	margin:10px 20px 10px 0px;
}

.smallTab{

	width:64px;
	height:64px;
	padding:5px;
	margin:5px 10px 5px 0px;

	background-color:#2b2b2b;
	border:1px solid #363636;
}

.tabsCheck{
	float:left;
	width:20px;
}
.tabsIcon{
	float:left;
	width:64px;
}

.tabData{
	float:left;
	margin-left:15px;
}

.tabData input, .emailField{
	margin:2px 0px 4px 0px;
	background-color:#333333;
	border:1px solid #666666;
	color:#CCCCCC;
	width:150px;
}

/*.emailField{
	margin-top:3px;
}*/

.inputDisabled{
	color:#808000;
}

small{
font-size:10px;
display:block;
}

#sortable{
	margin:10px 0px 20px 0px;
	padding:0px;
	width:100%;
	height:80px;
}

#sortable li{
	float:left;
	list-style:none;
}

.greyButton,.greyButtonSmall{
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
background:url(/images/formbg_grey.gif) repeat-x left top;
padding:0px 6px;
height:24px;
line-height:24px;
font-size:16px;
cursor:pointer;
font-family:Arial;
margin-right:10px;
display:inline-block;
text-decoration:none;
}

.greyButtonSmall{
	font-size:10px;
	height:auto;
	padding:3px;
	line-height:normal;
}

#slidesArea{
	float:left;
	width:400px;
	height:360px;
	background-color:#2b2b2b;
	border:1px solid #363636;
	text-align:center;
}

#slidesArea img{
	/*border:1px solid #666666;*/
	margin-top:10px;
}

.thumb{
	margin:5px;
	border:1px solid #666666;
	cursor:pointer;
}

.marg{
	margin-bottom:20px;
}

.topContainer{
	height:400px;
}

#feedbackMsg{
	overflow:auto;
}