﻿.phonedropdown > input[type=text]
{
  width: 49%;
  top: 0px;
  cursor: pointer;
  color: #000;
  position: absolute;
  left: 51%;
  display: block;

}

.phonedropdown > select
{
  width: 49%;
}

div.phholder
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 5; 
	cursor: text;
}

div.placeholder
{
	width: 100%;	
	color: #999;
	background-color:transparent;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: auto;
	text-align: left;
}

select.month
{
	font-size: 1.1em;
	font-weight: normal;
	color: black;
	width:53%;
	margin-right:3px;
}
select.day
{
	font-size: 1.1em;
	font-weight: normal;
	color: black;
	width:20%;
	margin-right:3px;
}
select.year{
	font-size: 1.1em;
	font-weight: normal;
	color: black;
	width:25%;
	margin-right:0px;
}

select.month + select.year
{
	width:40%;
}
.error
{
	color: #ee5f5b;
	margin: 0 0 0;
}

.input-control > input[type=text]:focus,
.input-control > input[type=email]:focus,
.input-control > input[type=url]:focus,
.input-control > input[type=phone]:focus,
.input-control > input[type=password]:focus,
.input-control > select:focus,
.input-control > textarea:focus {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;	
}
.error > input[type=text],
.error > input[type=email],
.error > input[type=url],
.error > input[type=phone],
.error > input[type=password],
.error > select,
.error > textarea {
	border-color: #ee5f5b;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;	
}

.input-control.seventy
{
	float:left;
	width:70%;
}
.input-control.thirty
{
	float:right;
	width:29%;
}

.input-control.seventy > input
{
	margin-right: 0px;
	width:100%;
}
.input-control.thirty > input
{
	margin-right: 0px;
	width:100%;
}