/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym,iframe { border:0; }
:focus { outline: 0; }
div.clearer {clear: both;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 23px;
	font-weight: bold;
}
h1.error{
	color:  #ff0000;
}
h2 {
	font-size: 16px;
}

div#header
{	
	height: 250px;
	background: #dcdcdc url(../images/header.jpg) no-repeat center top;
}
div#header div.hdContent
{
	width: 728px;
	height:  250px;
	margin: 0px auto;
	position: relative;
}
div#header div.hdContent div#widgetPreview{
	position: absolute;
	top: 75px;
	left: 343px;
	height: 150px;
	width: 300px;
}

div#content
{
	width: 728px;
	margin: 0px auto;
}
div#content div.leaderboard
{
	margin: 24px 0px;
	height: 90px;
	background-color: #dcdcdc;
}

div#resizable
{
  width: 300px; height: 150px; background-color: #eee;
  position: relative;
  border: 1px solid #999;
}
div#resizable div.ui-resizable-se
{
  width: 10px; height: 10px; 
  background-image: url(../images/corner.gif);
  right: 10px;
  bottom: 10px;
  position: absolute;
}

div#adjustedSize{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99999;
}

div.twocolumn{
	height: 250px;
}

div.twocolumn div.col{
	position: relative;
	float: left;
	width: 364px;
}
div.twocolumn textarea {
	width: 342px;
	height: 130px;
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
}

div#dateSelector{
	padding: 20px 0px;
}
select.last {
	margin-right: 20px;
}
label, h3, .remaining {
	color: #666;
	margin-right: 2px;
}
h3 {
	margin-bottom: 7px;
}
input#descriptionInput {
	width: 300px;
}
div.remaining {
	position: relative;
	display: inline;
	margin-left: 10px;
}
.charStatusGood {
	color: #00bb00;
}
.charStatusBad {
	color: #ff0000;
}

#descriptionContainer {
	margin-bottom: 20px;
}

div.countdownForm {
	position: relative;
}

div#facebookLike {
	position: absolute;
	top:  0px;
	left: 500px;
}

div#tweetThis {
	position: absolute;
	top: 25px;
	left: 500px;
}

div.footer {
	color: #666;
	margin-top: 15px;
	font-size: 11px;
}

div.footer a {
	color: #333;
}














