.forinput
{
width: 100%;
height: 25px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinput:hover
{
width: 100%;
height: 25px;
border-radius: 3px;
border: 2px solid #00FF33;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinputtextarea
{
width: 100%;
height: 96px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinputtextarea:hover
{
width: 100%;
height: 96px;
border-radius: 3px;
border: 2px solid #00FF33;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}




.forinputcnt
{
width: 100%;
height: 32px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}

.forinputcnt:hover
{
width: 100%;
height: 32px;
border-radius: 3px;
/*border: 2px solid #CCCCCC;*/
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinputtextareacnt
{
width: 100%;
height: 85px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}

.forinputtextareacnt:hover
{
width: 100%;
height: 85px;
border-radius: 3px;
/*border: 2px solid #CCCCCC;*/
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}
.btur{ background-color: #4A6EA9;
    background-image: linear-gradient(to bottom, #4A6EA9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
     border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
	text-decoration:none;
	margin-left:-36px;}
	
	.forinputfile[type='file']
{
width: 100%;
height: 85px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}
.forselect
{
width: 100%;
height: 25px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 13px;
box-shadow: 1px 1px 5px #CCC;
padding:0px 0 0px 0px;
margin-top:10px;
}



.forinputcnt1
{
width: 100%;
/*height: 20px;*/
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}

.forinputcnt1:hover
{
width: 100%;
/*height: 20px;*/
border-radius: 3px;
/*border: 2px solid #CCCCCC;*/
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinputtextareacnt1
{
width: 100%;
height: 70px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}

.forinputtextareacnt1:hover
{
width: 100%;
height: 70px;
border-radius: 3px;
/*border: 2px solid #CCCCCC;*/
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinputcnt2
{
width: 220px;
height: 20px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}
.forinputtextareacnt2
{
width: 220px;
height: 70px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}
.crt{ margin-left:5px;}

.btur1{ background-color: #4A6EA9;
    background-image: linear-gradient(to bottom, #4A6EA9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
     border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
	text-decoration:none;
	margin-left:-2px;}
	
	
.forinputcntt
{
width: 100%;
height: 36px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}

.forinputcntt:hover
{
width: 100%;
height: 36px;
border-radius: 3px;
/*border: 2px solid #CCCCCC;*/
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}

.forinputtextareacntt
{
width: 100%;
height: 85px;
border-radius: 3px;
border: 1px solid #CCC;
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
margin-top:10px;
}

.forinputtextareacntt:hover
{
width: 100%;
height: 85px;
border-radius: 3px;
/*border: 2px solid #CCCCCC;*/
padding: 8px;
font-weight: 200;
font-size: 15px;
box-shadow: 1px 1px 5px #CCC;
}
.nraa{border:0px solid #007700;vertical-align:font-family: Helvetica;font-size:38px;vertical-align: 30px;background-color: #622233;color: #fce99b; cursor:pointer;}
