/* Base styles, reset */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

div.clear {
	clear: both;
}

div.pad10 {
	padding: 10px;
}

.curve_me_5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.curve_me_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a {
	text-decoration: underline;
	color: #222222;
}

/* Boxes */
.errorbox {color: #D8000C; background-color: #FFBABA; border: 1px solid; padding: 10px; font-size: 12px;}
.errorbox p {color: #D8000C; font-size: 12px;}
.errorbox a {color: #000000; text-decoration: none;}
.errorbox a:hover {color: #333333; text-decoration: underline;}
.noticebox {color: #9F6000; background-color: #FEEFB3; border: 1px solid; padding: 10px; margin: 5px 0 5px 0; font-size: 12px;}
.noticebox p {color: #9F6000; font-size: 12px;}
.noticebox a {color: #000000; text-decoration: none;}
.noticebox a:hover {color: #666666; text-decoration: underline;}
.interfacebox {border: 1px dashed #CC0000; padding: 10px;}
.infobox {background: #844c4a; margin: 0 0 50px 0; border: 1px solid #6c2a24; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px; color: #808B69; text-align: center;}
.infobox p {color: #FFFFFF; font-size: 12px; margin: 0; font-weight: normal;}
.infobox .infoclose {float: left;}
.infobox .infoclose a {color: #EEEEEE; font-weight: bold; font-size: 10px; text-decoration: none; position: relative; top: -5px; left: -5px;}
div.grey_box {background: #F7F7F7; border: 1px solid #CCCCCC;}

.inputField {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
}
.fieldFull {
	width: 98%;
}

/* On / Off */
.content_on {
	display: block;
}
.content_off {
	display: none;
}