#OT_form  {
    width: 297px;
}
#OT_form > .OT_wrapper {
    background-color: transparent;
    border: none;
    border-radius: 7px 7px 7px 7px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 0;
    width: 297px;
}
#OT_form > .OT_wrapper > .OT_header > h1 {
	display:none;
}
#OT_form > .OT_wrapper > .OT_header > h2 {
	display:none;
}
#OT_form > div > ul {
    float: left;
    width: 307px;
	margin-lefT:-10px;
	padding-left:0px;
}
#OT_form > div > ul > li {
    float: left;
    width: 113px;
	border:none;
	margin:0px;
}
#OT_form > div > ul > li.OT_submit {
	margin-left:17px;
	margin-top:10px;
}

div > .OT_ExtLink:link, .OT_ExtLink:visited, .OT_ExtLink:hover, .OT_ExtLink:active {
	width:198px;
}

#OT_form > div > ul > li > input {
	padding-bottom:0px;
}