/* ------------------- */
/* ------------------- */
/* CAPTCHA STYLE SHEET */
/* ------------------- */
/* ------------------- */
div.captcha-body
{
	width:500px;
	margin: 0 auto 0 auto;
	height:auto;
	border:thin dashed;
	padding:10px 10px 20px 10px;
	border-color:#6A8BBD;
	background-color: #dfe6e4;
	
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
     border-radius: 20px; /* future proofing */
    -khtml-border-radius: 20px; /* for old Konqueror browsers */
	
}
div.captcha-left
{
	width:270px;
	float:left;
	text-align:right;
}
div.captcha-right
{
	width:210px;
	float:right;
	text-align:left;
	padding-left:10px;
}
p.captcha-text
{
	display: block;
	padding: 0px 0px 0px 25px;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align: left;
	text-indent: 3px;
	margin-top:0px;
	line-height: 2em;
	color: #000;
}

.captcha-link-box
{
	margin-top:10px;
	background-image:url(../../img/captcha/sound-icon-mini.png);
	background-repeat:no-repeat; 
	padding-left: 30px; 
	padding-top:5px; 
	height: 25px; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10pt;
}



/* FORM STYLE */


div.question
{
	display: block;
	background-color: transparent;
	
}


div.questionDetail
{
	display: inline-block;
	padding: 0px;
	/*border-bottom-color: #D7E0EE !important;
	border-bottom: 1px;
	
	border-bottom-style: inset;*/
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;

	text-align: left;
	text-indent: 3px;
	
	min-height: 25px;	
}


input.textField
{
	padding: 3px;
	background-color: #FFF;
	
	/* shorthand top right bottom left */
	border-color: #999 #CCC #CCC #999;
	
	border-style: solid;
	border-width: 1px;
	
	/* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius: 0px 5px 0px 5px;
	   -moz-border-radius: 0px 5px 0px 5px;
	     -o-border-radius: 0px 5px 0px 5px;
			border-radius: 0px 5px 0px 5px;
	
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	
	
}
input.textField:hover
{
	border-color: #3D79B6;
	-webkit-transition: border-color 350ms ease-out;
	   -moz-transition: border-color 350ms ease-out;
	     -o-transition: border-color 350ms ease-out;
	        transition: border-color 350ms ease-out;
}

div.inputColumn-w
{	
	clear: both;
	width: 100%;
}


div.buttons a
{
    display:block;
    float:right;
    margin:0 7px 0 0;
	padding:5px 10px 6px 7px; /* Links */
    background-color:#f5f5f5;
	
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	    
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12pt;
    font-weight:bold;
    color:#565656;	
	
	text-decoration:none;<br>
    line-height:2em;

    cursor:pointer; 
}
div.buttons
{
    width:auto;
    overflow:visible;
}
div.buttons
{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
div.buttons a img
{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
/*----------------------------------------*/
/*---------------------------STANDARD-----*/
div.buttons a:hover
{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
div.buttons a:active
{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/*---------------------------STANDARD-----*/
/*---------------------------POSITIVE-----*/
div.buttons a.positive
{
    color:#529214;
}
div.buttons a.positive:hover
{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
div.buttons a.positive:active
{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}
/*  */
/*---------------------------POSITIVE-----*/
/*---------------------------NEGATIVE-----*/
div.buttons a.negative
{
    color: #d12f19;
}
div.buttons a.negative:hover
{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}
div.buttons a.negative:active
{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}
/*---------------------------NEGATIVE-----*/
/*----------------------------------------*/

/*----------------------------------------*/
