diff --git a/data/webcam/answerer.html b/data/webcam/answerer.html
index dadb7e32f5..13542c299d 100644
--- a/data/webcam/answerer.html
+++ b/data/webcam/answerer.html
@@ -10,7 +10,7 @@
height: 480px;
width: 640px;
border-radius: 15px;
- -moz-border-raidus: 15px;
+ -moz-border-radius: 15px;
background-color: black;
position: absolute;
left: 50;
@@ -26,7 +26,7 @@
height: 180px;
width: 200px;
border-radius: 15px;
- -moz-border-raidus: 15px;
+ -moz-border-radius: 15px;
background-color: #9B9B9B;
position: absolute;
top: 480;
@@ -66,8 +66,9 @@
left: 10;
}
-