@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, fieldset, legend {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-size: 100%; vertical-align: baseline;
	background: transparent;
}
input, textarea  { font-family: Helvetica, Arial, sans-serif; font-size:11px; }
* a{ font-family: Helvetica, Arial, sans-serif; text-decoration:none; cursor:pointer; color:#006699; }
* p{ font-family: Helvetica, Arial, sans-serif; padding-bottom:10px; margin-left:20px; text-align:left; }
* li{ font-family: Helvetica, Arial, sans-serif; }
a:hover { color: #888; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

h1{ font-family: Helvetica, Arial; font-size:16px; line-height:30px; font-weight:bold; color:#2680b3; }
h2{ font-family: Helvetica, Arial; font-size:14px; line-height:20px; padding: 0 0 0px 0; font-weight:bold; color:#555; }
h3{ font-family: Helvetica, Arial; font-size:11px; line-height:12px; padding: 0 0 10px 0; font-weight:normal; color:#333; }
h4{ font-family: Helvetica, Arial; font-size:14px; line-height:30px; padding: 0 0 0 20px; font-weight:bold; color:#555; }
h5{ font-family: Helvetica, Arial; font-size:14px; line-height:20px; padding: 0 0 10px 0; font-weight:normal; color:#555; }



img { border: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
label {font-size: 11px; }

html
{
margin: 0; padding: 0;
text-align: center;
font-size: 12px;
color: #555;
line-height: 20px;
}

body {
background-image:url(../images/twit-back2.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
}

#wrap
{
position:relative;
width: 100%;
height: auto;
margin: 0 auto;
}

#contentarea
{
position: relative;
width: 960px;
height: auto;
margin: 0 auto;
text-align: left;
}
#logo
{
	position:absolute;
	left:565px;
	top: 15px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	width: 371px;
	height: 192px;
}
/*#idcard
{
	position:absolute;
	right:25px;
	top: 30px;
	background-image:url(../images/idcard.png);
	background-repeat: no-repeat;
	width: 330px;
	height: 235px;
}*/
#col-left
{
	position:relative;
	left:0;
	top: 120px;
	float:left;
	width: 460px;
	height: auto;
}
#col-right
{
	position:relative;
	right:0;
	top: 210px;
	float:right;
	width: 460px;
	height: auto;
}
#portfolio
{
	position:relative;
	left:0;
	top:135px;
	float:left;
	width: 960px;
	height: auto;
}
#portfolio ul li 
{
display: block;
float:left;
padding: 5px;
}
#portfolio img { padding: 4px; }
#portfolio ul li img { border: 1px dotted #fff; }
#portfolio #new { border: 1px dotted #006699; }

#col-left2
{
	position:relative;
	left:0;
	top: 150px;
	float:left;
	width: 460px;
	height: auto;
}
#col-right2
{
	position:relative;
	right:0;
	top: 150px;
	float:right;
	width: 460px;
	height: auto;
}
#foot
{
	position:relative;
	left:0;
	top:180px;
	float:left;
	width: 960px;
	height: auto;
	font-size: 10px;
	color: #999;
	border-top: 1px #eaeaea solid;
}
#foot p { margin-left: 0px; }


.tbmain{ 
 /* Changes on the form */
 background: transparent !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
