@charset "UTF-8";
/* CSS Document */
body{
	font-family:mainFont !important;
	background-image:url(../images/background10.jpg);
	margin-top:4px;
	background-position:top center;
	
	
}

#container{
	width:960px;
	height:auto;
	margin:auto;
	margin-top:0px;
	padding:10px;
	background-image:;
	padding-top: 0px;
	
}


#main-content{
	width:930px;
	height:615px;
	margin:auto;
	margin-top:20px;
	padding:10px;
	padding-bottom:20px;
	background-repeat:repeat;
	background-color:#FFF;
	border-radius:15px;
	box-shadow: 5px 5px 15px #888;
	position:relative;
	opacity:0.9;
	
	
}
/*@font-face {
    font-family: 'mainFont';
    src: url('../css/myriadpro-regular.eot');
    src: url('../css/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../css/myriadpro-regular.woff') format('woff'),
         url('../css/myriadpro-regular.ttf') format('truetype'),
         url('../css/myriadpro-regular.svg') format('svg');
}
*/
@font-face {
    font-family: 'mainFont';
    src: url('../css/myriadpro-regular.eot');
    src: url('../css/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../css/myriadpro-regular.woff') format('woff'),
         url('../css/myriadpro-regular.ttf') format('truetype'),
         url('../css/myriadpro-regular.svg') format('svg');
}



h1{font-family: mainFont;color:#CA2A1D !important; font-size:40px !important;}
h2{font-family: mainFont; color:#333; font-size:24px !important;}


p{font-family: mainFont; color:#666; font-size:22px;}
a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}




/* ------------------------------- CSS for image explode -------------------------------------- */

#arrow{
	float:right;
	width: auto; height: auto; margin-top:5px;
}

a#homeLogo  { 
  width:200px; 
  height:160px; 
  text-indent:-3000px; 
  background:url(../images/next.png) 0 0 no-repeat; 
  display:block; 
  z-index:2; 
}
a#homeLogo span { 
  float:left;
  display:block;
  background-image:url(../images/next.png); 
  background-repeat:no-repeat;
}
.clear { clear:both; }


/* ------------------------------ End of CSS for image explode -------------------------------- */
.test_two {
    margin-left:60px;
    width:155px;
    margin-top:25px;
	margin-bottom:25px;
	float:left
}
.test_two a {
    color: #F00;
     display:inherit;
    font-weight: normal;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -moz-transition:-moz-transform .4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -ms-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
	padding:15px;
}
.test_two a:hover {
    color: #FFF;
   display:inherit;
    font-weight: normal;
    line-height: 22px;
    -webkit-transform: scale(1.8);
    -moz-transform:scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
	padding:15px;
	/* fallback */
  background-color: #1a82f7;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2F2727, #1a82f7);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #2F2727, #1a82f7);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2F2727, #1a82f7);
  
  	-moz-border-radius: 20px / 20px;
	-webkit-border-radius: 20px / 20px;
	border-radius: 20px / 20px;
	padding:15px;
   
}


@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.4; }
}
.css3-blink {
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 4s;
  color:#F00;
}
.example-area p{color:#000;}
#example-1 .example-area{
   background: #FF0;
   margin-bottom:10px;
   ⋮

   transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
}
#example-1 .example-area:hover {
   background: #FFD02C;
    border:dotted thick #FFF;
}

/* CSS am gweithgaredd dau */
#test-area {
     height: auto;
     border: 3px dashed #CCCCCC;
     background: #FFFFFF;
     padding: 20px;
	 font-family:"Comic Sans MS", cursive; color:#666; font-size:18px;
	 line-height:25px;
	 width:510px;
	 margin-bottom:10px;
}
#test-area_answer{
	 height: auto;
     border: 3px dashed #E9E53B;
     background: #FF0;
     padding: 20px;
	 font-family:"Comic Sans MS", cursive; color:#666; font-size:18px;
	 line-height:25px;
	 width:510px;
	 margin-top:25px;
}
input {
border: 1px solid red;
border-radius: 15px;
padding: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
width: 125px;
color: red;
font-weight: normal;
font-size: 16px;
height: 20px;
margin-bottom: 15px;
}
fieldset{width:auto; border:none; float:right;}
#block {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
 -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:60px;
  height:60px;  
  margin-right:20px;
 
 
}
#stage{width:60px; margin-left:20px; float:right;}
#stage:hover #block {
 height:60px;
  width:60px;

  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
 
}
#cartref {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:60px;
  height:60px;  
  margin-right:5px;
  float:right;
 
}
#stage3:hover #cartref {
 height:60px;
  width:60px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
#print {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:55px;
  height:55px;  
  margin-right:5px;
  float:right;
 
}
#stage5:hover #gwybodaeth {
 height:55px;
  width:55px;
  margin-right:10px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
#gwybodaeth {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:55px;
  height:55px;  
  margin-right:10px;
  float:right;
 
}
#stage4:hover #print {
 height:55px;
  width:55px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}

