﻿@import url(normalize.css);

* {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	color: #7b2b03;
}

h1 {
	background:url(profile/images/top.jpg) no-repeat;
}

fieldset li {
	clear:both;
	margin-bottom:5px;
}

fieldset li label {
	display:block;
	float:left;
	width:125px;
	margin:2px 10px 0 0;
	font-weight:bold;
}

.top {
    border:solid #996633;
    border-width:0 0 9px 0;
}

.leftPane {
    width:109px;
    height:419px;
    float:left;
    background:url(../images/popup-leftpane-grad-hor.gif) top left repeat-x #f8d29a;
}

.middlePane {
	width:15px;
	height:419px;
    float:left;
    border:solid #996633;
    border-width:0 0 0 1px;
    background:url(../images/popup-content-left.gif) top left;
}

.contentPane {
    width:545px;
    height:379px;
    padding:20px 20px 20px 10px;
    float:left;
    background:url(../images/popup-content-grad-hor.gif) top left repeat-x #f9f1e4;
}

div.formField {
	clear:both;
	margin-top:5px;
}

div.formFieldLabel {
	width:120px;
	float:left;
	margin-top:4px;
}

div.formFieldElement {
	float:left;
}
