        input, select {
		FLOAT:	RIGHT;
		
		
            width: 50%;
            padding: 5px;
            margin: 5px 0;
            border: 1px solid #aaa;

            box-sizing: border-box;
            border-radius: 5px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -webkit-border-radius: 5px;

        }
        
        .car {
            position: relative;
            height: 100%;
			float:left;
        }
        .car img {
            height: 28px;
            display: block;
            margin: 0 auto;
        }
        .car .img-cont {
            width: 80px;
            height: 28px;
            text-align: center;
            float: left;
            position: relative;
            top: 50%;
            margin-top: -14px;
        }
        .car span {
            float: left;
        }
		.text{
		font-size:20px;
		margin-top:0px;
		float:right;
		}
		
		.text a {
		font-size:16px;
		text-decoration:none;
		color:white;
		}