li{list-style-type:none;}

.box {  
    width: 110px;  
    height: 70px;  
	padding:15px;
   border:dashed #900;
    -webkit-transition: width 3s ease, height 3s ease;  
    -moz-transition: width 3s ease, height 3s ease;  
    -o-transition: width 3s ease, height 2s ease;  
    -ms-transition: width 3s ease, height 3s ease;  
    transition: width 3s ease, height 3s ease;  
	cursor:move;
	color:#2F6899;
	border-radius:20px;
	margin-bottom:15px;
	font-size:22px;
}  
  
.box:hover {  
    width: 270px;  
    height: 20px;
	
	
}  

	.uibutton {
    display:inline-block;
    padding:5px 10px;
    border-top:1px solid #96d1f8;
    color:#fff;
    border-radius:8px;
    box-shadow:rgba(0,0,0,1) 0 1px 0;
    text-shadow:rgba(0,0,0,.4) 0 1px 0;
    text-decoration:none;
    background:#65a9d7;
    background-repeat:no-repeat;
    background-image:-webkit-linear-gradient(
        top left,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -webkit-linear-gradient(
        #3e779d, #65a9d7
    );
    background-image:-moz-linear-gradient(0 0,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -moz-linear-gradient(
        #3e779d, #65a9d7
    );    
    background-image:-o-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -o-linear-gradient(
        #3e779d, #65a9d7
    );

    background-position:-100px -100px, 0 0;
    -moz-background-size:250% 250%, 100% 100%;
         background-size:250% 250%, 100% 100%;
    -webkit-transition:background-position 0s ease;
       -moz-transition:background-position 0s ease;       
         -o-transition:background-position 0s ease;
            transition:background-position 0s ease;
}

.uibutton:hover,
.uibutton:focus {
    color:#fff;
    background-position:0 0, 0 0;
    -webkit-transition-duration:0.5s;
       -moz-transition-duration:0.5s;
            transition-duration:0.5s;
}

.uibutton:active {
    top:1px;   
}
#ex {
    list-style: none;
}
#ex li {
    float: left;
    padding: 15px;
    border-radius: 2px;
    width: 100px;
    height: auto;
    text-align: center;
	margin-left:10px;
	margin-bottom:10px;
	font-family: mainFont;
	color:#000;
	font-size:20px;
	cursor:move;
	z-index:5000;
}
#a {
    background-color: #7FFF00;
}
#b {
    background-color: Yellow;
}
#c {
    background-color: Orange;
}
#d {
    background-color:#FF5A44;
}
#e {
    background-color: #F9C;
}
#f {
    background-color:#70F2EF; 
}
 .replyScoreShown,.replyScoreShown2,.replyScoreShown3,.replyScoreShown4{
	 position:absolute;
	bottom: -5px;
	left: 0px;
	font-size: 22px;
	text-align:center;
	padding: 15px;
	width: 160px;
	height: 20px;
	background-color: white;
	border-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: #F29 solid 5px;
	background-color:#FF0;
	border-bottom-left-radius:0px;
	opacity:0;
}

.reply1Correct {
	float:right;
	background-color:red;
	margin-right:-30px;
	color:#FFF;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	padding:4px;
}
.ardderchog,.ardderchog2,.ardderchog3,.ardderchog4 a{color:#FF0; text-decoration:none; cursor:pointer}
.ardderchog{
position: absolute;
left: 0px;
width: 220px;
height: 50px;
line-height:23px;
padding: 5px;
border-top-left-radius: 20px;
border: solid 3px red;
color: #FFF;
font-size: 22px;
text-align: center;
bottom: 0px;
background: #a90329; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to right,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

}
.ardderchog2{
position: absolute;
left: 236px;
width: 224px;
height: 50px;
line-height:23px;

padding: 5px;
border-top-left-radius: 0px;
border: solid 3px red;
color: #FFF;
font-size: 22px;
text-align: center;
bottom: 0px;
background: #a90329; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to right,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

}
.ardderchog3{
position: absolute;
left: 474px;
width: 224px;
height: 50px;
line-height:23px;

padding: 5px;
border-top-left-radius: 0px;
border: solid 3px red;
color: #FFF;
font-size: 22px;
text-align: center;
bottom: 0px;
background: #a90329; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to right,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

}
.ardderchog4{
position: absolute;
right:0px;
width: 220px;
height: 50px;
line-height:23px;

padding: 5px;
border-top-right-radius: 20px;
border: solid 3px red;
color: #FFF;
font-size: 22px;
text-align: center;
bottom: 0px;
background: #a90329; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to right,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

}
.txtDropTarget {
border-radius: 10px !important;
height:30px !important;
padding: 10px;
color: #F00 !important;
background-color:;
font-size: 20px !important;
height:26px;
margin-bottom:15px;
resize:none;
outline:none;
font-family: mainFont;
font-size:22px;
background-color:#FFF !important;
overflow:visible;
}

