﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
.myimg
{
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 2px 1em 2px;
}
.textbox	{
	padding: 6px;
    font-size: 8pt;
    font-family:Tahoma;
    background: #fff url('../images/icons/tbg.gif') top left repeat-x;
    border: 1px solid #d5d5d5;
    color: #333;
}
.Btn		{
    padding: 3px;
    cursor: pointer;
    font-size: 8pt;
    font-family: Tahoma;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, caption, tbody, tfoot, thead, tr, th, td {
border:1px solid #e6e6e6;

}