#twiim {
	border-top: 1px solid #ccc;
	padding-top: 7px;
}
#twiim img {
	height: 28px;
	vertical-align: top;
	line-height: 1em;
	border: 0px;
}
#twiim .create_button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #FFF; /* Image fallback */
  background: -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border: 1px solid;
  border-color: #e6e6e6 #cccccc #cccccc #e6e6e6;
  border-radius: 3px;
  color: #404040;
  display: inline-block;
  font-family: "helvetica neue", helvetica, arial, freesans, "liberation sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  outline: 0;
  padding: 5px 8px 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 white; 
  white-space: nowrap;
}
#twiim .create_button:hover {
    background: -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color: #99ccff;
    color: #333333;
}
#twiim .create_button:active {
    position: relative;
    top: 1px;
}
#twiim .create_button:active, .create_button:focus {
    background-position: 0 -25px;
    background: -moz-linear-gradient(0% 170% 90deg, white, #dedede);
    background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
    border-color: #8fc7ff #94c9ff #94c9ff #8fc7ff;
    color: #1a1a1a;
    text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.5); 
}
#twiim .twiim-loading {
	background-image: url('http://dl.dropbox.com/u/672493/ajax.gif'); /* http://twi.im/view/ajax.gif */
	background-repeat: no-repeat;
	background-position: 97 5;
	padding-right: 25px;
}
#twiim input[type=text] {
	padding: 6px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 140px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#twiim input[type=text]:hover, #twiim input[type=text]:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

