﻿input:not([type]), input[type="text"],input[type="password"]
{
background:#ffffff;
border:0;
height:20px;
}

.inputwatermark
{ color: Gray;
  font-style:italic;
    }

input:not([type]), input[type="button"], input[type="submit"]
{
-moz-box-shadow:inset 0px 39px 0px -24px #f60;
	-webkit-box-shadow:inset 0px 39px 0px -24px #f60;
	box-shadow:inset 0px 39px 0px -24px #f60;
	background-color:#F60;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	 height:25px;
	  
	font-size:11px;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f60;
}

input:not([type]), input[type="button"]:hover {
	background-color:#F60;
}
input:not([type]), input[type="button"]:active {
	position:relative;
	top:1px;
}

.tblSearch
{
    width: 500px;
}

.tblSearch td
{
    width: 33%;
}
div.fixed
{
    position: fixed;
    left: 15%;
    width: 70%;
    border-radius: 10px;
    box-shadow: 0 0 10px gray;
}
#chat span
{
    font-size: 20px;
    color: blue;
    text-shadow: 0 0 1px black;
}
.ChatWindow
{
    font-size: 12px;
    color: Black;
}
.chatWindowTitle a
{
    color: White;
    font-size: 15px;
}
.Messages
{
    color: #666666;
    font-family: verdana;
    font-size: 11px;
    text-align: left;
    padding-left: 3px;
    line-height: 18px;
}
.tdUserImg img
{
    border-radius: 5px 5px 3px 3px;
}
.userName2
{
    font-size: 10pt;
    font-weight: bold;
    color: Black;
    width: 100%;
}
.userMessage
{
    font-size: 10pt;
    
    display:inline-block ;
    width:680px;
    margin-left:1px;
   
}
.iframe3d
{
   -moz-box-shadow: 1px 2px 5px #000000;
    -webkit-box-shadow: 1px 2px 5px #000000;
    box-shadow: 1px 2px 5px #000000;
    background-color:Silver;
    }
    
.tdUserMessage
{
    width: 550px;
    padding-left: 5px;
    border-bottom: 1px dotted silver;
    background-color: White;
   
    vertical-align:middle;
    line-height:25px;
    height:25px;
}

.inputnoedit {
    background-color: white;
     font-size:10pt;
    
}
.input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;  
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
    
}

.tdUserMessageNoWidth
{
 
    padding-left: 5px;
    border-bottom: 1px dotted silver;
    background-color: White;
   
    vertical-align:middle;
    line-height:25px;
    height:25px;
}
.userName
{
    font-size: 70px;
    color: Silver;
    font-weight: bold;
}
.userSelection
{
    font-size: 70px;
    color: Silver;
    font-weight: bold;
}
.tag
{
    font-weight: bold;
    font-size: 14px;
    color: Black;
}
fieldset
{
    background-color: Silver;
    width: 90%;
}
.tagData
{
    font-weight: normal;
    font-size: 12px;
}

.userSelection
{
    font-size: 70px;
    color: Silver;
    font-weight: bold;
}
.tag
{
    font-weight: bold;
    color: gary;
}
fieldset
{
    background-color: Silver;
    width: 90%;
}

.Messages a
{
    font-size: 15px;
    color: Black;
}
.Messages a:Hover
{
    font-size: 15px;
    color: Black;
}

.HeaderImage
{
    font-size: 25px;
    font-family: Times New Roman;
    color: White;
    font-weight: bolder;
}

.GlobalFontW
{
    font-size: 15px;
    font-family: Times New Roman;
    color: White;
    font-weight: normal;
}
.GlobalFontB
{
    font-size: 15px;
    font-family: Times New Roman;
    color: Black;
    font-weight: normal;
}
.GloablAW
{
    color: blue;
    font-size: 15px;
    font-family: Times New Roman;
}
.lightItem
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.Rounded
{
    border: 1px solid green;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px green;
}

input.button
{
    border: 1px solid #f60;
    padding-bottom: 2px;
   
    color: White;
    width: 100px;
    height: 23px;
    text-align: center;
}

a.button
{
    padding-bottom: 2px;
    color: White;
    width: 100px;
    height: 23px;
    text-align: center;
}


