.arterisk{
	color:red;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:12px
}
.form-list{
	width:100%
}
.form-list td{
	vertical-align:top;
	padding: 10px 0	
}
.form-list tr td:first-child{
	width:30%	
}
.custom_form{

}
.custom_form p{
	margin: 0 0 5px 0	
}
.custom_form label:after{
	display:block	
}

.custom_form input[type="text"],
.custom_form textarea,.custom_form select{
    margin: 0;
    width: 100%;
    padding: 0 5px;
    height: 42px;
    padding-left: 10px;
    font-size:15px;
    margin-bottom: 18px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: transparent;
    line-height: 28px;
    color: #fff;
    border: 1px solid #fff;
}
::-webkit-input-placeholder {
   font-style: italic;
   font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:14px;
}

:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
     font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:14px;
	color:#818181;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
      font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:14px;
	color:#818181;
}

:-ms-input-placeholder {  
   color: red;
      font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:14px;
	color:#818181;
}
.custom_form textarea{
	    height: 120px;
    max-height: 220px;
    max-width: 100%;
    min-width: 100%;
}
/*date*/
.custom_form select.day{
	width:80px;
	display:inline;	
}
.custom_form select.month{
	width:120px;
	display:inline;	
}
.custom_form select.year{
	width:100px;
	display:inline;	
}
/*time*/
.custom_form select.hour,.custom_form select.minute{
	width:152px;
	display:inline;
}