html, body, div, span, h1, h2, h3, p, img, strong, ul, li, table, tr, td, a:focus, form{
    border:none;
	margin:0;
    outline:none;
	padding:0;
}

body{
    color: #333;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	background: #fff;
}

input,select {
    font-size: 16px;
    padding: 10px;
}

input {
    width: 380px;
}
select {
    width: 400px;
}

#wrapper {
position: relative;
width: 100%;
}

#inside-wrapper {
    position: relative;
    width: 400px;
    margin: 20px auto;
}

.title {
    font-size: 22px;
}

.btn {
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;  
    background: #77aa00;
    text-align: center;
    width: 150px;
}
    
.btn:hover {
    text-decoration: none;
    color: #fff; 
    background: #d57303;
}