/*-----------------------------------------------------------------
	@designed: budhelp.pl
    @author: Slawek Tuleja
*/

/*-----------------------------------------------------------------
	STRUCTURE
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {background-color: white}


body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: black;
	text-align: justify;
}

#page-container {width: 770px; margin: 0px auto}
#medlife {background: transparent; color: #517200; font-weight: bold;margin-bottom: 40px}
#wrapper {background-color: #e9f5cc; text-align: left; float: left}
#contact-form {padding: 10px; background-color: #e9f5cc;}
#up-link {float: left; background: #3270b8; color: white; padding: 5px;}

/*-----------------------------------------------------------------
	CLASSES
*/
form {padding: 10px}
img {vertical-align: text-top}
table {border: 0px; padding: 10px; text-align: left}
tr {}
td {padding: 10px; border-bottom: 1px solid #80bb3d}
td.desc {padding-left: 50px}

/*-----------------------------------------------------------------
	ELEMENTS
*/
h1 {font-family: Trebuchet MS, Arial, sans-serif; font-size: 14px; font-weight: bold}
p {text-align: justify; margin: 0px 0px; float: left;}
ul {list-style-image: none; padding-left: 15px}
li {}
a:link {color: black; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover {color: black; text-decoration: underline}

.small {font-size: 9px;}

