
.txtstyle {
	height:27px;
	padding-left:27px;
	width: calc(100% - 30px);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	border:1px solid #ccc;
	
}
.ico-calendar {
background-image:url(images/calendar.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-tel {
background-image:url(images/tel.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-search {
background-image:url(images/search.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-email {
background-image:url(images/email.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-login {
background-image:url(images/dribbble-player.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-password {
background-image:url(images/locked.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-codepostal {
background-image:url(images/add-location.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-ville {
background-image:url(images/add-location.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-pays {
background-image:url(images/add-location.png);
background-repeat:no-repeat;
background-position:6px 50%;
}
.ico-adresse {

background-repeat:no-repeat;
background-position: 6px 6px;
}

.ico-message {
background-image:url(images/mail-back.png);
background-repeat:no-repeat;
background-position:6px 6px;
}


.buttons1{
	background-color:#61bf1a;
	color:#fff;
	border:#000;
	padding:10px;
 
 
	cursor:pointer;
}
.buttons1:hover {
	background-color:#EEE; 
	font-weight:bold;
	color:#61bf1a;	
}

.inputtextarea {
    height: 150px;
    width: calc(100% - 20px);
}
.style_text {
    width: 100%;
    padding: 5px;
    padding-left: 30px;
    border: #CCCCCC 1px solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
}
.button_c1 {
   background-color:#de5759;
   margin-top:-28px;
    position: relative;
    cursor:pointer;
    bottom: -22px;
    padding: 18px;
    padding-right: 40px;
    border: none;
    padding-left: 40px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-family: 'ITCAvantGardeStd-MdCn', 'Helvetica 67 Medium Condensed';
}

.button_c1:hover {
    background-color: #000; /* Green */
}

.button_cf1 {
   background-color:#de5759;
    position: relative;
    cursor:pointer;
    bottom: 7px;
    padding: 16px;
    padding-right: 30px;
    border: none;
    padding-left: 30px;
    color: white;
    font-size: 13;
    cursor: pointer;
    font-family: 'ITCAvantGardeStd-MdCn', 'Helvetica 67 Medium Condensed';
}

.button_cf1:hover {
    background-color: #000; /* Green */
}