#isd-clicktell-form {
	width:auto;
	height:auto;
	 -moz-border-radius: 11px 11px 11px 11px;
    background-color: #111111;
    border: 1px solid #000000;
    color: #777777;
    padding: 20px;
}
#isd-clicktell-form label {
	display:block;
}

#isd-clicktell-form input {
	width:100%;
	height:20px;
}

#isd-clicktell-form textarea {
	width:100%;
	height:200px;
	margin-bottom:10px;
}

#isd-clicktell-form input#send {
    background-image: none;
    border: medium none;
    height: 24px;
    position: relative;
    width: 81px;
}