.Cftitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.selector {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #E8F5FD;
}
.textbox {
	background-color: #DAEFFB;
	border: solid 1px #646464;
	outline: none;
	padding: 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
} 
.textbox:hover { 
    background-color: #92D7FF; 
} 
.textbox:focus { 
    background-color: #FFFFFF; 
} 
.textbox:active { 
    background-color: #D1DEE6; 
}

/* comment text */
#txtmailer
{ 
border: 2px solid rgb(173, 204, 204); 
height: 30px; 
width: 223px; 
box-shadow: 0px 0px 27px rgb(204, 204, 204) inset; 
transition:500ms all ease; 
padding:3px 3px 3px 3px; 
} 
 
#txtmailer:hover, #txtmailer:focus 
{ 
width:260px; 
transition:500ms all ease; 
background-size:25px 25px; 
background-position:96% 62%; 
padding:3px 32px 3px 3px; 
} 


/* txtemail */
#txtemail
{ 
border: 2px solid rgb(173, 204, 204); 
height: 30px; 
width: 223px; 
box-shadow: 0px 0px 27px rgb(204, 204, 204) inset; 
transition:500ms all ease; 
padding:3px 3px 3px 3px; 
} 
 
#txtemail:hover, #txtemail:focus 
{ 
width:260px; 
transition:500ms all ease; 
background-size:25px 25px; 
background-position:96% 62%; 
padding:3px 32px 3px 3px; 
} 


/* txtphone */
#txtphone
{ 
border: 2px solid rgb(173, 204, 204); 
height: 30px; 
width: 223px; 
box-shadow: 0px 0px 27px rgb(204, 204, 204) inset; 
transition:500ms all ease; 
padding:3px 3px 3px 3px; 
} 
 
#txtphone:hover, #txtphone:focus 
{ 
width:260px; 
transition:500ms all ease; 
background-size:25px 25px; 
background-position:96% 62%; 
padding:3px 32px 3px 3px; 
} 


/* txtcity - Accident date */
#txtcity
{ 
border: 2px solid rgb(173, 204, 204); 
height: 30px; 
width: 223px; 
box-shadow: 0px 0px 27px rgb(204, 204, 204) inset; 
transition:500ms all ease; 
padding:3px 3px 3px 3px; 
} 
 
#txtcity:hover, #txtcity:focus 
{ 
width:260px; 
transition:500ms all ease; 
background-size:25px 25px; 
background-position:96% 62%; 
padding:3px 32px 3px 3px; 
} 
/* CSS Document */
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
}

/* txtphone */
#txtmessage
{ 
border: 2px solid rgb(173, 204, 204); 
height: 80px; 
width: 320px; 
box-shadow: 0px 0px 27px rgb(204, 204, 204) inset; 
transition:500ms all ease; 
padding:3px 3px 3px 3px; 
} 
 
#txtmessage:hover, #txtmessage:focus 
{ 
width:320px; 
transition:500ms all ease; 
background-size:25px 25px; 
background-position:96% 62%; 
padding:3px 32px 3px 3px; 
} 
