/* Web-content */
.diysdk_webServices_dictionaryLookup.web_view.webcomponent .clear
{
    clear: both;
}
.diysdk_webServices_dictionaryLookup.web_view.webcomponent input[type="submit"]
{
	padding: 0;
	width: auto;
}
.diysdk_webServices_dictionaryLookup.web_view.webcomponent .combo { width:150px; }
.diysdk_webServices_dictionaryLookup.web_view .align_left {
     text-align: left;
}
.diysdk_webServices_dictionaryLookup.web_view .align_right {
     text-align: right;
}

.diysdk_webServices_dictionaryLookup.web_view .align_center {
     text-align: center;
}

.diysdk_webServices_dictionaryLookup.web_view form {
     display: inline-block !important;
     text-align: left;
     margin: 0;
}
.diysdk_webServices_dictionaryLookup.web_view #dictionarybox {
    border: 1px #000000 solid; 
    font-family:; 
    width: 306px; 
    background-color:; color: #000000;
}
.diysdk_webServices_dictionaryLookup.web_view .dictionarybox-td
{
	border-bottom: 1px #000000 solid;
}
.diysdk_webServices_dictionaryLookup.web_view .dictionarybox-a {
	text-decoration: none; color: #000000;
}
.diysdk_webServices_dictionaryLookup.web_view .font-larger {
	font-size: larger;
}
.diysdk_webServices_dictionaryLookup.web_view .font-smaller {
	font-size: smaller;
}
.diysdk_webServices_dictionaryLookup.web_view #boxsource_td A { 
	color: #000000; 
	text-decoration: none 
}
.diysdk_webServices_dictionaryLookup.web_view .cursor-pointer
{
	cursor: hand; cursor: pointer;
}
.diysdk_webServices_dictionaryLookup.web_view #dictionarybox_img_toggle
{
	cursor: hand; cursor: pointer; float: left; padding-left: 5px;
}