body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
	vertical-align: center;
}

body {
	background-color: #fff;
	font-family: SansOri,"Arial",Times,serif;
	color: #333;
	font-size: 14px;
	background-color: #FFFFFF;
}

div.my_wrapper{
	max-width: 980px;
	margin: 0 auto; /*centers the div in standard browsers */
	text-align: left;
}

div.my_header{
    padding: 10px;
	max-width: 100%;
    height: 100px;
	background-color: #ffffff;
}

li.my_nav_link{
    text-align: left;
    float: left;
    list-style: none;
    padding-left: 20px;
    }

div.my_left_box{
    float: left;
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
    border: 0px solid gray;
	background-color: #ffffff;
}

div.my_right_box{
    float: right;
	margin-top: 10px;
    padding: 10px;
    width: 465px;
	height: 680px;
    border: 0px solid gray;
	background-color: #ffffff;
}

div.my_footer{
    clear:both;
	margin-top: 10px;
    padding: 10px;
	text-align: center;
    border: 0px solid gray;
	background-color: #ffffff;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 4px;
}

h3 {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}




input, select, checkbox{
	color: #000;
	border: 1px solid #ccc;
	font-family: SansOri,"Arial",Times,serif;
	font-size:14px;
	height: 35px; 
}
textarea {
	color: #000;
	border: 1px solid #ccc;
	font-family: SansOri,"Arial",Times,serif;
	font-size:14px;
	height: 135px; 
}
.dp {
	color: #444343;
	border: 1px solid #e3e2e3;
	font-family: SansOri,"Arial",Times,serif;
	font-size:14px;
}
label {
	display: block;
	vertical-align: middle;
	float: left;
	width: 120px;
	position: relative; 
}
form {
	width: 450px;
}
form div {
	margin-top: 12px;
}
.button {
	font-family: SansOri,"Arial",Times,serif;
	font-size:16px;
	color: #ffffff;
	background: #000;
	height: 35px;
	width: 85px;
}
input:focus, select:focus, checkbox:focus{
	color: #000;
	background: #f0f1ec;
	height: 35px; 
}
textarea:focus {
	color: #000;
	background: #f0f1ec;
	height: 135px; 
}


.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; height: 35px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; height: 35px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}