@charset "UTF-8";
body, td, th, input {
	font-family: Arial;
	font-size: 11px;
}
.liveSample {
	background-color: #FFFFCC;
	color: black;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.demoDiv {
	background-color: #CCCCCC;
	width: 400px;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}

pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
}
td1, th1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
th {
	background-color: #F3F3F3;
	vertical-align: top;
}
a {
	text-decoration: none;
}

.textfield_effect1 {
border-width: 1px;
border-style: solid;
border-color: #999999;
background-image: url(back_field.gif);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
width: 200px;
height: 15px;
}

.textfield_effect {
border-width: 1px;
border-style: solid;
border-color: #999999;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
width: 200px;
height: 15px;
}

.textfield_effect:hover {
border-color: #64acd8;
border-width: 1px;
background-color: #efefef;
}

.textfield_effect:focus {
border-color: #64acd8;
border-width: 1px;
background-color: #efefff;
}

fieldset {

width: 400px;
height: 200px;
border-style: solid;
border-width: 1px;
border-color: #036399;
margin-left: auto;
margin-right: auto;
background-color: #F5F5F5;
}

fieldset:hover {
border-color: #0ca0ff;
}

legend {
font-family: sans-serif;
font-size: 18px;
color: #097bc3;
font-weight: bold;
}