a, body {
	color: #444;
}

a:hover{
	text-decoration: none;
}

body {
	font: 8pt Arial;
	text-align: center;
}

body, html {
	height: 100%;
}

body, form, html {
	margin: 0;
}

fieldset, img {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

h2, h3 {
	clear: both;
	font-size: 9pt;
	margin: 0;
	padding: 5px;
}

h2 {
	margin-bottom:5px;
}


h2, #content_right a, #menu_tab span {
	background-color: #FF0000;
}

h2, h3, #content_right a, #footer, #footer a, #menu_tab span {
	color: #FFF;
}


h3, h2.grey {
	background-color: #666;
}

h4 {
	font-size: 8pt;
	color:#ff0000;
	margin:0px;
	padding:7px 0;
}


p {
	margin: 0 0 15px 0;
}

table {
	border-collapse: collapse;
	border: none;
}

td {
	font-size:8pt;
}

#container {
	margin: auto;
	width: 800px;
}

#masthead, #content {
	text-align: left;
}

#masthead, #footer {
	margin: 20px 0;
}

#masthead {
	/*background: #CC0000 url(../img/gradient-masthead.jpg);*/
	height: 64px;
	margin-top: 10px;
}

#masthead:after{
	    content: "Mobilecare Service Portal";
	    top: -44px;
	    left: 300px;
	    position: relative;
	    font-size: 24px;
	    font-weight: bold;
}

#masthead h1 {
	background: transparent url(../img/dynabook_logo_black.png) no-repeat;
	height: 45px;
	margin: 0;
	left: 15px;
	outline: none;
	position: relative;
	text-indent: -9999px;
	/*top: 15px;
	width: 109px;*/
}

#content {
	margin: 0 auto;
	width: 700px;
}

#menu_tab div {
  	*display: inline-block;
}

#content:after, menu_tab div:after {
  	clear: both;
	content: ".";
  	display: block;
  	height:	0;
  	visibility:	hidden;
}

#content_left {
	float: left;
	width: 500px;
}

#content_left label {
	display: block;
}

#content_left fieldset label {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: relative;
}

#content_left fieldset label em {
	color: #FF0000;
	font-size: 20pt;
	position: absolute;
	right: 0;
	top: 5px;	
}


#content_left fieldset label input, #content_left fieldset label textarea  {
	position: absolute;
	right: 17px;
	top: 5px;
	width: 340px;
}

#content_left fieldset label span, #content_left #personal_details p span  {
	position: absolute;
	right: 17px;
	top:0px;
	padding:0;
	width:350px;
}

#content_left #personal-details{
	margin: 0 0 5px 0;
}

#content_left #personal-details td {
	padding: 2px 0;
	width: 129px;
}

#content_right {
	float: right;
	width: 195px;
	text-align: center;
}

#content_right a {
	background-image: url(../img/tab-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	height: 174px;
	width: 173px;
	margin-top : 10px;
}

#content_right img {
	margin: 0 10px;
}

#content_right a img {
	display: block;
	margin: 0 0 10px 0;
}

#content_right a, #menu_tab, #menu_tab span {
	font-weight: bold;
}

#content_right a, #footer a, #menu_tab span {
	margin: 10px;
	text-decoration: none;
}

#content_right a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #666;
	height: 80px;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
	width: 800px;
}

#menu_tab span {
	background-image: url(../img/tab-menu.png);
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0 2px 0 0;
	text-align: center;
	width: 106px;
}

#menu_tab span.on {
	background-position: 0 27px;
}

.button_right {
	float:right; 
	margin: 10px 17px 0 0;
}

/* page particular css */

/* search */
.bordered {
	border:	1px solid #ccc;
	padding: 10px;
}

.bordered table  {
    width: 100%;
    _width: 476px;
}



.bordered p, .border p {
	font-weight:bold;
	margin:		5px 0;
	text-align:	center;
}

/* search-result */

#search_results td {
	border: solid 2px #fff;
	border-bottom-width: 0;
	border-top-width: 0;
	padding: 5px;
}

#search_results .row-alternate {
	background-color: #EAEAEA;
}


/* out of warrantly */

.border {
	border:	1px solid #ccc;
	padding: 2px;
}

.border h4 {
    font-size: 12pt;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.border h2 {
	margin-bottom: 2px;
}
.border table {
	color: #000;
	width: 100%;
	_width: 494px;
}
.border table a {
	color: #FF0000;
}
.border table.red {
	background-color: #FF0000;
	color: #FFF;
}
.border table.black {
	background-color: #000;
	color: #FFF;
}
.border table tr td {
	padding: 7px 10px;
	font-size: 10pt;
}
.border table.black tr td {
	padding: 20px 30px 20px 30px;
	text-align: center;
	font-weight: bold;
}
.row{
	clear:both;
	width:100%;
	line-height:2em;
}
.field{
	width:25%;
	float:left;
	font-weight:bold;
	padding-right:5px;
}
.field-value{
	width:70%;float:left;
}
em{
	color: #ff0000;
	font-weight:bold;
	font-style: normal;
}
