
.thebutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100%;
	padding: .2em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button, input[type='']:hover {
	text-decoration: none;
}
.button, input[type='']:active {
	position: relative;
	top: 1px;
}
    
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#11a1d7), to(#2371b8));
	background: -moz-linear-gradient(top,  #11a1d7,  #11a1d7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

	
	/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 240px;
    padding: 10px 80px 25px 10px;
	position:fixed;
    font: 12px;
    color: #000000;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #6ce ;
}
.basic-grey h1 {
    font-size: 18px;
    padding: 0px 0px 0px 10px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 20px -10px;;
    color: #000000;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #000000;
    height: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 1px;
    outline: 0 none;
    width: 65%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {

    width: 65%;
    height: 25px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}

body {

}

.smallbox {
width: 40px;
}

#inner {
    width: 50%;
   height: auto;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

