/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
   width:;
   padding:0px;
   border:0px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 0px;
  position: ;  
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 12px;
   font-weight:bold;
   color:#000000;
}


#container
{
   font-family : Arial, sans-serif;
   font-size: 12px;
   font-weight:bold;
   color:#535353;
   float: left;
}







#contactus label
{
   font-family : Arial, sans-serif;
   font-size:14px;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height:140%;
  color : #bda504; 
  padding : 3px; 
  border : 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 0px;
  background: rgba(0,0,0, .9);

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

#contactus textarea
{
  height:120px;
  width:310px;
}

#contactus input:focus,textarea:focus
{
  color : #ffffff;
  border : 1px solid #000000;
  background-color : #; /* warna background text area */
  font-size:14px;
  font-weight:;
}


.bg-mail {

  margin:0 auto;
  background:;
  margin:0px 0px 0px 0px;
}

.bintang {
  font-size:14px;
}






/* Contact Us */
.wrapper004 {
	margin:0 auto;
	height: 600px;
}

/* box-border-content-E */
.box-border-content-E {
	float:;
	width: 800px;
	background: rgba(0,0,0, .7);
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 10px 10px 10px 10px;
	border-left: 0px dashed #6a6a6a;
	border-right: 0px dashed #6a6a6a;
	border-top: 0px dashed #6a6a6a;
	border-bottom: 0px dashed #6a6a6a;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
.box-content-E-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #9b9b9b;
	background: url('images/background-box01.jpg') repeat-x;
	background color: #6a6a6a repeat-x;
	padding: 7px 20px 7px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
}*/

.box-content-E {
	width: ;
	background:;
	border-left: 0px solid #505050;
	border-right: 0px solid #505050;
	border-top: 0px solid #505050;
	border-bottom: 0px solid #505050;
	padding-top: 10px;
	padding-bottom: 10px;
}

.title-contact-us {
  width:auto;
  font-family:tahoma;
  color:#ffffff;    
  font-size:18px;
  margin-bottom: 20px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-top:0px;
}

.content-contact-us {
  margin:0px;
  font-family:tahoma;
  color:#ffffff;
  font-size:16px;
  padding-top: 11px;
}

.note-contact-us {
  margin:0px;
  color:#ffffff;
  font-size:12px;
}

.ERROR-TEXT {
  color : #bda504;
  font-family:Tahoma;
  font-size:14px;
  font-weight:;
}

.CANT {
  color : #ffffff;
  font-family:Tahoma;
  font-size:14px;
  font-weight:;
}

.HERE {
  color : #bda504;
}






.thank-you-text{
  font-family:Tahoma;
  font-weight:bold;
  font-size:14px;
  color:#bda504;
  text-align:center;
  padding-top:5px;
  padding-bottom:2px;
  }