#profile {
    padding: 5px;
    }

#profile .error {
    padding: 5px;
    border: 1px solid #ff0000;
    background-color: #f08080;
    }

#profile .message {
    padding: 5px;
    border: 1px solid #ffff00;
    background-color: #ffffe0;
    }

.form-table {
	width: 100%;
	font-size: 1.0em;
	/* border:1px solid red; */
	text-align: left;
	line-height: 1.6em;
    }

.form-table input {
	width: 98%;
	font-size: 1.2em;
	/*	padding: 5px;*/
	background: url(../../../wp-content/themes/immobileasing/images/input_bg.png) repeat-x;
	border:1px solid #d1d1d1;
	padding:4px 0px 0px 5px;
	height: 21px;
    }
.form-table textarea {
	width: 100%;
	font-size: 1.2em;
    }

.form-table .radiob {
	width: 20px !important;
    }

.form-table td,
.form-table th {
	border-bottom: 1px solid #ccc;
    }

.form-table td {
	width: 60%;
	padding: 10px 6px;
    }

.form-table th {
	width: 40%;
	padding: 10px 6px;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
    }   
