﻿    
    div.form div.line span 
    {
        display:block;
    }
    div.form div.line input {
        font-weight:bold;
    }
    
    div.form.contact div.line  span
    {
    }

    div.form.contact div.line 
    {
		margin-bottom: 10px;
    }

	div.form.contact div.line select,
	div.form.contact div.line textarea,
    div.form.contact div.line input
    {
		font-size:120%;
    } 
    
    div.form div.button a.send 
    {
		float:left;
	    padding-right:10px;
	    width:100px;
	    height:30px;
	    background-image:url(../img/btn-send.gif);
	    background-repeat: no-repeat;
    }
    
    div.form.apply, 
    div.form.sendtofriend 
    {
		background-color:#EFFAFC;
		border:1px solid #CCCCCC;
		padding:10px;
		margin-bottom:20px;
    }