@import url("styles_base.css");

html, body, div, form, img {
  margin: 0;
  padding: 0;
  border: 0;
  }

html, body {
	height: 100%;
  }

body {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;	
	background-color: #ffffff;
  text-align: left;
	}


/*** IDs ***/
#container {
	position: relative;
	width: 820px;
  margin: 20px auto;
  background-color: #ffffff;
  }
	
#header {
	position: relative;
	height: 390px;
	padding: 0;
	margin: 0;
	background: #ffffff url('img/header/bg_header.jpg') left 32px no-repeat;
	}
	
#header_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#claim {
	position: absolute;
	top: 0px;
	left: 15px;
	}
	
#visitmalta_logo {
	position: absolute;
	top: 0px;
	right: 15px;
	}	

#teaser {
	position: absolute;
	}

#eyes_on_malta_logo {
	position: absolute;
	bottom: 15px;
	right: 30px;
	}

#content {
	padding: 10px 15px 25px 15px;
	}
	
#column_left {
	float: left;
	width: 450px;
	}

#column_right {
	float: right;
	width: 305px;
	}

#countdown {
	color: #000000;
  margin: 0 0 1.5em 0;
  font-size: 1.25em;
  font-weight: bold;
  }

#footer {
	position: relative;
	height: 1px;
  clear: both;
	margin: 0 0 20px 0;
	padding: 65px 15px 0px 15px;
	background: #ffffff url('img/footer/bg_footer.gif') top left no-repeat;
	}

html>body #footer {
	height: auto;
	}

#visitmalta_com {
	position: absolute;
	bottom: 0px;
	right: 15px;
	}
  
/*** ID children ***/
#countdown strong {
	color: #d71920;
	font-weight: bold;
	font-size: 1.4em;
	}

#footer h2 {
  margin: 0 0 1em 0;
  }

#footer b, #footer strong {
	color: #d71920;
  }
  
/*** Classes ***/  
div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	overflow: hidden;
	}

span.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
/* Video upload form */
div.video_upload {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 25px 0;
}

div.video_upload_form {
	width: 430px;
	background: #d71921 url('img/content/video_upload_form_top.gif') top left no-repeat;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	}

div.video_upload_form div.video_upload_form_bottom {
	background: transparent url('img/content/video_upload_form_bottom.gif') bottom left no-repeat;
	padding: 15px;
	}

div.video_upload_form p {
	margin: 0 0 15px 0;
	}

div.video_upload_form th {
	padding: 0 10px 0 0;
	vertical-align: middle;
	}

div.video_upload_form td {
	padding: 2px 0;
	}

div.video_upload_form td.note {
	font-size: 0.7em;
	font-weight: normal;
	}

div.video_upload .error {
	color: #d71920;
	}

div.video_upload a, div.video_upload a:link, div.video_upload a:visited, div.video_upload a:hover {
	color: #ffffff;
	}

/* Nice form elements */
.jNiceInputInner {
	background: transparent url('img/content/form_input_text.gif') right top no-repeat;
	padding: 7px 10px 5px 10px;
	}

.jNiceInputInner input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;	
	height: 17px;
	width: 257px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	outline: none;
	}

.jNiceWrapper {
	position: relative;
	vertical-align: top;
	}

.jNiceCheckbox {
	background: transparent url('img/content/form_input_checkbox.gif') left top no-repeat;
	height: 18px;
	width: 23px;
	position: absolute;
	left: 0px; 
	top: 0px;
	z-index: 10; 
	cursor: pointer;
	}

.jNiceChecked {
	background-position: left -20px;
	}