/**************/
/* COMMON CSS */
/**************/

#form_head {
  text-align:center;
  width:600px;
  height:55px;
  position:relative;
  top:0px;
  left:50%;
  margin-left:-312px;
  background-color:#e0e0e0;
  color:#777;
  font-weight:bold;
  padding:10px;
}
#form_head.tiny {
  height:15px;
}
#form_head.small {
  height:35px;
}
#form_head.normal {
  height:55px;
}
#form_head.large {
  height:75px;
}
#form_head.big {
  height:95px;
}


#divform {
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #C8C8C8;
}
form {
  width:300px;
  height: 100%;
  position:relative;
  top:10px;
  left:50%;
  margin-left:-150px;
}
#mandatory {
  text-align: right;
  font-size:10px;
  z-index:99;
}
#bottom_star {
  width:600px;
  height: 100%;
  position:absolute;
  top:300px;
  left:50%;
  margin-left:-300px;
  font-size:12px;
  color:#c8c8c8;
}
#bottom_star.building {
  top:630px;
  width:450px;
  margin-left:-225px;
  padding-left:20px;
}
#bottom_star.youth {
  top:900px;
  width:450px;
  margin-left:-225px;
}


#submitform {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:250%;
  text-align:center;
  background-color:#444444;
  opacity:0.7;
  filter: alpha(opacity=70);
  z-index:200;
}
#emailsuccess {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  text-align:center;
  background-color:transparent;
  z-index:201;
}
#emailsuccess #content {
  position:absolute;
  top:50%;
  left:50%;
  width:600px;
  height:400px;
  margin-left:-330px;
  margin-top:-230px;
  background-color:#ffffff;
  z-index:202;
  border:10px solid #666666;
  border-left-color:#888888;
  border-bottom-color:#cccccc;
  border-right-color:#aaaaaa;
  padding:20px;
}
#emailsuccess #content #inner {
  width:558px;
  height:358px;
  border:1px solid #bbbbbb;
  padding:20px;
  font-size:18px;
  font-family:Arial;
  color:#555555;
}
#emailsuccess #content #inner #close_img {
  cursor:pointer;
  position:absolute;
  top:21px;
  left:570px;
  border:0px solid red;
}
#emailsuccess #content #inner p.big {
  font-size:24px;
  font-weight:bold;
}
#emailsuccess #content #inner p.small {
  font-size:12px;
  color:#888888;
}
#emailsuccess #content #inner p.small a {
  color:#666666;
}

p.small {
  font-size:12px;
  padding-right:30px;
}

span.text_span {
  color: #C8C8C8;
}
span.text_span_dark {
  color: #888888;
}
span.text_span_error {
  color: #CC0000;
}


.checkbox {
	width: 19px;
	height: 19px;
	border-width: 0px;
	background-image: url(../images/checkbox_0_off.png);
  background-repeat: no-repeat;
	vertical-align:middle;
	cursor:pointer;
  margin-top:6px;
  margin-bottom:10px;
}

.radiobox {
	width: 17px;
	height: 17px;
	border-width: 0px;
	background: url(../images/radiobox_0_off.png) no-repeat;
	vertical-align:middle;
	cursor:pointer;
  margin-bottom:10px;
  margin-top:6px;
}

.selectbox {
  position:relative;
  top:0px;
  left:0px;
	width: 259px;
	height: 24px;
	margin-left:0px;
	color: #666;
	font: 12px/21px arial,sans-serif;
	background:url(../images/select_0_off.png) no-repeat;
	overflow: hidden;
	border-width:1px;
	padding-left:5px;
	z-index:100;
	cursor:pointer;
}

div.div_select {
  width:191px;
  height:21px;
  margin-bottom: 13px;
  margin-top: 3px;
}

input.textbox {
  border-width:0px;
  background: transparent;
  width: 253px;
  height: 28px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #C8C8C8;
}
input.textbox_dark {
  border-width:0px;
  background: transparent;
  width: 253px;
  height: 28px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #888888;
}
input.textbox_error {
  border-width:0px;
  background: transparent;
  width: 253px;
  height: 28px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #CC0000;
}

img.submit {
  cursor:pointer;
  margin-bottom: 13px;
  margin-top: 3px;
}

img.reset {
  cursor:pointer;
  margin-bottom: 13px;
  margin-top: 3px;
}

textarea.textarea {
  width: 253px;
  height: 80px;
  border: 3px solid #C8C8C8;
  background-color: #FFFFFF;
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #C8C8C8;
  margin-bottom: 13px;
  margin-top: 3px;
}
textarea.textarea_dark {
  width: 253px;
  height: 80px;
  border: 3px solid #888888;
  background-color: #FFFFFF;
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #888888;
  margin-bottom: 13px;
  margin-top: 3px;
}
textarea.textarea_error {
  width: 253px;
  height: 80px;
  border: 3px solid #CC0000;
  background-color: #FFFFFF;
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #CC0000;
  margin-bottom: 13px;
  margin-top: 3px;
}



div.hide {
  position:relative;
  top:-5px;
  left:0px;
  border:1px solid #888888;
  width:257px;
  padding:0px;
  padding-top:15px;
  text-align:left;
  background-color:#fff;
}
div.hide ul {
  padding:0px;
  margin:0px;
  list-style: none;
}
div.hide ul li {
  padding:1px 5px 1px 5px;
  cursor:pointer;
}
div.hide ul li a {
  text-decoration:none;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #A4A4A4;
}
div.hide ul li:hover {
  background-color:#ddd;
}

a.none {
  position:relative;
  top:1px;
  left:2px;
  text-decoration:none;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #777;
}
a.hover {
  position:relative;
  top:1px;
  left:2px;
  text-decoration:none;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #ddd;
}

div.input_box {
  width: 253px;
  height: 30px;
  border: 3px solid #C8C8C8;
  background-color: #FFFFFF;
  margin-bottom:13px;
  color:#C8C8C8;
}
div.input_box_dark {
  width: 253px;
  height: 30px;
  border: 3px solid #888888;
  background-color: #FFFFFF;
  margin-bottom:13px;
  color:#888888;
}
div.input_box_error {
  width: 253px;
  height: 30px;
  border: 3px solid #CC0000;
  background-color: #FFFFFF;
  margin-bottom:13px;
  color:#CC0000;
}
span.text_box {
  color: #C8C8C8;
}
span.text_box_dark {
  color: #888888;
  cursor:pointer;
}
span.text_box_error {
  color: #CC0000;
}

.hidden {
  display:none;
  visibility:hidden;
}

span.star {
  color:#e00000;
  margin-left:3px;
  margin-right:3px;
}

div.field_div_left {
  text-align:left;
}
div.field_div_right {
  text-align:right;
  padding-right:50px;
}

#taping{
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height:200px;
  border:1px solid red;
}


