* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	border: none;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	background: #ceebea url(/images/layout2/hm-bg.jpg) repeat;
        font-size:13px;
}

.body {
    margin-top:15px;
}

#container {
        position:relative;
	margin: auto;
	width: 950px;
	margin-top: 12px;
}

ul#menu {
    position:absolute;
    right:0px;
    width:700px;
    top:40px;
    text-align:right;
}
ul#menu li {
    width: 125px;
    min-height: 22px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding:5px;
    padding-top:10px;
	text-align:center;
    zoom: 1;
    *display: inline;
    background:url(/images/layout2/menu-bg.png) no-repeat;

}

/*
ul#menu li {
    display:inline-block;
    background:url(/images/layout2/menu-bg.png) no-repeat;
    width:125px;
    padding:5px;
    text-align:center;
    padding-top:12px;
    height:22px;
}*/
ul#menu li {
    font-size:13px;
}
/*
 * Round Box
 */

.round25 .content {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -20px;
	margin-bottom: -20px;
}

/*
 * Errors and information
 */


p.error {
	background-color: #ebb;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #900;
	color: #300;
        font-size:15px;
}

p.info {
	background-color: #beb;
	margin: 0px;
	padding: 8px;
	border: 1px solid #090;
	color: #030;
}

p.info.big {
	font-size: 16px;
}

/*
 * Headers
 */

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

/*
 * Links
 */

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/*
 * Forms
 */

input, select, textarea{
	margin: 2px;
	padding: 4px;
	border: 0px;
	background: #fff;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 2px;
}

select {
	padding: 3px;
}

