body 
{ 
	margin: 0;
	color: #333333;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #eee;
}


h1
{ 
  font-size: 17px;
  font-weight: bold;
}

h3
{ 
  font-size: 13px;
}


img 
{ 
	border: none; 
}

a 
{
	text-decoration: none;
}

input[type=image] { display: none; }

img.imgfooter { display:none; }

.content 
{
	width: 600px; 
	background-color: #fff; 
	padding: 25px; 
	margin: auto; 
	margin-top: 10px; 	
	border: 1px solid #ccc; 
        text-align: center;
}

.cloud 
{
	margin-top: 15px; 
	font-size: 14px; 
	padding: 50px; 
	padding-bottom: 15px;
	line-height: 1.4em;
}

.cloud a 
{
	padding: 1px;
/*        color: #00f;*/
color: #2da819; 
}

.s1 { font-size: 80%; }
.s2 { font-size: 90%; }
.s3 { font-size: 100%; }
.s4 { font-size: 115%; }
.s5 { font-size: 150%; }
.lb { /*color: #77f;*/   color: #52bb3b;}

.footer
{
	width:600px;
	margin: auto; 
}
.mandatory 
{
	width: 300px;
	float:right; 
	text-align: right;
}

.contact 
{
	width:300px;
	float:left; 
	text-align:left;
}

#searchbox
{
	width: 150px;
}

div#suggest {
    display: none;
    position: absolute;
    width: 148px;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #eee;
    text-align: left;
}

div#suggest ul 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div#suggest li 
{
    padding-top: 2px;
    padding-left: 2px;
    list-style-type: none;
    color: #000;
    font-weight: normal;
    font-size: 80%;
    text-decoration: none;
}

div#suggest li.active {
    background: #888;
    color: #fff;
}

#result
{
	background: #f6e4be;
	border: 1px solid #c99f45;
	margin: 25px 15px 5px 15px;
	padding: 0px 10px;
	text-align: left;
}

#result h1 
{
	text-align: center;
}

#result a
{ 
  text-decoration: underline;
}


#contact
{
	width: 350px;
	margin: auto;
	text-align:left;
}

#contact input[type=text], #contact textarea
{
	width:250px;
}

#laptop { display: none;}