
*{
OUTLINE:0;
}
body{
	  font-family: 'Open Sans', sans-serif;
	  margin:0;
	  color:#646263;
}

h1{
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	 margin: 0;
}

p{
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

form input{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
    height: 26px;
    border: 1px solid #e5e4df;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 0;
}

input[type="button"]{
	background:#e76f30;
	color:#f8f5ee;
	padding-left: 0px;
}

.widget{
	width:728px;
	height:90px;
	background: #f8f5ee;
}


.widget .img-div{
	width: 218px;
    height: 90px;
	float:left;
}

.widget .text-div{
	width: 448px;
    height: 90px;
    padding: 0 30px;
    float: left;
}

.widget h1{
	font-size:16px;
	margin-top: 5px;
}

.widget p{
	font-size:15px;
	margin: 0px 0 8px 0;
}

.widget input{
    width: 121px;
    margin-right: 10px;
    padding-left: 12px;
}

.widget input[type="button"]{
	font-size:16px;
	margin-top: 2px;
	border: 0;
    cursor: pointer;
	margin-left:12px;
	 margin-right: 0px;
	 width:135px;
	 padding:0;
}

.img-div{
background: url(../img/image_728x90.jpg) no-repeat;
}




   