
body
{
   margin: 0;
   padding: 0;
   heeeight: 100%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
   color: #5b5a5a;
   background-color: #CBDDD5;
   background-image: url(/pix/bg-body-2.jpg);
   background-repeat: repeat-x;

}
#wrapper 
{
   margin: 0px auto 0;
   width: 826px;
   min-height: 100%;
   margin-top: 0px;
}

#topDiv {
 height: 76px;
}

#introDiv {
	height: 523px;
	width: 826px;
	background-color: #e0ebe5;
}

#pageContent {
	min-height: 523px;
	width: 826px;
	background-color: #fff;
}
    .anmalan  
    {
        background-image: url(pix/anmalan.jpg);
        background-repeat: no-repeat;
    }

#menuBar {
	height: 22px;
	width: 826px;
	background-color: #a8deea;
	}
	a.menuLink { background-color: #4db3d0; display: block; float: right; height: 18px; padding-top: 4px; padding-left: 15px; padding-right: 15px; margin-left: 1px; }
	a.menuLink:hover { background-color: #e74791; }
    
    #homeDiv { float: left; width: 100px; padding-left: 15px; padding-top: 3px; }
        a.homeLink { color: #fff; font-size: 11px; text-decoration: none; }
        a.homeLink:hover { text-decoration: underline; }


	#textBox { clear: both; float: left; width: 350px; height: 400px; overflow: hidden; font-size: 12px; line-height: 17px;padding-right: 15px; }

#footer 
{
    clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 11px;
	color: #666;
	text-align: left;
	background-image: url(pix/bottom_shadow.jpg); 
	background-repeat: no-repeat;
}
	a.footerLink { text-decoration: none; color: #666; }
	a.footerLink:hover { background-color: #000; color: #fff; }

.inputName, .inputCompany, .inputEmail, .inputPhone {
        font-size: 16px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
        color: #000;
        border: 0;
        padding: 6px;
        padding-left: 10px;
        padding-bottom: 5px;
        height: 18px;
        background-color: Transparent;
        
    }
input:hover { background-color: #eee; }

    #nameDiv { position:relative; top: 219px; left: 173px;}
    #companyDiv { position:relative; top: 228px; left: 180px;}
    #emailDiv { position:relative; top: 239px; left: 165px; float: left;}
    #phoneDiv { position:relative; top: 239px; left: 285px; float: left;}
    
    #sendDiv { position:relative; top: 320px; left: -100px; }
    
    #resultDiv { position:relative; top: 240px; left: 330px; color: #f00; }
