@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;

background:url(../images/bg.jpg);
background-attachment:fixed;
background-origin:border-box;
background-repeat:no-repeat;
background-size:cover;


}
#table
{
margin:0 auto;
padding:0px;
border-collapse:collapse;
border-image:url(../images/ct.png);
border-image-width:2px;
boder-radius:10px;
border-top-style:hidden;
background:url(../images/5.png);
box-shadow:#CCC -2px 10px 3px;


}

#table h2
{
font-size:29px;
text-align:center;
letter-spacing:0px;
font-stretch:expanded;
empty-cells:show;
color:#800000;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;

}


.input_ct
{
	 border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  width:150px;
  min-height: 22px;
  padding: 4px 20px 4px 8px;
  font-size: 12px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size:12px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:
  #09F;

}
.input_ct:focus
{
	
width: 200px;
  border-color: #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(81,167,232,0.5);
  outline: none;
}
#Feedback
{
	height:37px;
	width:120px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	
	background:#903;
	outline:none;
	
	color:#FFF;
	cursor:pointer;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
border:hidden;
	}
	#Feedback:hover
	{
		background:#06F;
		outline:none;
		border:hidden;
		border-radius:2px;
	}
.ct
	{
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  width:50px;
  min-height: 22px;
  padding: 4px 20px 4px 8px;
  font-size: 12px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size:12px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:
	}
	.ct:focus
	{
	width: 60px;
  border-color: #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(81,167,232,0.5);
  outline: none;
	}
	select
	{
		border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  width:150px;
  min-height: 28px;
  padding: 4px 20px 4px 8px;
  font-size: 12px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size:12px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:
	}
	
	
	.topic
	{
		height:28px;
		width:850px;
		
		color:
  #09F;
		border-top-style:hidden;
		border-bottom-color:#51a7e8;
		border-left-color:#51a7e8;
		border-right-color:#51a7e8;
		background:url(../images/5.png) no-repeat;
		padding:5px;
		font-size:14px;
		
	}
	.topic:focus
	{
		outline:none;
	
		border-bottom-color:#51a7e8;
		border-left-color:#51a7e8;
		border-right-color:#51a7e8;
		
	}
	#date
	{
		height:28px;
		width:180px;
		border-top-style:hidden;
		border:outset;
		border-top-style:hidden;
		border-left-style:hidden;
		border-right-style:hidden;
		border-bottom-color:#51a7e8;
		background:none;
		-moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
	}
	#date:focus
	{
		outline:none;
		width: 230px;
  border-color: #51a7e8;


	}
	
	#img1
	{
		-moz-box-shadow:-3px 5px 4px #999;
		-webkit-box-shadow:-3px 5px 4px #999;
	box-shadow:-3px 5px 4px #999;
		border-radius:4px;
	}
	div.ui-datepicker, .ui-datepicker td{
 font-size:14px;
}