body {
  /*font-weight: bold;*/
  text-align : center;
}

input[type = "text"] {
  font-weight: normal;
  background-color: #FFFECB;
}
input[type = "password"] {
  background-color: #FFFECB;
}

/*
input[type = "submit"] {
	margin-left: 100px;
}
*/
/*
input {
	background-color: #FFFECB;
}
option {
	background-color: #FFFECB;
}
*/
#topnav li {
  display : inline;
  padding-right: 20px;
}
#static-content p {
	width: 600px;
}

#index-choices img {
	vertical-align: middle;
	border: 0;
}

#signup-steps li {
	width: 250px;
}
#mrq-content p {
	width: 600px;
}
#mrq-content hr {
	margin-right: 30%;
}
#mrintro-content p, li {
	width: 600px;
}
#proxy-intro-content p{ 
    width: 600px;
}
#proxy-questions-content p {
	width: 600px;
}
#proxy-questions-content hr {
	margin-right : 30%;
}
#company-content p, li {
	width: 600px;
}
#privacy-content p {
	width: 600px;
}
.prototype-warning {
	color : red;
}
.take-note {
	border: thin solid red;
}
.take-note p {
	margin: 10px;
}
/*
#ft {
  text-align : center;
}
*/
#ft p {
  margin-top : 20px;
  font-size : smaller;
}

#reg-instructions {
  float : left;
  width : 400px;
}
#proxy-table .col-1 {
	text-align: right;
}
#proxy-table .separate {
	text-align: center;
}
#proxy-extras {
	margin-left: 20%;
}
#proxy-update {
	margin-left: 20%;
}
#proxy-instructions {
	margin-left : 20%;
}
#proxy-contact {
	padding: 3px;
	border: solid black 1px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#proxy-contact p {
	text-align: center;
}
#proxy-input input[type = "submit"] {
	margin-left: 10%;
}
#proxy-input {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#proxy-contact input[type = "submit"] {
	margin-left: 10%;
}
#delete-proxy {
	display: inline;
}
#replace-proxy {
	display: inline;
}
.member-details {
	font-weight : normal;
	font-size : smaller;
}
#cc-info {
	font-size: smaller;
	font-weight: normal;
}
#cc-info .label {
	text-align: right;
}
#cc-info fieldset {
	border: 1px solid #781351;
	width: 60em;
}
#cc-info .required {
  color : red;
}
#cc-info p {
  text-align : center;
}
#payment-input {
	margin-left: 100px;
	margin-bottom: 10px;
	font-size: larger;
}
#hd {
	margin-top: 20px;
	margin-left: 180px;	
}



#learn-more li {
	list-style-type: none;
}
#learn-more {
	margin-left: 0px;
}
body {
	margin: 5px;
}
#personal-info-table .label {
	text-align : right;
}
#doctor-info-table .label {
	text-align: right;
}
#contact-info-table .label {
	text-align: right;
}
#hospital-login-info .label {
	text-align: right;
}
#hospital-search-info .label {
 text-align: right;
}
#scanned-proxy-image {
	margin-top: 10px;
	border: 1px black solid;
}
#scanned-proxy-image-hospital {
	border: 1px black solid;
}
/*

Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

#portfolio-table th {
  border: 1px solid #000;
}

#portfolio-table td {
  border: 1px solid #000;
}

#history-table th {
  border: 1px solid #000;
}

#history-table td {
  border: 1px solid #000;
}

th,td {
	/*borders and padding to make the table readable*/
	/* border:1px solid #000; */
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible 
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
*/
