#flash_uploader {
	width: 100%;
	float: left;
	display: block;
	height: 400px;
}
input[type="submit"].button {
	background: #000;
	color: #fff;
	cursor: pointer;
	height: 32px;
}

/* ADDING PATIENT FORM */
#patient-add div{
	width: 50%;
	float: left;
	padding-bottom: 15px;
}
p#client-details{
	/*padding-left: 60px; */
	color: #000 !important;
}
#patient-add label {
	display: block;
	float: left;
	text-align: right;
	width: 35%;
	line-height: 45px;
	height: 45px;
	padding-right: 15px;
	overflow: hidden;
	text-transform: uppercase;
}
#patient-add input {
	height: 45px;
	line-height: 45px;
	width: 280px;
	font-size: 19px;
	padding-left: 10px;
}
#patient-add select {
	height: 28px;
	font-size: 19px;
	width: 294px;
	margin-top: 10px;
}
#patient-add textarea {
	font-size: 19px;
	font-weight: bold;
	width: 290px;
}
#patient-add input[type="submit"] {
	background: #000;
	color: #fff;
	cursor: pointer;
}
#patient-add p {
	display:block;
	float:left;
	color: red;
}
#patient-add form {
	float: left;
	display: block;
	width: 100%;
}
/* END OF THE FORM */

/*PATIENT DETAILS */
.client-info{
	width: 70%;
	float: left;
	display: block;
}
.client-buttons {
	width: 30%;
	float:left;
	display: block;
	text-align: right;
}
.client-buttons  input[type="button"]{
	width: 200px;
	height: 45px;
	margin: 10px;
	background: #000;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
}
.patient-photo {
	float:left;
	display:block;
	padding: 20px;
	height: 140px;
	overflow: hidden;
	position: relative;	
}
.patient-photo img {
	border: 3px double #aaa;
	cursor: move;
}
textarea.photo-desc {
	width: 200px !important;
	height: 65px !important;
	font-size: 12px !important;
}
.photos {
}
.patient-photo .del-photo {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	float: left;
	background: transparent url(images/del.png) no-repeat top left;
}
a.pdf-del, a.pdf-send, a.pdf-show, a.prodecure-edit, a.pdf-icon {
	display:block;
	float: right;
	height: 30px;
	width: 45px;
	margin-right: 5px;
	cursor:pointer;
	/*background: transparent url(images/del_30.png) no-repeat bottom left;*/
	background: transparent url(images/del_30_btn.jpg) no-repeat bottom left;
}
a.pdf-send {
	/*background: transparent url(images/email_send.png) no-repeat bottom left;*/
	background: transparent url(images/send_30_btn.jpg) no-repeat bottom left;
}
a.pdf-show {
	/*background: transparent url(images/pdf.png) no-repeat bottom left;*/
	background: transparent url(images/open_30_btn.jpg) no-repeat bottom left;
}
a.pdf-icon {
	background: transparent url(images/pdf.png) no-repeat bottom left;
}
a.procedure-edit {
	/*background: transparent url(images/edit.png) no-repeat bottom left;*/
	background: transparent url(images/edit_30_btn.jpg) no-repeat bottom left;
}
.no-cursor tr{
	cursor: default !important;
}

/* SENDING AN EMAIL FORM */
#patient-send div{
	width: 33%;
	float: left;
	padding-bottom: 15px;
}
#patient-send label {
	text-transform: uppercase;
}
#patient-send input[type="text"]{
	height: 45px;
	line-height: 45px;
	width: 970px;
	font-size: 19px;
	padding-left: 10px;
}
#patient-send select {
	font-size: 19px;
	width: 310px;
	margin-top: 10px;
}
#patient-send textarea {
	font-size: 19px;
	font-weight: bold;
	width: 980px;
	height: 220px;
}
#patient-send input[type="submit"] {
	background: #000;
	color: #fff;
	cursor: pointer;
	width: 150px;
	height: 45px;
	font-size: 19px;
}
#patient-send p {
	display:block;
	float:left;
	color: red;
}
#patient-send form {
	float: left;
	display: block;
	width: 100%;
}
#dentist-select {
	width: 450px !important;
}
#patient-send .patient-photo {
	width: auto !important;
}
#patient-send h4 {
	text-transform: uppercase;
	font-weight: normal;
}
#patient-send .procedure {
	height: 80px !important;
}
#patient-send select.teeth {
	width: 70px !important;
	margin-top: 0px;
}
#patient-send textarea.procedure-text {
	width: 530px !important;
	height: 75px;
	margin-top: 0px;
}
#patient-send .checkbox {
	float:left;
	display:block;
	height: 20px;
	width:100%;
	overflow: hidden;
}
#patient-send .extra-option {
	height: 235px !important;
	width: 200px !important;
}
/* END OF THE FORM */

/* some of the form fields css rules */
.uppercase {
	/*text-transform: capitalize;*/
}