/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body 
{
padding: 0;
border: 0px none;
color: #000066;
}

/* Let's add some style to our fieldset & legend */

fieldset
{
-moz-border-radius: 7px; 
border-radius: 7px;
-ms-border-radius: 7px;

border: 1px #dddddd solid;
margin-bottom: 20px;
width: 550px;
background-color:#CCFFFF;
}

fieldset legend
{
border: 1px #1a6f93 solid; 
color: #CCFFFF; 
background-color:#0099CC;

font-family: Verdana;
font-weight: none;
font-size: 20px;

padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 5px;
border-radius: 5px;
-ms-border-radius: 5px;

}

/* Main DIV */
.m 
{
width: 560px;
padding: 10px;
height: auto;
}

/* Left DIV */
.l
{

font-family: Verdana;
font-weight: none;
font-size: 16px;

width: 140px;
margin: 0px;
padding: 0px; 

float: left;  
text-align: right;
}


/* Right DIV */
.r
{
width: 300px;
margin: 0px;
padding: 0px; 

float: right; 

text-align: left;
}

.a
{
clear: both;
width: 470px;
padding: 10px;
}




.input {
    border: 1px solid #006;
    background: #ffc;

	font-family: Verdana;
	font-weight: none;
	font-size: 18px;
	
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000066;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;

}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #ccf;

	font-family: Verdana;
	font-weight: none;
	font-size: 18px;

	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;

}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
	color: #000066;
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;

	
}
br { clear: left; }


.titleticket {

font-family: Verdana;
font-weight: none;
font-size: 20px;

}


.fnt2
{

font-family: Verdana;
font-weight: none;
font-size: 18px;

}




/* Main DIV */
.m2
{
width: 660px;
padding: 10px;
height: auto;
}

/* Left DIV */
.l2
{

font-family: Verdana;
font-weight: none;
font-size: 16px;

width: 300px;
margin: 0px;
padding: 0px; 

float: left;  
text-align: right;
}


/* Right DIV */
.r2
{
width: 450px;
margin: 0px;
padding: 0px; 

float: right; 

text-align: left;
}

.a2
{
clear: both;
width: 800px;
padding: 10px;
}