
select {
	background: #fff url(../image/bg_frmtxt.gif) repeat-x;
	border: 1px solid #D6D6D6;
	color: #666666;
	height: 18px;
	font: 0.9em Arial, Helvetica, sans-serif;
	/*letter-spacing:.06em;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:12px;
	height: 20px;*/
}

textarea:focus, input:focus {
    background:#ffe;
}

textarea {
	border: 1px solid #D6D6D6;
	color: #555;
	width: 250px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;

}

input.ptxt {
	background: #fff url(../image/bg_frmtxt.gif) repeat-x;
	border: 1px solid #D6D6D6;
	width: 150px;
	color: #666666;
	float: left;
	height: 18px;

	font: 0.9em Arial, Helvetica, sans-serif;
}


input.txt {
	background: #fff url(../image/bg_frmtxt.gif) repeat-x;
	border: 1px solid #D6D6D6;
	width: 250px;
	color: #666666;
	float: left;
	height: 15px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

input.logintxt {
	background: #fff url(../image/bg_frmtxt.gif) repeat-x;
	color: #666666;
	/*background-color: #DAF4FC;
	border: 1px inset #00008B;*/
	border: 1px solid #D6D6D6;
	width: 140px;
	height: 12px;
	float: left;
	font: 0.9em Arial, Helvetica, sans-serif;
}

input.logintxt2 {
	background: #fff url(../image/bg_frmtxt.gif) repeat-x;
	color: #666666;
	/*background-color: #DAF4FC;
	border: 1px inset #00008B;*/
	border: 1px solid #D6D6D6;
	width: 100px;
	height: 14px;
	float: left;
	font: 1em Arial, Helvetica, sans-serif;
}

input.loginbtn2,
input.loginCancelbtn2 {
/*	color : #000;
	background-color: #AEBBCB;
	border: 1px outset #666666; 
	border: 0;
	padding: 1px 10px;
	height: 25px;*/
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 4px 10px 4px 10px;
	border: solid 1px #666666;
/*	position: relative;
	cursor: pointer;
	display: inline-block;*/
	background-image: url( '../image/bkg_button.png' );
	background-repeat: repeat-x;
	font-size: 12px;
	height: 25px;
	text-decoration: none;
	color: #666666;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

input.loginbtn,
input.loginCancelbtn {
	color : #000;
	background-color: #AEBBCB;
	border: 1px outset #666666;
	padding: 1px;
	font: 0.8em Arial, Helvetica, sans-serif;
}

input.loginbtn , input.loginbtn2{
	float:left;
}

input.loginCancelbtn {
	margin-left: 2px;
}

input.browse{
	color: #00008B;
}

input.btn, button.btn {
	/*color: #00008B;
	background-color: #ADD8E6;#AEBBCB*/
	color : #000;
	background-color: #DDDDDD ;	
	border: 1px outset #666666;
	padding: 2px 5px 5px;
/*
	float: left;
	display:inline;
*/
	margin-right:10px;
	font: 0.9em Arial, Helvetica, sans-serif;
	height: 25px;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

form p label {
	float: left;
	width: 50px;
	font: 0.9em Arial, Helvetica, sans-serif;	
}

form a { 
	font: 0.9em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	margin-bottom: 0px;
}

form a:hover { 
	color:#f03;
}

fieldset, .showCalendar {
	border: 1px solid #bbd9ee;
	padding: 5px;
}

legend {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFF;
}

#loginForm {
	padding-top: 5px;
}
/************* REGISTER **************/
#register {
	width: 95%; margin: 5px auto 5px;
}

#register input.txt {
	width: 200px;
}

#register select, #register .alert  {
	font: 0.9em Arial, Helvetica, sans-serif;		
}

#register input.btn {
	margin: 10px 50px 0 0;
}

#register label {
	width: 110px;
}

.basicprofile {
	width : 400px;
}

.ppic { 
	float:right;
}

/************* CREATE **************/
#create, #edit{
	width: 95%; margin: 5px 0px 10px 5px;
}

#create label, #edit label{
	width: 30%;
}

#create input.txt {
	width: 60%;
	margin-right: 10px;
}

#create input.btn, #edit input.btn {
	margin-right: 10px;
}

/************* EDIT **************/
#edit input.txt {
	width: 150px;
	margin: 0;
	margin-right: 10px;
}

#edit #caption {
	float:left;
	margin:0;
}
/************* PHOTO BUTTON **************/
input.photobtn {
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px outset #00008B;
	padding: 2px 5px 0px;
}

/*********** Password ***********/
fieldset {
  margin:5px 10px 10px;
}

.txtFormLegend {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  background: transparent; 
}

label {
  clear:both;
  float: left;
  width: 150px;
  font-size:11px;
  color: #999999;
  vertical-align:middle;
  margin-left: 50px;
  height: 16px;
  margin-top: 3px;
}

.txtSmall {
  color: #999999;
  font-size: smaller;
}

.hidden {
  display: none;
}

.error,
.success {
  display: block;
  font-size:15px;
  margin:0 auto;
  text-align: center;
}

.error {
  color: #ff0000;
}

