﻿.listfriend 
{
	width: 505px;
	float: left;
	height: 117px;
	padding-left: 10px;
	overflow: auto;
	margin-top: 2px;
}

.listfriend ul li
{
	width: 33%;
	float: left;
	padding-top: 5px;
}

.listfriend ul li input:checkbox
{
	border-style: solid;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
}

.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(images/modal_close.png);
	z-index: 2;
}

#content .txt-fld, .napthe .txt-fld, #contentnaptien .txt-fld, .napthe .txt-fld {
	float: left;
	width: 100%;
	padding: 4px 20px;
}

.search_find_btn {
	background: url("Images/btn_search.png") top left no-repeat;
	width: 121px;
	height: 30px;
	border: 0px solid red;
	color: #626262;
	font-weight: bold;
	font-size: 9pt;
	padding: 0 10px 0 40px;
	margin: 2px 0px 5px 0px;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana;	
	vertical-align: middle;	
}

#content .txt-fld .input, #contentnaptien .txt-fld .input {
	width: 375px;
	height: 32px;	
	padding-left: 10px;
	line-height: 150%;
	border-radius: 4px;
	z-index: 1;
	font-size: 11pt;
	color: black;
	background: #F7F7F7;
	font-family: Arial, Tahoma, Verdana;	
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}

#content .txt-fld label, #contentnaptien .txt-fld label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 8px;
	color: #222;
	font-size: 9pt;
	text-align: left;
}

#napthe .txt-fld .input {
	width: 175px;
	height: 25px;	
	margin-top: 10px;	
	border-radius: 4px;	
	font-size: 15px;	
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}

#napthe .txt-fld label{
	display: block;
	float: left;
	width: 70px;
	padding-top: 17px;
	padding-left: 50px;
	color: #222;
	font-size: 14px;
	text-align: left;
}

#modal, #modalnaptien {
	width: 560px;	
	background: rgba(0, 0, 0, .3);
	border-radius: 8px;
	position: absolute !important;
	/*top: 50px !important;	*/
	z-index: 101
}

#heading, #headingnaptien {
	width: 560px;
	height: 34px;
	background: url(images/hd-bg.png);
	
	border-bottom:1px solid #bababa;
	box-shadow: inset 0px -1px 0px #fff,
			0px 1px 3px rgba(0,0,0,.08);
	
	border-radius:4px 4px 0px 0px;

	font-size: 13px;
	font-weight: bold;
	text-align:center;
	line-height:34px;

	color:#0A90D7;
	text-shadow:0px 1px 0px #fff;
}

#content, #contentnaptien {
	width:560px;

	background:#fcfcfc;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#content p, #contentnaptien p {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	/*color: #0A90D7;
	font-weight: bold;*/
	width: 100%;
	float: left;	
	padding: 10px 0px 0px 20px;
}

.button {
	width:138px;
	height:33px;

	font-size:13px;
	font-weight:bold;
	line-height:33px;

	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);

	float:left;
}

.button img { 
	float:left;
	width:33px;
	height:33px;
}


.button.green {
	background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );

	border:1px solid #5b8821;

	margin:0 5px 0 35px;
}
.button.red {
	background: -webkit-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -moz-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );

	border:1px solid #b0333e;

	margin:0 35px 0 5px;
}

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}