
/* Formular */
.error_required,
.error_incorrect {
	color: red;
}


body.contact 
#content {
    width: 650px;
}

form {
    width: 450px;
    overflow: hidden;
    float:left;
    margin: 0;
    padding: 0;
}

div.left {
    width: 450px;
    height: 50px;
    margin:0 0px 0 0;
    position: relative;
    overflow: hidden;
	border: 1px;
}

input {
    width: 209px;
    float:left;
    margin:0 10px 5px 0;
    border: 1px;
    font: normal 12px/20px Tahoma, Arial, sans-serif;
    color: #3B3BC3;
    padding:3px 3px;
    letter-spacing: 1px;
    background: url('../images_page/white30.png');
}

label {
    height:20px;
    width: 215px;
    margin:0 10px 0px 0;
    font: normal 12px/20px Tahoma, Arial, sans-serif;
    letter-spacing: 1px;
	
}

label.right {
	position: absolute;
	right: -3px;
	top: 1px;
}

input.right {
    position: absolute;
    right: 0px;
    top: 20px;
}

input.checkbox {
    width: auto;
    height: 20px;
    border: 0px solid #000;
    background: none;
    padding: 0;
}

input.submit {
    width: auto;
    height: auto;
    padding:0 10px 2px 20px;
    margin: 0;
    float:right;
    color: #3B3BC3;
    cursor: pointer;
    background: url('../images_page/bdlink_right_box.png') 0px 0px no-repeat;
    
    filter:				alpha(opacity=30);				/* IE */
    -moz-opacity:		0.3;							/* Mozilla, alt */
    -khtml-opacity: 	0.3;							/* Webkit, alt */
    opacity: 			0.3;							/* CSS2 */
}

input.submit:hover {
    filter:				alpha(opacity=100);				/* IE */
    -moz-opacity:		1;							/* Mozilla, alt */
    -khtml-opacity: 	1;							/* Webkit, alt */
    opacity: 			1;							/* CSS2 */
}

textarea {
    width: 430px;
    height: 140px;
    margin:0 10px 0 0;
    padding: 3px 5px;
    background: url('../images_page/white30.png');
    font: normal 12px/20px Tahoma, Arial, sans-serif;
    color: #3B3BC3;
}


#addresses {
    width: 169px;
    float:left;
    margin: 0 0 70px 10px;
    padding: 0px 0 200px 20px; 
    border-left: 1px solid #4B4D4D;
    letter-spacing: 0px;
}

#addresses h1 {
    padding: 0px 0 20px 0;
}

.info.error {
    color: red;
    clear:both;
    display:block;
}

.info.success {
    color: #44C8FF;
    font-weight: bold;
}

