/*
Author: Apex
Author URI: http://www.noapex.org/
*/

@import url("master.css");
@import url("index.css");
@import url("inner.css");

body, p  {
margin:0;
padding:0;
font:12px 'Lucida Grande',Verdana, Helvetica, sans-serif;
}

img  {
border:0px;
display:block;
}

ul  {
margin:0px;
padding:0px;
list-style:none;
}

.float  {
float:left;
}

form  {
margin:0;
padding:0;
}

a:link {text-decoration : none; color : #008040;}
a:visited {text-decoration : none; color : #008040;}
a:hover {text-decoration : none; color : #146387;}
a:active {text-decoration : none; color : #146387;}

/* clear
***********************************************************************************************/

.clearfix { 
display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix  {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after  {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clear  {
clear:both;
}

/*message*/
/*==========================================================================================*/

#message p  {
margin:8px 0;
}


#message input  {
border:#A1BCA3 1px solid;
}

#message p textarea  {
width:360px;
height:105px;
overflow-y:scroll;
overflow:auto;
border:#A1BCA3 1px solid;
}

#message #submit  {
padding:0 0 10px 42px;
}

#message #submit input  {
border:1px solid #ccc;
}