select
{
	border:1px solid #CCC;
	padding:5px;
	border-radius: 5px;
	background-color:#FFF;
}

option
{
	margin:5px;
	background-color:#FFF;
}

input[type="text"], input[type="password"], textarea
{
	width: 330px;
	border:1px solid #CCC;
	padding:5px;
	border-radius: 5px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
input[type="text"]:active, input[type="password"]:active, textarea:active,
select:hover, select:active
{
	border-color: #2B7CB3;
}

input[type="button"], 
input[type="reset"], 
input[type="submit"],
.file-wrapper .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
	margin:0 5px;
}

input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
.file-wrapper .button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active,
.file-wrapper .button:active {
	position:relative;
	top:1px;
}

textarea
{
    font:normal 13px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;
    resize: vertical;
}

td, th
{
   text-align:left;
}

tr
{
  padding:5px;
  height:37spx;
}

.social {
	margin:-80px 0 0 0;
	float:right;
	opacity:.6;
	filter:alpha(opacity=60);	
}

.social img
{
	background-color:#EEEEEF;
	padding:2px;
	margin:0;
	border-radius:30px;
	width:20px;
	
	-webkit-box-shadow:  0px 0px 3px 1px #444;
	-moz-box-shadow:  0px 0px 3px 1px #444;
	box-shadow:  0px 0px 3px 1px #444;	
}

.social img:hover
{
	cursor:pointer;
}


.social a {
  color: #900;
  text-decoration: none;
}

.social a:hover {
  color: red;
  position: relative;
}

.social a[data-title]:hover:after {
  	
  content: attr(data-title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.mail th
{
   text-align:left;	
   padding-right:10px;
}

.mail td
{
    padding:5px 0;	
}

.table, .table tr, .table td, .table th
{
	border:1px solid #CCC;
	margin:0;
	padding:0;
	cursor:pointer;
	border-collapse:collapse;
	border-spacing:0px;
}

.table tr, .table td, .table th
{
	padding:5px;
}

.selected_tr
{
	background-color:#DDD; 
	color:#000;
}
.table
{
    width:100%;	
}
.content_date
{
   width:64px;   
}
.link
{
    margin-left:10px;	
}

.error, .message
{
    color: #000;
	margin:-13px 0 0 0;
	padding: 5px 10px 3px 10px;
	border-radius: 5px;
	font-weight:bold; 
	position:absolute;
	width:220px;
}

.error
{
	background-color: #FF9F9F;	
}

 .message
{
    background-color: #6C9;	
}

.address
{
	text-align:center;
	padding-top: 10px;
	line-height:1.4em;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
}

.map
{
    margin:20px;	
}

.required
{
    color:red;
	font-weight:bold;	
}


/*file input start*/

.file-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.file-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    filter: alpha(opacity=1);
    opacity: 0.01;
    -moz-opacity: 0.01;
    cursor: pointer;
}
/*.file-wrapper .button {
    font-weight: bold;
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow: black 0.1em 0.1em 0.2em;
}*/
.file-holder{
    color: #000;
}

.selected_file
{
   border: 1px solid #2B7CB3;
   padding:7px 10px;	
   border-radius:5px;
   color: #000;
   font-weight:bold;
}

/*file input end*/

.bullet
{
   margin:6px 5px 0 0;	
   padding:0 0 0 0;	
   background-color:#EFEFEF;
   width:5px;
   height:5px;
   border-radius:3px;
   float:left;
   
   box-shadow: black 0.2em 0.1em 0.1em;
	-moz-box-shadow: black 0.2em 0.1em 0.1em;
	-webkit-box-shadow: black 0.2em 0.1em 0.1em;
}

.line_top
{
	 border-top:1px solid #3b8cba;
	 border-bottom:1px solid #1b639a;	 
	
}

.line_bottom
{
     border-top:1px solid #1b639a;	 
	 border-bottom:1px solid #3b8cba;
}