.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }

/*filter gray 
html {
filter: grayscale(100%);
filter: gray;
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
*/


.body {  margin: 0px  0px; padding: 0px  0px}
a:link { color: #000000; text-decoration: none}
a:visited { color: #8EBD01; text-decoration: none}
a:active { color: #666666; text-decoration: underline}
a:hover { color: #999999; text-decoration: underline}*/


.txt10 {  font-family: Tahoma; font-size: 10px}
.txt11 {  font-family: Tahoma; font-size: 11px}
.txt12 {  font-family: Tahoma; font-size: 12px}
.table {  border: #CCCCCC dotted; border-width: 0px 0px 1px; font-family: Tahoma; font-size: 11px}
.input_field {  font-family: Tahoma; font-size: 11px; height: 18px; border: 1px #666666 outset}

H1 {font-size: 16pt; font-family: "Tahoma"; color: #000000; text-align: ; line-height: 26px;}


p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
}

.preview_aire {
border: 1px solid #D4D0C8;
background-color: #FFFFFF;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.preview_aire_ex {
border: 1px solid #D4D0C8;
background-color: #FF9900;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.button {
    background: #FFBD2B url('images/gradient.png') repeat-x;
    border: 1px solid #bfa277;
	height: 30px;
	color:#333333;
	font-size: 12px;
    font-weight: bold;
	font-family: Tahoma;
}
.input_field_cove {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 240px;
	color:#333333;
	padding:3px;
	color:#666666;
	font-size: 12px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma;
}
.input_field_cove_shot {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 140px;
	color:#333333;
	padding:3px;
	color:#666666;
	font-size: 12px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma;
}
.input_field_cove_supershot {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 53px;
	color:#333333;
	padding:3px;
	color:#666666;
	font-size: 12px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma;
}
/* Rounded Corners */
.input_multifield_cove {

    background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 240px;
	height: 80px;
	padding:3px;
	color:#666666;
	font-size: 12px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma;


}
.input_multifield1 {
	font-family: Tahoma;
	font-size: 11px;
	height: 100px;
	border-top: 1px outset #333333;
	border-right: 1px outset #333333;
	border-bottom: 1px outset #330000;
	border-left: 1px outset #333333;
}
.input_multifield2 {  font-family: Tahoma; font-size: 11px; border: 1px #666666 outset}
.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-size: 11px;
}
.txt14 {
	font-family: Tahoma;
	font-size: 14px.px;
}
.txt18 {
	font-family: Tahoma;
	font-size: 18px;
}
.txt25 {
	font-family: Tahoma;
	font-size: 25px;
}
.dot {
	border-top: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;

}
#contactus fieldset
{
   width:590px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-family : Arial;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:24px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

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

#contactus input[type="submit"]
{
   width:150px;
   height:40px;
   font-family : tohama;
   font-size: 1.1em;
   font-weight:bold;
   padding-left:0px;
   border : 1px solid #999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 5px;
   border-radius: 8px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: tohama; 
   font-size: 0.8em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : tohama;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : tohama;
   font-size: 0.7em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : tohama;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}