/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	background-image: url(_img/bg_header.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.66em;
	font-style:normal;
	color:#000000;
}
body,td,th {
	color: 000000;
}
#logo {
	background-image: url(_img/videomar-logo.jpg);
	text-indent: -10000px;
	position: absolute;
	left: 2.0em;
	top: 0px;
	height: 11em;
	width: 24em;
}

#content {
	position: absolute;
	left: 8em;
	top: 12em;
	width: 66em;
	height:auto;
	background-color:#ffffff;
	padding:1em;
}

p, h1, h2, h3, h4, h5, h6, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-weight:bold;
	color:#B31B34;
	font-size:1.6em;
}

h2 {
	font-weight:bold;
	color:#B31B34;
	font-size:1.4em;
}

h3 {
	font-weight:bold;
	color:#B31B34;
	font-size:1.3em;
}

h4 {
	font-weight:bold;
	font-style:italic;
	color:#B31B34;
	font-size:1.2em;
}

h5 {
	font-weight:bold;
	color:#000000;
	font-size:1.0em;
}

p.error {
	line-height: 130%;
	font-weight: bold;
	color: #000000;
	padding:1em 2em 1em 2em;
	display: block;
	background-color:#ffffff;
}

p.formerror {
	line-height: 130%;
	font-weight: bold;
	color: #B31B34;
	margin:0em 2em 0em 28em;
	padding:0.2em;
	display: block;
	background-color:#cccc00;
}

p.infobox {
	line-height: 130%;
	font-weight: bold;
	color: #ffffff;
	padding:1em 2em 1em 2em;
	display: block;
	background-color:#cccc00;
}

a {
	font-weight:bold;
	color:#B31B34;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.reduce {
	font-weight:normal;
	color:#B46734;
	text-decoration:none;
}

a:hover.reduce {
	font-weight:normal;
	color:#B46734;
	text-decoration:none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: square;
}

li {
	padding-bottom:0.2em;
	padding-top:0.2em;
}

form { margin:0;padding:0; width:65em;  }
form fieldset { border-width:thin; border-color:#B46734; border-style:dotted; margin-bottom:2em; padding:0; }
form fieldset legend{ color:#000000; background-color:#; margin-left:2em; font-weight:bold; }
form fieldset p { padding:0.4em 0em 0.4em 1.9em;margin:0.1em; }
form fieldset p span { float:left;width:25em;padding:0.4em; }
form fieldset p span label { font-weight:bold; }

input[type=text] { 
	border-width:0px;
	border-bottom:1px solid #B31B34; 
}

input[type=file] { 
	border-width:0px;
	border-bottom:1px solid #B31B34; 
}

input[type=password] { 
	border-width:0px;
	border-bottom:1px solid #B31B34; 
}
input.form33 { 
	width:33em; 
}
input.form18 {
	width:18em;
}

input.form8 {
	width:8em;
}

textarea { 
	width:27em;
	height:8em;
}
input[type=radio] {
	border-color: B31B34;
	margin-left:25em;
}
input[type=checkbox] {
	border-color: B31B34;
	margin-left:25em;
}
select.form33 {
	border-color: B31B34;
	width: 33em;
}

p.f-submit {
	text-align:right;
	padding-right:5em;
	border-color: B31B34;
}

p.htmlcode {
	font-family:"Courier New", Courier, monospace;
	text-align:left;
	margin-left:5em;
	margin-right:5em;
}
