

/*---------------*/
/***** textbox *****/
/*---------------*/

.boxo {
	width: 100%;
	height: 34px; 
	padding: 6px 12px;
	font-size: 1.5em;
	background-color: transparent;
	margin-top: 10px;
	border-top-color: transparent;
	border-bottom-color: #ebeaea;
	border-right-color: transparent;
	border-left-color: transparent;
	color: #CDE46B;
	font-size: 1em;
	font-family: 'Quattrocento Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	.boxo:focus {
		outline: none;
		border-bottom-color: #CDE46B;
	}

 
 
 .regemail
{
    position:absolute;
    display:inline-block;
    margin-left:350px;  
    margin-top:-20px;    
  
    }
    
    
    
 .regnumber
{
    position:absolute;
    display:inline-block;
    margin-left:310px;  
    margin-top:-20px;
 
  
    }
    
   
 
    
    
     .regmessage
{
    position:absolute;
    display:inline-block;
    margin-left:260px;  
    margin-top:-20px;
     
  
    }
 

