/*
 *
 * Basic tag redefinitions
 *
 */

body {
  height: auto;
}

form table {
  padding: 0;
  border-collapse: collapse;
}

form.jqtransformdone label {
  margin-left: 4px;
  margin-top: 2px !important;
}

/*
 *
 * General ids
 *
 */

#page {
  border: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
}

#outer {
  background: transparent url(../images/map.png) no-repeat center bottom;
}

#header, #main, #invitation, #notif {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#header {
  background-color: transparent;
}

#mainlogo {
  margin-top: 10px;
}

#login {
  float: right;
  margin-top: 20px;
}

#login * {
  font-size: 9pt;
  margin-top: 0px;
}

#login input[type=text], #login input[type=password] {
  width: 120px;
  height: 22px;
  padding: 4px 8px 4px 8px;
	font-size: 13px;
  color: #404040;
  border-width: 1px;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #FBFBFB;
  border-top-color: #C4C4C4;
  border-left-color: #C4C4C4;
  border-right-color: #D8D8D8;
  border-bottom-color: #D8D8D8;
  position: relative;
  top: 2px;
  margin-bottom: 3px;
	background-image: linear-gradient(top, #F0F0F0 0%, #FBFBFB 5px);
	background-image: -o-linear-gradient(top, #F0F0F0 0%, #FBFBFB 5px);
	background-image: -moz-linear-gradient(top, #F0F0F0 0%, #FBFBFB 5px);
	background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #FBFBFB 5px);
	background-image: -ms-linear-gradient(top, #F0F0F0 0%, #FBFBFB 5px);
	background-image: -webkit-gradient(
		linear,
		left top,
		left 5px,
		color-stop(0, #F0F0F0),
		color-stop(1, #FBFBFB)
	);
}

#lost {
  color: black;
  text-decoration: none;
}

#lost:hover {
  text-decoration: underline;
}

#main {
  padding-top: 20px;
  padding-bottom: 30px;
}

#info {
  width: 470px;
}

#info .title {
  font-size: 24pt;
}

#info .desc {
  font-size: 11pt;
  font-style: normal;
  color: black;
}

#info .desc li {
  margin-bottom: 1em;
}

#likes {
  margin-top: 20px;
}

#likes > * {
  float: left;
}

#lang {
  margin-top: 20px;
  font-size: 10pt;
}

#create {
  width: 340px;
  float: right;
  font-size: 10pt;
}

#create .title {
  font-size: 13pt;
  margin-bottom: 1em;
}

#create td {
  padding-bottom: 8px;
}

#logos {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#logos img {
  margin-left: 16px;
  margin-right: 16px;
}

#recover_c {
  z-index: 3000 !important;
}

#recover .desc {
  margin-bottom: 1em;
  font-style: normal;
  color: #222;
}

#recover form {
  margin-bottom: 16px;
}

#invitation {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: -10px;
}

#copyright {
  top: 100%;
  position: absolute;
  margin-top: -20px;
  text-align: right;
  width: 100%;
}

#copyright, #copyright a {
  color: #888;
  font-size: 8pt;
}

#fb_login {
  margin-bottom: 10px;
}

#fb_check {
  display: none;
}

#fb_button {
  display: none;
}

#fb_loging {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  display: none;
}

#fb_loging img {
  position: relative;
  top: 8px;
}

/*
 *
 * Classes
 *
 */


.sep {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 1000px;
  height: 0;
}

/*
 *
 * Stuff for input and hint labels
 *
 */

label.inputHintOverlay {
  padding-top: 3px;
  color: #aaa;
}

#login label.inputHintOverlay {
	padding-left: 10px;
 	font-size: 12px;
	padding-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  label.inputHintOverlay {
    padding-top: 15px;
  }

  #login label.inputHintOverlay {
  }

}

@-moz-document url-prefix() {

  .jqTransformInputInner div input {
    padding-top: 0 !important;
  }
  
}