.success {
  color: #3366FF;
}

#changePasswordForm {
	width:500px;
	margin-left: auto;
	margin-right: auto;
}

/*********** Password ***********/
ul.nameList {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 350px;
}
ul.nameList li {
  padding: 2px 2px;
  margin: 2px 0px;
  border: 1px solid #3366FF;
  background-color: #ECF5FF;
}

ul.nameList li .remove{
	float:right;
	margin-top: -15px;
	margin-right: 2px;
}

/************************************
	profile.php
************************************/
a#profile_upload_btn, a#website_upload_btn {
	display: block;
	width: 165px;
	height: 55px;
	background-image: url(../image/select_file2.png);
	background-position: 0 0;
	margin: 10px auto;
}
a#profile_upload_btn:hover, a#website_upload_btn:hover {
	background-position: 0 -55px;
}

a#profile_upload_btn .waiting, a#website_upload_btn .waiting  { background: #FFF url(../image/spinner.gif) center center no-repeat; }
a#profile_upload_btn .waiting:hover, a#website_upload_btn .waiting:hover { background-position: center center; }
a .alt { display: none; }

#form_profile_web_photo_col, #form_website_photo_col{
	width: 90%;
	min-height: 600px;
	margin: 0 auto;
}


* html #form_profile_web_photo_col
{
	height: 600px;
	/* min-height for lte IE6 */
}


* html #form_website_photo_col
{
	height: 600px;
	/* min-height for lte IE6 */
}

H2.numFiles {
	background:  #E8E8FF; /*#837BDF ;*/

	border: 1px solid #666666;
/*
	border-bottom: 2px solid #FFFF00;
*/	
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.uploaded { 
	background-color:#EEEEEE;
	border:1px solid #999999;
	margin:0 auto;
	padding:3px;	
}
/*
.select
{
	background: url(../image/select_file2.png) no-repeat;
	width: 165px;
	height: 55px;
	margin: 20px auto 0;
}

.select:hover { background-position: bottom left; }
.select.waiting { background: #FFF url(../image/spinner.gif) center center no-repeat; }
.select.waiting:hover { background-position: center center; }
*/
.delete
{
	background: url(../image/delete.png) no-repeat;
	height:24px;
	position:absolute;
	right:0;
	top:15px;
	width:24px;
}

.fileInfo
{
	height:90px;
	margin:5px auto 0;
	position:relative;
	text-align:center;
	width:90%;
}

.nameOfFile
{
	color: #000000;
	font-size: 0.9em;
	line-height: 16px;
}

UL#ul_files {
/*
	background: #FFFFCC; /* #C0C0C0;
	border: 1px solid #666666;*/
	clear: both;
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	position: relative;
	min-height: 128px;
	font-size: 0.825em;
}

* html UL#ul_files
{
	height: 128px;
	/* min-height for lte IE6 */
}

UL#ul_files:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

UL#ul_files LI
{
	border-right: 1px dotted #333333;
	float: left;
	height: 110px;
	margin: 10px 0;
	width: 170px;
}

.delete:hover, input.file:hover { cursor: pointer; }

.responseMsg
{
	border-bottom:2px solid #333333;
	clear:both;
	font-size:0.9em;
	margin:2em auto 0;
	padding-bottom:0.5em;
	position:relative;
	text-align:left;
	width:80%;
}

UL#response
{
	clear: both;
	font-size:0.9em;
	margin:1em auto 0;
	width:80%;
}


UL#response LI
{
	border-bottom:1px dotted #666666;
	margin:1em 0 0 1em;
	padding-bottom:0.5em;
}

UL#response LI SPAN { color: #FF0000; }

UL#response P
{
	text-decoration: underline;
	margin-top: 1em;
	color: #000;
}

UL#response LI.ext SPAN, UL#response P SPAN
{
	text-transform: uppercase;
	color: #FF0000;
}

/*******************************************
		Glow Button
*******************************************/
.glow-button{
    vertical-align:text-bottom;        	
    background:url(../image/gloss.png) left center scroll repeat-x;
/*    border: solid 1px;*/ 
	border-style:solid;
    border-width:1px  0pt;
	border-right-style: inset ;
         
}

.glow-button .inner{
    border-style:solid;
    border-width:0pt 1px;
    margin:0pt -1px;

}

.glow-button .inner INPUT{
    background-color:transparent;        	
    margin:0px;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    overflow:visible;
}

.blue, .blue .inner {
	border-color:#004D89;
}

.blue INPUT{
    border-color:#599ACD;
    color:#fff;
    padding:2px 8px 4px;
	font-size: 12px;
}

.dark, .dark .inner{
	border-color:#0A0A0A;
}

.dark INPUT {
    border-color:#444041;
    color:#fff;
    padding:4px 10px;
} 

.green, .green .inner{
	border-color:#79B837;
}

.green INPUT{
    border-color:#9DCE5C;
    color:#000;
    padding:4px 10px;
} 

.purple, .purple .inner{
	border-color:#9C0063;
}

.purple INPUT{
    border-color:#D693BD;
    color:#fff;
    padding:4px 10px;
}